Skip to content

Commit

Permalink
Merge branch 'release/v3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDecker committed Mar 27, 2019
2 parents 82c6ef2 + 6f8afac commit 9c90731
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 @@ -79,7 +79,7 @@ public LicenseHeadersPackage ()
{
}

public const string Version = "3.0.0";
public const string Version = "3.0.1";

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 ("3.0.0.0")]
[assembly: AssemblyFileVersion ("3.0.0.0")]
[assembly: AssemblyVersion ("3.0.1.0")]
[assembly: AssemblyFileVersion ("3.0.1.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="3.0.0" Language="en-US" Publisher="rubicon IT GmbH" />
<Identity Id="4c570677-8476-4d33-bd0c-da36c89287c8" Version="3.0.1" 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 9c90731

Please sign in to comment.