Skip to content

Commit

Permalink
Metadata updates for next release: v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman authored and Bart Koelman committed Jan 14, 2020
1 parent a465760 commit 45deff3
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@

<PropertyGroup>
<!-- https://github.com/NuGet/Home/issues/5630 -->
<PackageId>CSharpGuidelinesAnalyzer.NuGetBugRequiresNewId</PackageId>
<PackageId>CSharpGuidelinesAnalyzer</PackageId>
<Title>C# Coding Guidelines Analyzer</Title>
<Version>3.3.1-pre</Version>
<Version>3.4.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>Added analyzer for AV2407 and a few minor bugfixes.</PackageReleaseNotes>
<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>
<Copyright>Apache License, Version 2.0</Copyright>
<PackageTags>csharp c# coding guidelines analyzer</PackageTags>
<NoPackageAnalysis>true</NoPackageAnalysis>
Expand Down Expand Up @@ -46,10 +50,6 @@

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

0 comments on commit 45deff3

Please sign in to comment.