Skip to content

Commit cc576bb

Browse files
committed
release 4.4.0
1 parent fde7122 commit cc576bb

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_build:
1414
deploy:
1515
provider: NuGet
1616
api_key:
17-
secure: bAvzGZkRLdXslqjhneI/rdbYgOoDF8DY3q2ewaG/OKW0ze8lJEh2Jyv7XCv8JcWH
17+
secure: q2slfVZn6ijxtg7WOW9fcEm2gZk0//Rz38RUa5Cd4V6JCKnq22iX9J9j8D60m/WT
1818
on:
1919
appveyor_repo_tag: true
2020
test_script:

jsreport.Binary.Linux/download.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
2-
(new-object System.Net.WebClient).DownloadFile('https://github.com/jsreport/jsreport/releases/download/3.13.0/jsreport-linux.tar.gz','jsreport-linux.tar.gz')
2+
(new-object System.Net.WebClient).DownloadFile('https://github.com/jsreport/jsreport/releases/download/4.4.0/jsreport-linux.tar.gz','jsreport-linux.tar.gz')
33
& cmd.exe '/C 7z x "jsreport-linux.tar.gz" -so | 7z x -aoa -si -ttar'
44
ren jsreport jsreport.exe
55
Compress-Archive -LiteralPath jsreport.exe -CompressionLevel Optimal -DestinationPath jsreport.zip -Force

jsreport.Binary.Linux/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#download the binary from github and zip it as expected by c#
2-
wget https://github.com/jsreport/jsreport/releases/download/3.13.0/jsreport-linux.tar.gz
2+
wget https://github.com/jsreport/jsreport/releases/download/4.4.0/jsreport-linux.tar.gz
33
tar -xzf jsreport-linux.tar.gz
44
mv jsreport jsreport.exe
55
zip jsreport-new.zip ./jsreport.exe

jsreport.Binary.Linux/jsreport.Binary.Linux.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4-
<Version>3.13.0</Version>
4+
<Version>4.4.0</Version>
55
<Authors>Jan Blaha</Authors>
66
<Company>jsreport</Company>
77
<Product>jsreport</Product>
8-
<Copyright>Copyright 2013-2023 Jan Blaha</Copyright>
8+
<Copyright>Copyright 2013-2024 Jan Blaha</Copyright>
99
<PackageLicenseUrl>http://www.opensource.org/licenses/mit-license.php</PackageLicenseUrl>
1010
<PackageProjectUrl>https://jsreport.net</PackageProjectUrl>
1111
<PackageIconUrl>http://jsreport.net/img/favicon.ico</PackageIconUrl>
@@ -15,8 +15,8 @@
1515
<Description>The package includes jsreport compiled into single binary for linux. You gonna need also jsreport.Local which wraps it with c# API.</Description>
1616
<PackageReleaseNotes>Release notes are at https://github.com/jsreport/jsreport/releases</PackageReleaseNotes>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18-
<AssemblyVersion>3.13.0.0</AssemblyVersion>
19-
<FileVersion>3.13.0.0</FileVersion>
18+
<AssemblyVersion>4.4.0.0</AssemblyVersion>
19+
<FileVersion>4.4.0.0</FileVersion>
2020
<PackageId>jsreport.Binary.Linux</PackageId>
2121
<PackageIcon>icon.png</PackageIcon>
2222
</PropertyGroup>

0 commit comments

Comments
 (0)