Skip to content

Commit

Permalink
Incremented semver.
Browse files Browse the repository at this point in the history
Updated the semantic version to 3.3.0 to account for new feature DisposeScopeOnAppDisposing.
  • Loading branch information
tillig committed Sep 8, 2015
1 parent 87152dd commit 7936b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 3.2.0.{build}
version: 3.3.0.{build}

assembly_info:
patch: true
file: AssemblyInfo.cs
assembly_version: "3.2.0.0"
assembly_version: "3.3.0.0"
assembly_file_version: "{version}"
assembly_informational_version: "3.2.0-CI-{build}"
assembly_informational_version: "3.3.0-CI-{build}"

configuration: Release

Expand All @@ -21,4 +21,4 @@ deploy:
server: https://www.myget.org/F/autofac/
api_key:
secure: N4KZCRegcmenMoJ0peZfQwDzqq+Wt4oxGzNTgvkrDxgWyZhw7hNwKmd4n2AsNKQX
symbol_server: https://nuget.symbolsource.org/MyGet/autofac
symbol_server: https://nuget.symbolsource.org/MyGet/autofac

0 comments on commit 7936b66

Please sign in to comment.