Skip to content

Commit 27ad676

Browse files
committed
Updated version numbers.
1 parent 769cbac commit 27ad676

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

SolutionSecrets.Core/SolutionSecrets.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>2.1.0</Version>
5+
<Version>2.1.1</Version>
66
<Authors>Ernesto Cianciotta</Authors>
7-
<Copyright>Copyright (c) 2022 Ernesto Cianciotta</Copyright>
7+
<Copyright>Copyright (c) 2023 Ernesto Cianciotta</Copyright>
88
<Description>Tool for synchronizing Visual Studio solution secrets across different development machines.</Description>
99
<Product>Solution Secrets 2022</Product>
1010
<RepositoryUrl>https://github.com/ernstc/SolutionSecretsExtension</RepositoryUrl>

SolutionSecrets2019/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal sealed partial class Vsix
1111
public const string Name = "Solution Secrets 2019";
1212
public const string Description = @"This extension allows you to synchronize Visual Studio solution secrets across different development workstations.";
1313
public const string Language = "en-US";
14-
public const string Version = "2.0.0";
14+
public const string Version = "2.1.1";
1515
public const string Author = "Ernesto Cianciotta";
1616
public const string Tags = "devops;secrets;secrets management;synchronization;user secrets;";
1717
}

SolutionSecrets2019/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="SolutionSecrets2019.4ee3c3b7-0e84-447d-9860-a2a08bb0f43a" Version="2.1.0" Language="en-US" Publisher="Ernesto Cianciotta" />
4+
<Identity Id="SolutionSecrets2019.4ee3c3b7-0e84-447d-9860-a2a08bb0f43a" Version="2.1.1" Language="en-US" Publisher="Ernesto Cianciotta" />
55
<DisplayName>Solution Secrets 2019</DisplayName>
66
<Description xml:space="preserve">This extension allows you to synchronize Visual Studio solution secrets across different development workstations.</Description>
77
<License>LICENSE</License>

SolutionSecrets2022/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal sealed partial class Vsix
1111
public const string Name = "Solution Secrets 2022";
1212
public const string Description = @"This extension allows you to synchronize Visual Studio solution secrets across different development workstations.";
1313
public const string Language = "en-US";
14-
public const string Version = "2.1.0";
14+
public const string Version = "2.1.1";
1515
public const string Author = "Ernesto Cianciotta";
1616
public const string Tags = "devops;secrets;secrets management;synchronization;user secrets;";
1717
}

SolutionSecrets2022/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="SolutionSecrets2022.40dfc992-754a-4117-b27b-8fe61faf15e1" Version="2.1.0" Language="en-US" Publisher="Ernesto Cianciotta" />
4+
<Identity Id="SolutionSecrets2022.40dfc992-754a-4117-b27b-8fe61faf15e1" Version="2.1.1" Language="en-US" Publisher="Ernesto Cianciotta" />
55
<DisplayName>Solution Secrets 2022</DisplayName>
66
<Description xml:space="preserve">This extension allows you to synchronize Visual Studio solution secrets across different development workstations.</Description>
77
<License>LICENSE</License>

0 commit comments

Comments
 (0)