File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Src/CSharpier.VisualStudio
CSharpier.VisualStudio2019 Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 7676 <Reference Include =" System.Xml" />
7777 </ItemGroup >
7878 <ItemGroup >
79- <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.12.40392" ExcludeAssets =" runtime" />
79+ <!-- this needs to stay at 17.0 so support older versions of VS2022 -->
80+ <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.0.32112.339" ExcludeAssets =" runtime" />
8081 <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.12.2069" >
8182 <PrivateAssets >all</PrivateAssets >
8283 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
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 =" 83d6b6a0-9e25-4034-80f3-38445d8a8837" Version =" 1.9.3 " Language =" en-US" Publisher =" CSharpier" />
4+ <Identity Id =" 83d6b6a0-9e25-4034-80f3-38445d8a8837" Version =" 1.9.4 " Language =" en-US" Publisher =" CSharpier" />
55 <DisplayName >CSharpier</DisplayName >
66 <Description xml : space =" preserve" >CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules.</Description >
77 <MoreInfo >https://github.com/belav/csharpier</MoreInfo >
Original file line number Diff line number Diff line change 7878 <Reference Include =" System.Xml" />
7979 </ItemGroup >
8080 <ItemGroup >
81- <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 16.10.31321.278" ExcludeAssets =" runtime" />
81+ <!-- this needs to stay at 16.0 so support older versions of VS2019 -->
82+ <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 16.0.208" ExcludeAssets =" runtime" />
8283 <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 16.11.69" />
8384 </ItemGroup >
8485 <ItemGroup >
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 =" edd8b38c-baa1-46c6-b82e-1da7a0ba597b" Version =" 1.9.3 " Language =" en-US" Publisher =" CSharpier" />
4+ <Identity Id =" edd8b38c-baa1-46c6-b82e-1da7a0ba597b" Version =" 1.9.4 " Language =" en-US" Publisher =" CSharpier" />
55 <DisplayName >CSharpier 2019</DisplayName >
66 <Description xml : space =" preserve" >CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules.</Description >
77 <MoreInfo >https://github.com/belav/csharpier</MoreInfo >
Original file line number Diff line number Diff line change 1- ## [ 1.9.3]
1+ ## [ 1.9.4]
2+ - Fix so that extension works with older versions of VS, we don't want to require the latest
3+
4+ ## [ 1.9.3]
25- Remove eagerly warming csharpier at startup. Optimize right click menu so it doesn't have noticeable delay on initial file that is open at startup.
36
47## [ 1.9.1]
You can’t perform that action at this time.
0 commit comments