Skip to content

Commit 87da5b1

Browse files
Bart KoelmanBart Koelman
authored andcommitted
Metadata updates for next release: v3.5.0
1 parent 73ce445 commit 87da5b1

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

src/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer.csproj

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,16 @@
77

88
<PropertyGroup>
99
<!-- https://github.com/NuGet/Home/issues/5630 -->
10-
<PackageId>CSharpGuidelinesAnalyzer.NuGetBugRequiresNewId</PackageId>
10+
<PackageId>CSharpGuidelinesAnalyzer</PackageId>
1111
<Title>C# Coding Guidelines Analyzer</Title>
12-
<Version>3.4.1-pre</Version>
12+
<Version>3.5.0</Version>
1313
<Authors>Bart Koelman</Authors>
1414
<Company />
1515
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1616
<PackageProjectUrl>https://github.com/bkoelman/CSharpGuidelinesAnalyzer</PackageProjectUrl>
1717
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1818
<Description>Reports diagnostics for C# coding guidelines that are not already covered by Resharper. Requires Visual Studio 2017 Update 5 or higher.</Description>
19-
<PackageReleaseNotes>Take nullability of reference types into account when comparing symbols in various analyzers.
20-
AV1250: Changed to report only on public methods.
21-
AV2202: Rewrite of expression comparisons (more future proof).
22-
AV1755: Do not report on test methods.
23-
AV1561: Added MaxConstructorParameterCount configuration setting.</PackageReleaseNotes>
19+
<PackageReleaseNotes>Added .editorconfig support.</PackageReleaseNotes>
2420
<Copyright>Apache License, Version 2.0</Copyright>
2521
<PackageTags>csharp c# coding guidelines analyzer</PackageTags>
2622
<NoPackageAnalysis>true</NoPackageAnalysis>
@@ -50,10 +46,6 @@ AV1561: Added MaxConstructorParameterCount configuration setting.</PackageReleas
5046

5147
<ItemGroup>
5248
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
53-
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.4.0">
54-
<PrivateAssets>all</PrivateAssets>
55-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
56-
</PackageReference>
5749
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" PrivateAssets="all" />
5850
<PackageReference Include="JetBrains.ExternalAnnotations" Version="10.2.77" PrivateAssets="all" />
5951
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.6.0" PrivateAssets="all" />

0 commit comments

Comments
 (0)