File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,15 +202,4 @@ jobs:
202202 draft : ${{ steps.params.outputs.dry_run == 'true' }}
203203 generate_release_notes : true
204204
205- - name : Notify orchestrator
206- if : github.event_name == 'repository_dispatch'
207- uses : peter-evans/repository-dispatch@v3
208- with :
209- token : ${{ secrets.PAT_DISPATCH }}
210- repository : Payroll-Engine/PayrollEngine
211- event-type : app-published
212- client-payload : >-
213- {
214- "repo": "${{ github.repository }}",
215- "version": "${{ steps.params.outputs.version }}"
216- }
205+
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net10.0</TargetFramework >
5- <Version >0.9 .0-beta.dev</Version >
6- <FileVersion >0.9 .0</FileVersion >
7- <InformationalVersion >0.9 .0-beta.dev</InformationalVersion >
5+ <Version >0.10 .0-beta.dev</Version >
6+ <FileVersion >0.10 .0</FileVersion >
7+ <InformationalVersion >0.10 .0-beta.dev</InformationalVersion >
88 <Authors >Jani Giannoudis</Authors >
99 <Company >Software Consulting Giannoudis</Company >
1010 <Copyright >© 2026 Software Consulting Giannoudis</Copyright >
You can’t perform that action at this time.
0 commit comments