File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/CSharpGuidelinesAnalyzer
CSharpGuidelinesAnalyzer.Test Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" coverlet.collector" Version =" 6.0.2" PrivateAssets =" all" />
11
- <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.4" PrivateAssets =" all" />
12
11
<PackageReference Include =" FluentAssertions" Version =" 6.12.0" />
13
12
<PackageReference Include =" JetBrains.Annotations" Version =" 2023.3.0" PrivateAssets =" all" />
14
13
<PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.9.2" />
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ public string GetHelpLinkUri([NotNull] string ruleId)
53
53
}
54
54
55
55
string ruleNumber = ruleId . Substring ( 2 ) ;
56
- return $ "https://github.com/dennisdoomen/CSharpGuidelines/blob/5.6 .0/_rules/{ ruleNumber } .md";
56
+ return $ "https://github.com/dennisdoomen/CSharpGuidelines/blob/5.7 .0/_rules/{ ruleNumber } .md";
57
57
}
58
58
}
Original file line number Diff line number Diff line change 10
10
11
11
<PropertyGroup >
12
12
<!-- https://github.com/NuGet/Home/issues/5630 -->
13
- <PackageId >CSharpGuidelinesAnalyzer.NuGetBugRequiresNewId </PackageId >
13
+ <PackageId >CSharpGuidelinesAnalyzer</PackageId >
14
14
<Title >C# Coding Guidelines Analyzer</Title >
15
- <Version >3.8.5-pre </Version >
15
+ <Version >3.8.5</Version >
16
16
<Authors >Bart Koelman</Authors >
17
17
<Company />
18
18
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
36
36
</ItemGroup >
37
37
38
38
<ItemGroup >
39
- <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.4" PrivateAssets =" all" />
40
39
<PackageReference Update =" NETStandard.Library" PrivateAssets =" all" />
41
40
<PackageReference Include =" JetBrains.Annotations" Version =" 2023.3.0" PrivateAssets =" all" />
42
41
<PackageReference Include =" JetBrains.ExternalAnnotations" Version =" 10.2.147" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments