We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84771c9 commit 2568dcbCopy full SHA for 2568dcb
Client.Test/PayrollEngine.Client.Test.csproj
@@ -17,7 +17,7 @@
17
18
<ItemGroup>
19
<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="4.13.0" />
20
- <PackageReference Include="PayrollEngine.Client.Core" Version="0.9.0-beta.4" />
+ <PackageReference Include="PayrollEngine.Client.Core" Version="0.9.0-beta.5" />
21
</ItemGroup>
22
23
<!-- include xml documention files and json schemas to the nuget package -->
Directory.Build.props
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>net9.0</TargetFramework>
5
- <Version>0.9.0-beta.4</Version>
+ <Version>0.9.0-beta.5</Version>
6
<FileVersion>0.9.0</FileVersion>
7
<InformationalVersion></InformationalVersion>
8
<Authors>Jani Giannoudis</Authors>
0 commit comments