File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/CSharpGuidelinesAnalyzer
CSharpGuidelinesAnalyzer.Test Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 88
99 <ItemGroup >
1010 <PackageReference Include =" coverlet.collector" Version =" 3.2.0" PrivateAssets =" all" />
11- <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.2" PrivateAssets =" all" />
1211 <PackageReference Include =" FluentAssertions" Version =" 6.10.0" />
1312 <PackageReference Include =" JetBrains.Annotations" Version =" 2022.3.1" PrivateAssets =" all" />
1413 <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.4.0" />
Original file line number Diff line number Diff line change 99
1010 <PropertyGroup >
1111 <!-- https://github.com/NuGet/Home/issues/5630 -->
12- <PackageId >CSharpGuidelinesAnalyzer.NuGetBugRequiresNewId </PackageId >
12+ <PackageId >CSharpGuidelinesAnalyzer</PackageId >
1313 <Title >C# Coding Guidelines Analyzer</Title >
14- <Version >3.8.3-pre </Version >
14+ <Version >3.8.3</Version >
1515 <Authors >Bart Koelman</Authors >
1616 <Company />
1717 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
3535 </ItemGroup >
3636
3737 <ItemGroup >
38- <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.2" PrivateAssets =" all" />
3938 <PackageReference Update =" NETStandard.Library" PrivateAssets =" all" />
4039 <PackageReference Include =" JetBrains.Annotations" Version =" 2022.3.1" PrivateAssets =" all" />
4140 <PackageReference Include =" JetBrains.ExternalAnnotations" Version =" 10.2.125" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments