Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Sep 28, 2018
1 parent 5ea0eca commit f095cd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Visual Studio 2017 Preview
image: Visual Studio 2017
artifacts:
- path: '**\jsreport.Client*.nupkg'
name: nuget
Expand All @@ -13,7 +13,7 @@ before_build:
deploy:
provider: NuGet
api_key:
secure: cm3zn2aDli94+zqlULKlvqQItEfAHHfqpBnUWILfZ8jp+8LjVdIllIH1CPFsXs0B
secure: Ok6nZu8obJRRE9qRHzNrQ9/B+rzXMCq3Bm3PYwkRvrKKksANcUbhZij+lTmVbUHL
on:
appveyor_repo_tag: true
test_script:
Expand Down
2 changes: 1 addition & 1 deletion jsreport.Client.Test/jsreport.Client.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ItemGroup>
<ProjectReference Include="..\jsreport.Client\jsreport.Client.csproj" />
<PackageReference Include="jsreport.Local" Version="2.0.0-beta" />
<PackageReference Include="jsreport.Binary" Version="2.1.0-beta2" />
<PackageReference Include="jsreport.Binary" Version="2.2.0" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down
6 changes: 3 additions & 3 deletions jsreport.Client/jsreport.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageTags>jsreport;report;pdf</PackageTags>
<RepositoryUrl>https://github.com/jsreport/net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>3.0.0-beta</Version>
<Version>3.0.0</Version>
<AssemblyVersion>3.0.0</AssemblyVersion>
<Company>jsreport</Company>
<PackageReleaseNotes>Release notes are at https://github.com/jsreport/jsreport-dotnet-client/releases</PackageReleaseNotes>
Expand All @@ -34,8 +34,8 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="jsreport.Types" Version="2.1.0-beta" />
<PackageReference Include="jsreport.Shared" Version="2.0.0-beta" />
<PackageReference Include="jsreport.Types" Version="2.2.0" />
<PackageReference Include="jsreport.Shared" Version="2.0.0" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit f095cd8

Please sign in to comment.