Skip to content

Commit

Permalink
release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Oct 4, 2022
1 parent 27e4403 commit 5d1c1de
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 16 deletions.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions jsreport.Local.Test/jsreport.Local.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Shouldly" Version="4.0.3" />
</ItemGroup>

<ItemGroup>
Expand All @@ -32,10 +32,10 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="jsreport.Client" Version="3.1.1" />
<PackageReference Include="jsreport.Shared" Version="2.3.2" />
<PackageReference Include="jsreport.Binary" Version="2.11.0" />
<PackageReference Include="jsreport.Types" Version="2.7.1" />
<PackageReference Include="jsreport.Client" Version="3.8.0" />
<PackageReference Include="jsreport.Shared" Version="3.8.0" />
<PackageReference Include="jsreport.Binary" Version="3.8.0" />
<PackageReference Include="jsreport.Types" Version="3.8.1" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down
27 changes: 20 additions & 7 deletions jsreport.Local/jsreport.Local.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,36 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>Release notes are at https://github.com/jsreport/jsreport-dotnet-local/releases</PackageReleaseNotes>
<Version>2.3.2</Version>
<Version>3.8.0</Version>
<Authors>Jan Blaha</Authors>
<Company>jsreport</Company>
<Product>jsreport</Product>
<Copyright>Copyright 2013-2020 Jan Blaha</Copyright>
<Copyright>Copyright 2013-2022 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>
<RepositoryUrl>https://github.com/jsreport/jsreport-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>jsreport;report;pdf;excel</PackageTags>
<AssemblyVersion>2.3.2.0</AssemblyVersion>
<FileVersion>2.3.2.0</FileVersion>
<AssemblyVersion>3.8.0.0</AssemblyVersion>
<FileVersion>3.8.0.0</FileVersion>
<Description>pdf or excel reports rendering through local jsreport binary</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>
Expand All @@ -35,9 +48,9 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="jsreport.Client" Version="3.1.1" />
<PackageReference Include="jsreport.Types" Version="2.7.1" />
<PackageReference Include="jsreport.Shared" Version="2.3.2" />
<PackageReference Include="jsreport.Client" Version="3.8.0" />
<PackageReference Include="jsreport.Types" Version="3.8.1" />
<PackageReference Include="jsreport.Shared" Version="3.8.0" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit 5d1c1de

Please sign in to comment.