Skip to content

Commit

Permalink
updated to version 0.6.0-beta.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Giannoudis committed Oct 10, 2023
1 parent 2caf130 commit cfa2f67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Client.Services/PayrollEngine.Client.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="PayrollEngine.Client.Scripting" Version="0.6.0-beta.10" />
<PackageReference Include="PayrollEngine.Client.Test" Version="0.6.0-beta.10" />
<PackageReference Include="PayrollEngine.Client.Scripting" Version="0.6.0-beta.11" />
<PackageReference Include="PayrollEngine.Client.Test" Version="0.6.0-beta.11" />
</ItemGroup>

<!-- include xml documention files and json schemas to the nuget package -->
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>0.6.0-beta.10</Version>
<Version>0.6.0-beta.11</Version>
<FileVersion>0.6.0</FileVersion>
<InformationalVersion></InformationalVersion>
<Authors>Jani Giannoudis</Authors>
Expand Down

0 comments on commit cfa2f67

Please sign in to comment.