From b10669896faecdd3a2660e7068415a6e7f8f671a Mon Sep 17 00:00:00 2001 From: pofider Date: Wed, 23 Nov 2022 21:56:55 +0100 Subject: [PATCH] release 3.9.0 --- jsreport.Binary.Linux/download.ps1 | 2 +- jsreport.Binary.Linux/download.sh | 2 +- jsreport.Binary.Linux/jsreport.Binary.Linux.csproj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jsreport.Binary.Linux/download.ps1 b/jsreport.Binary.Linux/download.ps1 index c78c1b6..0ea86e5 100644 --- a/jsreport.Binary.Linux/download.ps1 +++ b/jsreport.Binary.Linux/download.ps1 @@ -1,5 +1,5 @@ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -(new-object System.Net.WebClient).DownloadFile('https://github.com/jsreport/jsreport/releases/download/3.8.0/jsreport-linux.tar.gz','jsreport-linux.tar.gz') +(new-object System.Net.WebClient).DownloadFile('https://github.com/jsreport/jsreport/releases/download/3.9.0/jsreport-linux.tar.gz','jsreport-linux.tar.gz') & cmd.exe '/C 7z x "jsreport-linux.tar.gz" -so | 7z x -aoa -si -ttar' ren jsreport jsreport.exe Compress-Archive -LiteralPath jsreport.exe -CompressionLevel Optimal -DestinationPath jsreport.zip -Force diff --git a/jsreport.Binary.Linux/download.sh b/jsreport.Binary.Linux/download.sh index d29f814..19e0bc7 100644 --- a/jsreport.Binary.Linux/download.sh +++ b/jsreport.Binary.Linux/download.sh @@ -1,5 +1,5 @@ #download the binary from github and zip it as expected by c# -wget https://github.com/jsreport/jsreport/releases/download/3.8.0/jsreport-linux.tar.gz +wget https://github.com/jsreport/jsreport/releases/download/3.9.0/jsreport-linux.tar.gz tar -xzf jsreport-linux.tar.gz mv jsreport jsreport.exe zip jsreport-new.zip ./jsreport.exe diff --git a/jsreport.Binary.Linux/jsreport.Binary.Linux.csproj b/jsreport.Binary.Linux/jsreport.Binary.Linux.csproj index 9fd0ccf..6bae302 100644 --- a/jsreport.Binary.Linux/jsreport.Binary.Linux.csproj +++ b/jsreport.Binary.Linux/jsreport.Binary.Linux.csproj @@ -1,7 +1,7 @@  netstandard2.0 - 3.8.0 + 3.9.0 Jan Blaha jsreport jsreport @@ -15,8 +15,8 @@ The package includes jsreport compiled into single binary for linux. You gonna need also jsreport.Local which wraps it with c# API. Release notes are at https://github.com/jsreport/jsreport/releases true - 3.8.0.0 - 3.8.0.0 + 3.9.0.0 + 3.9.0.0 jsreport.Binary.Linux icon.png