Skip to content

Commit

Permalink
Versionbump
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Oct 6, 2017
1 parent 351e759 commit 091d078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1";
public const string PackageVersion = "2.1.0";
}
}
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.1" Id="837c3c3b-8382-4839-9c9a-807b758a929f" Language="en-US" Publisher="Stefan Kert" />
<Identity Version="2.1.0" 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://marketplace.visualstudio.com/items?itemName=stefankert.BuildVision</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.1.{build}
version: 2.1.0.{build}
configuration: Release
os: Visual Studio 2017

Expand Down

0 comments on commit 091d078

Please sign in to comment.