Skip to content

Commit

Permalink
Rollback VS SDK packages. Fix #7.
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed Dec 8, 2023
1 parent d12e52e commit 6714227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Menees.VsTools/MainPackage.Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed partial class MainPackage
//
// Note: When the version changes (major, minor, build, or revision), also update:
// - source.extension.vsixmanifest: <Identity Version="*"/>
internal const string Version = VersionYear + ".0.8";
internal const string Version = VersionYear + ".0.9";

internal const string Title = "Menees VS Tools";

Expand Down
4 changes: 2 additions & 2 deletions src/Menees.VsTools/Menees.VsTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Menees.Common" Version="5.1.2" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.8.37222" ExcludeAssets="runtime">
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.3.32804.24" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.8.2365">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.4.2118">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Menees.VsTools/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="Menees VS Tools 2022" Version="2022.0.8" Language="en-US" Publisher="Bill Menees" />
<Identity Id="Menees VS Tools 2022" Version="2022.0.9" Language="en-US" Publisher="Bill Menees" />
<DisplayName>Menees VS Tools 2022</DisplayName>
<Description xml:space="preserve">Provides several new commands such as Sort Lines, Sort Members, Trim, Statistics, ExecuteFile, AddRegion, CollapseAllRegions, ExpandAllRegions, and ToggleFiles.

Expand Down

0 comments on commit 6714227

Please sign in to comment.