Skip to content

Commit

Permalink
updated to version 0.6.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Giannoudis committed Aug 4, 2023
1 parent db67f0c commit bf561cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Commands/Release.Version.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo Set Payroll Set Release Version

rem --- version setup ---
:version
set version=0.5.0-beta.5
set version=0.5.0-beta.6

rem --- confirmation ---
:confirmation
Expand Down
4 changes: 2 additions & 2 deletions Examples/ActionPayroll/ActionPayroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.5" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.5" />
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.6" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.6" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/ExtendedPayroll/ExtendedPayroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.5" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.5" />
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.6" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.6" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/ReportPayroll/ReportPayroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.5" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.5" />
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.6" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bf561cb

Please sign in to comment.