Skip to content

Commit

Permalink
Metadata updates for next release: v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman authored and Bart Koelman committed Apr 27, 2020
1 parent 73ce445 commit 87da5b1
Showing 1 changed file with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,16 @@

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

<ItemGroup>
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" PrivateAssets="all" />
<PackageReference Include="JetBrains.ExternalAnnotations" Version="10.2.77" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.6.0" PrivateAssets="all" />
Expand Down

0 comments on commit 87da5b1

Please sign in to comment.