Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Sep 28, 2018
1 parent 5065754 commit 2748b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.Shared*.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.Shared/jsreport.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.6;net45</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.0-beta</Version>
<Version>2.0.0</Version>
<Authors>Jan Blaha</Authors>
<Company>jsreport</Company>
<Product>jsreport</Product>
Expand Down

0 comments on commit 2748b79

Please sign in to comment.