Skip to content

Commit

Permalink
Increment version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzykiller committed Jun 2, 2017
1 parent 742d0a7 commit 40e99c0
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
@@ -1,5 +1,5 @@
image: Visual Studio 2017
version: 1.0.0-{build}
version: 1.0.1-{build}
configuration: Release
build_script:
- cmd: >-
Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleProgressBar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix Condition="'$(APPVEYOR_REPO_TAG)'=='false'">$(APPVEYOR_BUILD_ID)</VersionSuffix>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

Expand Down

0 comments on commit 40e99c0

Please sign in to comment.