Skip to content

Commit

Permalink
Updates packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mynkow committed Mar 22, 2024
1 parent 73e0a0c commit 72a36db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v3.11
* Updates nuget packages
* This version is tested and working with Microsoft Visual Studio Community 2022 (64-bit) Version 17.9.4

# v3.10
* Disables all additional features for Visual Studio versions with broken SDK
* The features will be automatically enabled when Visual Studio SDK has the proper version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory">
<Version>6.0.1</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.7.37357" ExcludeAssets="runtime">
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.9.37000" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.6.2164">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.9.3174">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="editorconfig" Version="0.13.0" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework" Version="17.7.37355" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop" Version="17.7.37355" />
<PackageReference Include="editorconfig" Version="0.15.0" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework" Version="17.9.37000" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop" Version="17.9.37000" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp">
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="2f4fac85-be4e-4d7a-8c74-93cc4389b427" Version="3.10" Language="en-US" Publisher="Elders" />
<Identity Id="2f4fac85-be4e-4d7a-8c74-93cc4389b427" Version="3.11" Language="en-US" Publisher="Elders" />
<DisplayName>Format document on Save</DisplayName>
<Description xml:space="preserve">Enables auto formatting of the code when you save a file. Visual Studio supports auto formatting of the code with the CTRL+E,D or CTRL+E,F key shortcuts but with this extension the VS command 'Format Document' is executed on Save.

Expand Down

0 comments on commit 72a36db

Please sign in to comment.