Skip to content

Commit

Permalink
Updated version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstc committed Aug 29, 2023
1 parent 769cbac commit 27ad676
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SolutionSecrets.Core/SolutionSecrets.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
<Authors>Ernesto Cianciotta</Authors>
<Copyright>Copyright (c) 2022 Ernesto Cianciotta</Copyright>
<Copyright>Copyright (c) 2023 Ernesto Cianciotta</Copyright>
<Description>Tool for synchronizing Visual Studio solution secrets across different development machines.</Description>
<Product>Solution Secrets 2022</Product>
<RepositoryUrl>https://github.com/ernstc/SolutionSecretsExtension</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion SolutionSecrets2019/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 = "Solution Secrets 2019";
public const string Description = @"This extension allows you to synchronize Visual Studio solution secrets across different development workstations.";
public const string Language = "en-US";
public const string Version = "2.0.0";
public const string Version = "2.1.1";
public const string Author = "Ernesto Cianciotta";
public const string Tags = "devops;secrets;secrets management;synchronization;user secrets;";
}
Expand Down
2 changes: 1 addition & 1 deletion SolutionSecrets2019/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="SolutionSecrets2019.4ee3c3b7-0e84-447d-9860-a2a08bb0f43a" Version="2.1.0" Language="en-US" Publisher="Ernesto Cianciotta" />
<Identity Id="SolutionSecrets2019.4ee3c3b7-0e84-447d-9860-a2a08bb0f43a" Version="2.1.1" Language="en-US" Publisher="Ernesto Cianciotta" />
<DisplayName>Solution Secrets 2019</DisplayName>
<Description xml:space="preserve">This extension allows you to synchronize Visual Studio solution secrets across different development workstations.</Description>
<License>LICENSE</License>
Expand Down
2 changes: 1 addition & 1 deletion SolutionSecrets2022/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 = "Solution Secrets 2022";
public const string Description = @"This extension allows you to synchronize Visual Studio solution secrets across different development workstations.";
public const string Language = "en-US";
public const string Version = "2.1.0";
public const string Version = "2.1.1";
public const string Author = "Ernesto Cianciotta";
public const string Tags = "devops;secrets;secrets management;synchronization;user secrets;";
}
Expand Down
2 changes: 1 addition & 1 deletion SolutionSecrets2022/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="SolutionSecrets2022.40dfc992-754a-4117-b27b-8fe61faf15e1" Version="2.1.0" Language="en-US" Publisher="Ernesto Cianciotta" />
<Identity Id="SolutionSecrets2022.40dfc992-754a-4117-b27b-8fe61faf15e1" Version="2.1.1" Language="en-US" Publisher="Ernesto Cianciotta" />
<DisplayName>Solution Secrets 2022</DisplayName>
<Description xml:space="preserve">This extension allows you to synchronize Visual Studio solution secrets across different development workstations.</Description>
<License>LICENSE</License>
Expand Down

0 comments on commit 27ad676

Please sign in to comment.