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 535e135 commit 939a14bCopy full SHA for 939a14b
Client.Scripting/PayrollEngine.Client.Scripting.csproj
@@ -175,7 +175,7 @@
175
176
<ItemGroup>
177
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
178
- <PackageReference Include="PayrollEngine.Client.Core" Version="0.5.0-230719-3" />
+ <PackageReference Include="PayrollEngine.Client.Core" Version="0.5.0-230719-4" />
179
</ItemGroup>
180
181
<!-- 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.5.0-230719-3</Version>
+ <Version>0.5.0-230719-4</Version>
6
<FileVersion>0.5.0</FileVersion>
7
<InformationalVersion></InformationalVersion>
8
<Authors>Jani Giannoudis</Authors>
0 commit comments