File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments