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 46d895d commit 1a1e651
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 14 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Visual Studio 2017
image: Visual Studio 2022
artifacts:
- path: '**\jsreport.Client*.nupkg'
name: nuget
Expand Down
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.
14 changes: 7 additions & 7 deletions jsreport.Client.Test/jsreport.Client.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="NUnit" Version="3.7.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.8.0" />
<PackageReference Include="Shouldly" Version="2.8.3" />
<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>

<Choose>
Expand All @@ -24,8 +24,8 @@
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\jsreport.Client\jsreport.Client.csproj" />
<PackageReference Include="jsreport.Local" Version="2.2.3" />
<PackageReference Include="jsreport.Binary" Version="2.9.0" />
<PackageReference Include="jsreport.Local" Version="2.3.2" />
<PackageReference Include="jsreport.Binary" Version="3.8.0" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down
24 changes: 18 additions & 6 deletions jsreport.Client/jsreport.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,29 @@
<PackageProjectUrl>http://jsreport.net</PackageProjectUrl>
<PackageLicenseUrl>http://www.opensource.org/licenses/mit-license.php</PackageLicenseUrl>
<PackageIconUrl>http://jsreport.net/img/favicon.ico</PackageIconUrl>
<Copyright>Copyright 2013-2017 Jan Blaha</Copyright>
<Copyright>Copyright 2013-2022 Jan Blaha</Copyright>
<PackageTags>jsreport;report;pdf</PackageTags>
<RepositoryUrl>https://github.com/jsreport/net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>3.2.1</Version>
<AssemblyVersion>3.2.1</AssemblyVersion>
<Version>3.8.0</Version>
<AssemblyVersion>3.8.0</AssemblyVersion>
<Company>jsreport</Company>
<PackageReleaseNotes>Release notes are at https://github.com/jsreport/jsreport-dotnet-client/releases</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<FileVersion>3.2.1.0</FileVersion>
<FileVersion>3.8.0.0</FileVersion>
<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="Microsoft.CSharp" Version="4.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
Expand All @@ -34,8 +46,8 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="jsreport.Types" Version="3.0.1" />
<PackageReference Include="jsreport.Shared" Version="2.3.2" />
<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 1a1e651

Please sign in to comment.