We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc8c55 commit e7b6171Copy full SHA for e7b6171
Client.Scripting/PayrollEngine.Client.Scripting.csproj
@@ -176,7 +176,7 @@
176
177
<ItemGroup>
178
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
179
- <PackageReference Include="PayrollEngine.Client.Core" Version="0.6.0-beta.10" />
+ <PackageReference Include="PayrollEngine.Client.Core" Version="0.6.0-beta.11" />
180
</ItemGroup>
181
182
<!-- 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.10</Version>
+ <Version>0.6.0-beta.11</Version>
6
<FileVersion>0.6.0</FileVersion>
7
<InformationalVersion></InformationalVersion>
8
<Authors>Jani Giannoudis</Authors>
0 commit comments