Skip to content

Commit

Permalink
Updated dependencies for fixing security vulnerabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstc committed Aug 2, 2024
1 parent 9fde446 commit 2815c6c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## August 2024 Release (version 2.1.3)

This is a maintenance release.

### Fixes

* Updated dependencies for fixing security vulnerabilities.

---

## October 2023 Release (version 2.1.2)

This is a maintenance release.
Expand Down
2 changes: 1 addition & 1 deletion SolutionSecrets.Core/SolutionSecrets.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.3" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion SolutionSecrets2019/SolutionSecrets2019.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Diagnostics.DiagnosticSource">
<Version>6.0.0</Version>
<Version>6.0.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
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.2" Language="en-US" Publisher="Ernesto Cianciotta" />
<Identity Id="SolutionSecrets2019.4ee3c3b7-0e84-447d-9860-a2a08bb0f43a" Version="2.1.3" 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/SolutionSecrets2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<PackageReference Include="Microsoft.DependencyValidation.Analyzers">
<Version>0.11.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.7.2196">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.11.414">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
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.2" Language="en-US" Publisher="Ernesto Cianciotta" />
<Identity Id="SolutionSecrets2022.40dfc992-754a-4117-b27b-8fe61faf15e1" Version="2.1.3" 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 2815c6c

Please sign in to comment.