Skip to content

Commit

Permalink
Bump to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed May 30, 2022
1 parent e6f9cbb commit fe539b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NiftyPerforce/Manifests/Legacy/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal sealed partial class Vsix
public const string Name = "Nifty Perforce (Legacy) - belkiss' fork";
public const string Description = @"Simple Perforce integration for Visual Studio 2017/2019";
public const string Language = "en-US";
public const string Version = "3.0.2";
public const string Version = "3.0.3";
public const string Author = "Lambert Clara";
public const string Tags = "perforce";
}
Expand Down
Original file line number Diff line number Diff line change
@@ -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="NiftyPerforce.belkiss.7890d9ce-61f3-449e-884e-0d6c534ef80c" Version="3.0.2" Language="en-US" Publisher="Lambert Clara" />
<Identity Id="NiftyPerforce.belkiss.7890d9ce-61f3-449e-884e-0d6c534ef80c" Version="3.0.3" Language="en-US" Publisher="Lambert Clara" />
<DisplayName>Nifty Perforce (Legacy) - belkiss' fork</DisplayName>
<Description xml:space="preserve">Simple Perforce integration for Visual Studio 2017/2019</Description>
<MoreInfo>https://github.com/belkiss/niftyplugins</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions NiftyPerforce/Manifests/source.extension.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ------------------------------------------------------------------------------
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by VSIX Synchronizer
// </auto-generated>
Expand All @@ -11,7 +11,7 @@ internal sealed partial class Vsix
public const string Name = "Nifty Perforce - belkiss' fork";
public const string Description = @"Simple Perforce integration for Visual Studio 2022";
public const string Language = "en-US";
public const string Version = "3.0.2";
public const string Version = "3.0.3";
public const string Author = "Lambert Clara";
public const string Tags = "perforce";
}
Expand Down
2 changes: 1 addition & 1 deletion NiftyPerforce/Manifests/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -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="NiftyPerforce.belkiss.3cc12a76-88f6-4e50-9ede-377ba823db79" Version="3.0.2" Language="en-US" Publisher="Lambert Clara" />
<Identity Id="NiftyPerforce.belkiss.3cc12a76-88f6-4e50-9ede-377ba823db79" Version="3.0.3" Language="en-US" Publisher="Lambert Clara" />
<DisplayName>Nifty Perforce - belkiss' fork</DisplayName>
<Description xml:space="preserve">Simple Perforce integration for Visual Studio 2022</Description>
<MoreInfo>https://github.com/belkiss/niftyplugins</MoreInfo>
Expand Down

0 comments on commit fe539b2

Please sign in to comment.