Skip to content

Commit

Permalink
Metadata updates for next release: v3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Oct 4, 2023
1 parent 841409a commit f5db483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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.0" PrivateAssets="all" />
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.8.3" PrivateAssets="all" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,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.4-pre</Version>
<Version>3.8.4</Version>
<Authors>Bart Koelman</Authors>
<Company />
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -35,7 +35,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CSharpGuidelinesAnalyzer" Version="3.8.3" PrivateAssets="all" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" PrivateAssets="all" />
<PackageReference Include="JetBrains.ExternalAnnotations" Version="10.2.133" PrivateAssets="all" />
Expand Down

0 comments on commit f5db483

Please sign in to comment.