From bfcf9d853bbb486100c32b2d757df4a21ad6d124 Mon Sep 17 00:00:00 2001 From: pofider Date: Wed, 22 Jul 2020 15:18:48 +0200 Subject: [PATCH] release 2.9.0 --- jsreport.Binary.OSX/download.ps1 | 2 +- jsreport.Binary.OSX/download.sh | 2 +- jsreport.Binary.OSX/jsreport.Binary.OSX.csproj | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jsreport.Binary.OSX/download.ps1 b/jsreport.Binary.OSX/download.ps1 index d683004..fe36608 100644 --- a/jsreport.Binary.OSX/download.ps1 +++ b/jsreport.Binary.OSX/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/2.7.1/jsreport-osx.tar.gz','jsreport-osx.tar.gz') +(new-object System.Net.WebClient).DownloadFile('https://github.com/jsreport/jsreport/releases/download/2.9.0/jsreport-osx.tar.gz','jsreport-osx.tar.gz') & cmd.exe '/C 7z x "jsreport-osx.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.OSX/download.sh b/jsreport.Binary.OSX/download.sh index fc13ba6..1bf15ad 100644 --- a/jsreport.Binary.OSX/download.sh +++ b/jsreport.Binary.OSX/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/2.7.1/jsreport-osx.tar.gz +wget https://github.com/jsreport/jsreport/releases/download/2.9.0/jsreport-osx.tar.gz tar -xzf jsreport-osx.tar.gz mv jsreport jsreport.exe zip jsreport-new.zip ./jsreport.exe diff --git a/jsreport.Binary.OSX/jsreport.Binary.OSX.csproj b/jsreport.Binary.OSX/jsreport.Binary.OSX.csproj index 033f787..9cd3c50 100644 --- a/jsreport.Binary.OSX/jsreport.Binary.OSX.csproj +++ b/jsreport.Binary.OSX/jsreport.Binary.OSX.csproj @@ -1,7 +1,7 @@  netstandard2.0 - 2.7.1 + 2.9.0 Jan Blaha jsreport jsreport @@ -15,8 +15,8 @@ The package includes jsreport compiled into single binary for OSX. You gonna need also jsreport.Local which wraps it with c# API. Release notes are at https://github.com/jsreport/jsreport/releases true - 2.7.1.0 - 2.7.1.0 + 2.9.0.0 + 2.9.0.0 jsreport.Binary.OSX @@ -36,7 +36,7 @@ - +