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 a19914b commit 14fc67dCopy full SHA for 14fc67d
Client.Test/PayrollEngine.Client.Test.csproj
@@ -16,7 +16,7 @@
16
17
<ItemGroup>
18
<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="4.6.0" />
19
- <PackageReference Include="PayrollEngine.Client.Core" Version="0.6.0-beta.1" />
+ <PackageReference Include="PayrollEngine.Client.Core" Version="0.6.0-beta.2" />
20
</ItemGroup>
21
22
<!-- include xml documention files and json schemas to the nuget package -->
Directory.Build.props
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>net7.0</TargetFramework>
5
- <Version>0.6.0-beta.1</Version>
+ <Version>0.6.0-beta.2</Version>
6
<FileVersion>0.5.0</FileVersion>
7
<InformationalVersion></InformationalVersion>
8
<Authors>Jani Giannoudis</Authors>
0 commit comments