Skip to content

Commit

Permalink
Bump Version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDecker committed Dec 11, 2017
1 parent 08ea2c6 commit f0497fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LicenseHeaderManager/LicenseHeadersPackage.cs
Expand Up @@ -77,7 +77,7 @@ public LicenseHeadersPackage ()
{
}

public const string Version = "2.0.2";
public const string Version = "2.0.3";

private const string c_licenseHeaders = "License Header Manager";
private const string c_general = "General";
Expand Down
4 changes: 2 additions & 2 deletions LicenseHeaderManager/Properties/AssemblyInfo.cs
Expand Up @@ -43,8 +43,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion ("2.0.2.0")]
[assembly: AssemblyFileVersion ("2.0.2.0")]
[assembly: AssemblyVersion ("2.0.3.0")]
[assembly: AssemblyFileVersion ("2.0.3.0")]

[assembly:
InternalsVisibleTo (
Expand Down
@@ -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 Id="4c570677-8476-4d33-bd0c-da36c89287c8" Version="2.0.2" Language="en-US" Publisher="rubicon IT GmbH" />
<Identity Id="4c570677-8476-4d33-bd0c-da36c89287c8" Version="2.0.3" Language="en-US" Publisher="rubicon IT GmbH" />
<DisplayName>License Header Manager</DisplayName>
<Description xml:space="preserve">An extension for adding license headers to source code files.</Description>
<MoreInfo>https://github.com/rubicon-oss/LicenseHeaderManager</MoreInfo>
Expand Down

0 comments on commit f0497fc

Please sign in to comment.