Skip to content

Commit

Permalink
release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Feb 8, 2021
1 parent 261be9d commit af1e1a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jsreport.Binary/download.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
(new-object System.Net.WebClient).DownloadFile('https://github.com/jsreport/jsreport/releases/download/2.9.0/jsreport-win.zip','jsreport.zip')
(new-object System.Net.WebClient).DownloadFile('https://github.com/jsreport/jsreport/releases/download/2.11.0/jsreport-win.zip','jsreport.zip')
8 changes: 4 additions & 4 deletions jsreport.Binary/jsreport.Binary.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>2.9.0</Version>
<Version>2.11.0</Version>
<Authors>Jan Blaha</Authors>
<Company>jsreport</Company>
<Product>jsreport</Product>
<Copyright>Copyright 2013-2020 Jan Blaha</Copyright>
<Copyright>Copyright 2013-2021 Jan Blaha</Copyright>
<PackageLicenseUrl>http://www.opensource.org/licenses/mit-license.php</PackageLicenseUrl>
<PackageProjectUrl>https://jsreport.net</PackageProjectUrl>
<PackageIconUrl>http://jsreport.net/img/favicon.ico</PackageIconUrl>
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>2.9.0.0</AssemblyVersion>
<FileVersion>2.9.0.0</FileVersion>
<AssemblyVersion>2.11.0.0</AssemblyVersion>
<FileVersion>2.11.0.0</FileVersion>
</PropertyGroup>

<Choose>
Expand Down

0 comments on commit af1e1a2

Please sign in to comment.