Skip to content

Commit

Permalink
updated nugets
Browse files Browse the repository at this point in the history
updated to version 0.8.0-beta.2
  • Loading branch information
Jani Giannoudis committed Jul 10, 2024
1 parent bf83fb5 commit c29faf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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>net8.0</TargetFramework>
<Version>0.8.0-beta.1</Version>
<Version>0.8.0-beta.2</Version>
<FileVersion>0.8.0</FileVersion>
<InformationalVersion></InformationalVersion>
<Authors>Jani Giannoudis</Authors>
Expand Down
8 changes: 4 additions & 4 deletions Document/PayrollEngine.Document.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PayrollEngine.Core" Version="0.8.0-beta.1" />
<PackageReference Include="FastReport.OpenSource" Version="2024.1.0" />
<PackageReference Include="FastReport.OpenSource.Export.PdfSimple" Version="2024.1.0" />
<PackageReference Include="NPOI" Version="2.6.2" />
<PackageReference Include="PayrollEngine.Core" Version="0.8.0-beta.2" />
<PackageReference Include="FastReport.OpenSource" Version="2024.2.1" />
<PackageReference Include="FastReport.OpenSource.Export.PdfSimple" Version="2024.2.1" />
<PackageReference Include="NPOI" Version="2.7.1" />
</ItemGroup>

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

0 comments on commit c29faf9

Please sign in to comment.