Skip to content

Commit

Permalink
Merge branch 'release/v3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDecker committed Mar 19, 2019
2 parents 205dd91 + f058ec2 commit 1935dd8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions LicenseHeaderManager/LicenseHeadersPackage.cs
@@ -1,4 +1,4 @@
#region copyright
#region copyright
// Copyright (c) rubicon IT GmbH

// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -79,7 +79,7 @@ public LicenseHeadersPackage ()
{
}

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

private const string c_licenseHeaders = "License Header Manager";
private const string c_general = "General";
Expand Down
6 changes: 3 additions & 3 deletions LicenseHeaderManager/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
#region copyright
#region copyright
// Copyright (c) rubicon IT GmbH

// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
Expand Down 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.3.0")]
[assembly: AssemblyFileVersion ("2.0.3.0")]
[assembly: AssemblyVersion ("3.0.0.0")]
[assembly: AssemblyFileVersion ("3.0.0.0")]

[assembly:
InternalsVisibleTo (
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?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.3" Language="en-US" Publisher="rubicon IT GmbH" />
<Identity Id="4c570677-8476-4d33-bd0c-da36c89287c8" Version="3.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 1935dd8

Please sign in to comment.