Skip to content

Commit

Permalink
version bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turgayozgur committed Jan 25, 2019
1 parent e57d425 commit 13ec98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 2.0.0-beta-{build}
version: 2.0.0

pull_requests:
do_not_increment_build_number: true
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ revision=$(printf %04d $APPVEYOR_BUILD_NUMBER)

# pack
for path in src/*; do
dotnet pack ${path} -c Release -o "..\..\artifacts" --version-suffix="beta-${revision}" --no-build --no-restore
dotnet pack ${path} -c Release -o "..\..\artifacts" --no-build --no-restore
done

0 comments on commit 13ec98e

Please sign in to comment.