Skip to content

Commit

Permalink
Bump 2.0.0 -> 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Aug 13, 2017
1 parent dec7288 commit db127d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BuildVision.Common/BuildVisionVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ namespace BuildVision
{
public class BuildVisionVersion
{
public const string PackageVersion = "2.0.0";
public const string PackageVersion = "2.0.1";
}
}
2 changes: 1 addition & 1 deletion BuildVision/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Version="2.0.0" Id="837c3c3b-8382-4839-9c9a-807b758a929f" Language="en-US" Publisher="Stefan Kert" />
<Identity Version="2.0.1" Id="837c3c3b-8382-4839-9c9a-807b758a929f" Language="en-US" Publisher="Stefan Kert" />
<DisplayName>BuildVision</DisplayName>
<Description xml:space="preserve">Building process visualization.</Description>
<MoreInfo>https://github.com/StefanKert/BuildVision</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.0.{build}
version: 2.0.1.{build}
configuration: Release
os: Visual Studio 2017

Expand All @@ -22,4 +22,4 @@ deploy:
prerelease: true
force_update: true
on:
appveyor_repo_tag: true
appveyor_repo_tag: true

0 comments on commit db127d7

Please sign in to comment.