Skip to content

Commit

Permalink
Updated versions for the 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Jun 15, 2016
1 parent f7edd23 commit d50eed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:
- C:\Users\appveyor\.nuget\packages

# version format
version: 0.1.{build}
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true

Expand Down Expand Up @@ -50,14 +50,6 @@ force_https_clone: true

configuration: Release

# enable patching of AssemblyInfo.cs files
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'

#---------------------------------#
# build configuration #
#---------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion src/Castle.Core.AsyncInterceptor/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0-*",
"version": "1.0.0-*",

"dependencies": {
"StyleCop.Analyzers": {
Expand Down
2 changes: 1 addition & 1 deletion test/Castle.Core.AsyncInterceptor.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0-*",
"version": "1.0.0-*",

"testRunner": "xunit",

Expand Down

0 comments on commit d50eed4

Please sign in to comment.