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 945f949 commit f6c4532Copy full SHA for f6c4532
Client.Core/PayrollEngine.Client.Core.csproj
@@ -89,7 +89,7 @@
89
</None>
90
</ItemGroup>
91
<ItemGroup>
92
- <PackageReference Include="PayrollEngine.Core" Version="0.9.0-beta.8" />
+ <PackageReference Include="PayrollEngine.Core" Version="0.9.0-beta.9" />
93
94
95
<!-- build json schema -->
Directory.Build.props
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>net9.0</TargetFramework>
5
- <Version>0.9.0-beta.8</Version>
+ <Version>0.9.0-beta.9</Version>
6
<FileVersion>0.9.0</FileVersion>
7
<InformationalVersion></InformationalVersion>
8
<Authors>Jani Giannoudis</Authors>
0 commit comments