Skip to content

Commit

Permalink
Updated versions for the 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Nov 18, 2016
1 parent f30dcd1 commit 53cfbbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
# general configuration #
#---------------------------------#

# Retain the NuGet package cache between builds
cache:
- C:\Users\appveyor\.nuget\packages

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

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": "1.0.0-*",
"version": "1.1.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
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"AutoFixture": "3.50.2",
"AutoFixture.AutoMoq": "3.50.2",
"Castle.Core.AsyncInterceptor": "1.0.0-*",
"Castle.Core.AsyncInterceptor": "1.1.0-*",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Moq": "4.5.28",
"xunit": "2.2.0-beta2-build3300"
Expand Down

0 comments on commit 53cfbbf

Please sign in to comment.