Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed Nov 18, 2021
2 parents 4679f0c + 8972a0e commit 4363b7b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions NiftyPerforce/EventHandlers/AutoCheckoutProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ private void RegisterEvents(object sender = null, EventArgs e = null)
if (_registeredCommands == null)
{
Log.Info("Adding handlers for automatically checking out .vcproj files when you do changes to the project");
_registeredCommands = new List<string>();
foreach (string command in _commands)
{
if (RegisterHandler(command, OnCheckoutSelectedProjects))
Expand Down
4 changes: 2 additions & 2 deletions NiftyPerforce/Manifests/Legacy/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ namespace NiftyPerforce.Manifests.Legacy
{
internal sealed partial class Vsix
{
public const string Id = "NiftyPerforce.belkiss.3cc12a76-88f6-4e50-9ede-377ba823db79";
public const string Id = "NiftyPerforce.belkiss.7890d9ce-61f3-449e-884e-0d6c534ef80c";
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.0";
public const string Version = "3.0.1";
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.3cc12a76-88f6-4e50-9ede-377ba823db79" Version="3.0.0" Language="en-US" Publisher="Lambert Clara" />
<Identity Id="NiftyPerforce.belkiss.7890d9ce-61f3-449e-884e-0d6c534ef80c" Version="3.0.1" 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
2 changes: 1 addition & 1 deletion NiftyPerforce/Manifests/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 - 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.0";
public const string Version = "3.0.1";
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.0" Language="en-US" Publisher="Lambert Clara" />
<Identity Id="NiftyPerforce.belkiss.3cc12a76-88f6-4e50-9ede-377ba823db79" Version="3.0.1" 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 4363b7b

Please sign in to comment.