Skip to content

Commit 2b58775

Browse files
author
Jani Giannoudis
committed
updated
1 parent 203e31f commit 2b58775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Client.Scripting/PayrollEngine.Client.Scripting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
<ItemGroup>
177177
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
178-
<PackageReference Include="PayrollEngine.Client.Core" Version="0.6.0-beta.1" />
178+
<PackageReference Include="PayrollEngine.Client.Core" Version="0.6.0-beta.2" />
179179
</ItemGroup>
180180

181181
<!-- include xml documention files and json schemas to the nuget package -->

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
5-
<Version>0.6.0-beta.1</Version>
5+
<Version>0.6.0-beta.2</Version>
66
<FileVersion>0.5.0</FileVersion>
77
<InformationalVersion></InformationalVersion>
88
<Authors>Jani Giannoudis</Authors>

0 commit comments

Comments
 (0)