Skip to content

Commit

Permalink
release 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Aug 31, 2023
1 parent e6f3488 commit 32e76b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jsreport.Binary/jsreport.Binary.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>3.11.0</Version>
<Version>3.13.0</Version>
<Authors>Jan Blaha</Authors>
<Company>jsreport</Company>
<Product>jsreport</Product>
Expand All @@ -15,8 +15,8 @@
<Description>The package includes jsreport compiled into single binary. You gonna need also jsreport.Local which wraps it with c# API.</Description>
<PackageReleaseNotes>Release notes are at https://github.com/jsreport/jsreport/releases</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>3.11.0.0</AssemblyVersion>
<FileVersion>3.11.0.0</FileVersion>
<AssemblyVersion>3.13.0.0</AssemblyVersion>
<FileVersion>3.13.0.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
Expand Down

0 comments on commit 32e76b7

Please sign in to comment.