Skip to content

Commit

Permalink
Metadata updates for next release: v3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Apr 22, 2024
1 parent 664553f commit 113ef32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" />
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.8.4" PrivateAssets="all" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ public string GetHelpLinkUri([NotNull] string ruleId)
}

string ruleNumber = ruleId.Substring(2);
return $"https://github.com/dennisdoomen/CSharpGuidelines/blob/5.6.0/_rules/{ruleNumber}.md";
return $"https://github.com/dennisdoomen/CSharpGuidelines/blob/5.7.0/_rules/{ruleNumber}.md";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

<PropertyGroup>
<!-- https://github.com/NuGet/Home/issues/5630 -->
<PackageId>CSharpGuidelinesAnalyzer.NuGetBugRequiresNewId</PackageId>
<PackageId>CSharpGuidelinesAnalyzer</PackageId>
<Title>C# Coding Guidelines Analyzer</Title>
<Version>3.8.5-pre</Version>
<Version>3.8.5</Version>
<Authors>Bart Koelman</Authors>
<Company />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -36,7 +36,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.8.4" PrivateAssets="all" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" PrivateAssets="all" />
<PackageReference Include="JetBrains.ExternalAnnotations" Version="10.2.147" PrivateAssets="all" />
Expand Down

0 comments on commit 113ef32

Please sign in to comment.