File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ before_build:
1414deploy :
1515 provider : NuGet
1616 api_key :
17- secure : bAvzGZkRLdXslqjhneI/rdbYgOoDF8DY3q2ewaG/OKW0ze8lJEh2Jyv7XCv8JcWH
17+ secure : q2slfVZn6ijxtg7WOW9fcEm2gZk0//Rz38RUa5Cd4V6JCKnq22iX9J9j8D60m/WT
1818 on :
1919 appveyor_repo_tag : true
2020test_script :
Original file line number Diff line number Diff line change 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'
44ren jsreport jsreport.exe
55Compress-Archive - LiteralPath jsreport.exe - CompressionLevel Optimal - DestinationPath jsreport.zip - Force
Original file line number Diff line number Diff line change 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
33tar -xzf jsreport-linux.tar.gz
44mv jsreport jsreport.exe
55zip jsreport-new.zip ./jsreport.exe
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments