Skip to content

Commit 7d4dd45

Browse files
author
Jani Giannoudis
committed
updated
1 parent 968a717 commit 7d4dd45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4" />
178+
<PackageReference Include="PayrollEngine.Client.Core" Version="0.6.0-beta.5" />
179179
</ItemGroup>
180180

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

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
5-
<Version>0.6.0-beta.4</Version>
6-
<FileVersion>0.5.0</FileVersion>
5+
<Version>0.6.0-beta.5</Version>
6+
<FileVersion>0.6.0</FileVersion>
77
<InformationalVersion></InformationalVersion>
88
<Authors>Jani Giannoudis</Authors>
99
<Company>Software Consulting Giannoudis</Company>

0 commit comments

Comments
 (0)