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 3f278ba commit 67d4687Copy full SHA for 67d4687
Client.Scripting/PayrollEngine.Client.Scripting.csproj
@@ -14,7 +14,7 @@
14
</PropertyGroup>
15
16
<ItemGroup>
17
- <PackageReference Include="PayrollEngine.Client.Core" Version="0.9.0-beta.16" />
+ <PackageReference Include="PayrollEngine.Client.Core" Version="0.9.0-beta.17" />
18
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
19
</ItemGroup>
20
Directory.Build.props
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>net10.0</TargetFramework>
5
- <Version>0.9.0-beta.16</Version>
+ <Version>0.9.0-beta.17</Version>
6
<FileVersion>0.9.0</FileVersion>
7
<InformationalVersion></InformationalVersion>
8
<Authors>Jani Giannoudis</Authors>
0 commit comments