You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csharp/Platform.Numbers/Platform.Numbers.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<Description>LinksPlatform's Platform.Numbers Class Library</Description>
5
5
<Copyright>Konstantin Diachenko</Copyright>
6
6
<AssemblyTitle>Platform.Numbers</AssemblyTitle>
7
-
<VersionPrefix>0.9.0</VersionPrefix>
7
+
<VersionPrefix>0.9.1</VersionPrefix>
8
8
<Authors>Konstantin Diachenko</Authors>
9
9
<TargetFramework>net8</TargetFramework>
10
10
<AssemblyName>Platform.Numbers</AssemblyName>
@@ -23,7 +23,7 @@
23
23
<IncludeSymbols>true</IncludeSymbols>
24
24
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25
25
<LangVersion>latest</LangVersion>
26
-
<PackageReleaseNotes>Update target framework from net7 to net8.</PackageReleaseNotes>
26
+
<PackageReleaseNotes>Fix LGTM alerts: add missing XML documentation, fix hardcoded bit size constants, fix IsPowerOfTwo method for zero values, fix incorrect MaximumCatalanIndex usage in Factorial method.</PackageReleaseNotes>
0 commit comments