Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDecker committed Mar 15, 2017
1 parent b45b07d commit 1635d9f
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 @@ -85,7 +85,7 @@ public LicenseHeadersPackage ()
{
}

public const string Version = "1.7.3";
public const string Version = "2.0.0";

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 ("1.7.3.0")]
[assembly: AssemblyFileVersion ("1.7.3.0")]
[assembly: AssemblyVersion ("2.0.0.0")]
[assembly: AssemblyFileVersion ("2.0.0.0")]

[assembly: InternalsVisibleTo ("LicenseHeaderManager.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100A51863EC92C8300AC3838C02FC45700305E1D0C531FC50BB69386935BBE857706DFCAF2025F9B7D88FBF232E68308DB5D131D04FED6D1B5F628D9F62BEE787A4B59232A12F2D8A9524CA0B598203C75C3F3F348A5F9DC26516C8275DE7B665126EDB9CD8627BAC1F4EC69AA98F16912B8F604BD1BDF07EDF008CE165436031B6")]

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="1.7.3" Language="en-US" Publisher="rubicon IT GmbH" />
<Identity Id="4c570677-8476-4d33-bd0c-da36c89287c8" Version="2.0.0" 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 1635d9f

Please sign in to comment.