Skip to content

Commit

Permalink
Change version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaillon committed Mar 7, 2017
1 parent 07fe4ab commit c5c2bb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.{build}
version: 1.1.{build}
configuration: Release
before_build:
- ps: dotnet restore
Expand Down
6 changes: 4 additions & 2 deletions src/Preconditions/Preconditions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Preconditions.NET</id>
<version>1.0.0</version>
<version>1.1.0</version>
<authors>Philippe Lécaillon</authors>
<owners>Philippe Lécaillon</owners>
<licenseUrl>https://github.com/lecaillon/Preconditions/blob/master/LICENSE</licenseUrl>
Expand All @@ -13,7 +13,9 @@
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright © P.Lécaillon 2016</copyright>
<tags>Preconditions Guava Check</tags>
<dependencies />
<dependencies>
<group targetFramework=".NETStandard1.3" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\**\*.dll" target="lib" />
Expand Down

0 comments on commit c5c2bb7

Please sign in to comment.