Skip to content

Commit

Permalink
Bump Version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-mholle committed Feb 3, 2022
1 parent 60c31e1 commit 3dde6f6
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions LicenseHeaderManager.2019/Properties/AssemblyInfo.cs
Expand Up @@ -42,8 +42,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion ("4.0.0.0")]
[assembly: AssemblyFileVersion ("4.0.0.0")]
[assembly: AssemblyVersion ("5.0.0.0")]
[assembly: AssemblyFileVersion ("5.0.0.0")]

[assembly:
InternalsVisibleTo (
Expand Down
2 changes: 1 addition & 1 deletion LicenseHeaderManager.2019/source.extension.vsixmanifest
Expand Up @@ -3,7 +3,7 @@
<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="4.0.0" Language="en-US" Publisher="rubicon IT GmbH" />
<Identity Id="4c570677-8476-4d33-bd0c-da36c89287c8" Version="5.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
4 changes: 2 additions & 2 deletions LicenseHeaderManager.Console/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("4.0.0.0")]
[assembly: AssemblyFileVersion ("4.0.0.0")]
[assembly: AssemblyVersion ("5.0.0.0")]
[assembly: AssemblyFileVersion ("5.0.0.0")]
4 changes: 2 additions & 2 deletions LicenseHeaderManager.Core.Tests/Properties/AssemblyInfo.cs
Expand Up @@ -45,5 +45,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("4.0.0.0")]
[assembly: AssemblyFileVersion ("4.0.0.0")]
[assembly: AssemblyVersion ("5.0.0.0")]
[assembly: AssemblyFileVersion ("5.0.0.0")]
4 changes: 2 additions & 2 deletions LicenseHeaderManager.Core/Properties/AssemblyInfo.cs
Expand Up @@ -45,5 +45,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("4.0.0.0")]
[assembly: AssemblyFileVersion ("4.0.0.0")]
[assembly: AssemblyVersion ("5.0.0.0")]
[assembly: AssemblyFileVersion ("5.0.0.0")]
2 changes: 1 addition & 1 deletion LicenseHeaderManager.Shared/LicenseHeadersPackage.cs
Expand Up @@ -71,7 +71,7 @@ namespace LicenseHeaderManager
[Guid (c_guidLicenseHeadersPkgString)]
public sealed class LicenseHeadersPackage : AsyncPackage, ILicenseHeaderExtension
{
public const string Version = "4.0.0";
public const string Version = "5.0.0";
private const string c_guidLicenseHeadersPkgString = "4c570677-8476-4d33-bd0c-da36c89287c8";

private const string c_licenseHeaders = "License Header Manager";
Expand Down
4 changes: 2 additions & 2 deletions LicenseHeaderManager.Tests/Properties/AssemblyInfo.cs
Expand Up @@ -45,5 +45,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("4.0.0.0")]
[assembly: AssemblyFileVersion ("4.0.0.0")]
[assembly: AssemblyVersion ("5.0.0.0")]
[assembly: AssemblyFileVersion ("5.0.0.0")]
4 changes: 2 additions & 2 deletions LicenseHeaderManager/Properties/AssemblyInfo.cs
Expand Up @@ -42,8 +42,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion ("4.0.0.0")]
[assembly: AssemblyFileVersion ("4.0.0.0")]
[assembly: AssemblyVersion ("5.0.0.0")]
[assembly: AssemblyFileVersion ("5.0.0.0")]

[assembly:
InternalsVisibleTo (
Expand Down
2 changes: 1 addition & 1 deletion LicenseHeaderManager/source.extension.vsixmanifest
Expand Up @@ -3,7 +3,7 @@
<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="4.0.0" Language="en-US" Publisher="rubicon IT GmbH" />
<Identity Id="4c570677-8476-4d33-bd0c-da36c89287c8" Version="5.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 3dde6f6

Please sign in to comment.