Skip to content

Commit de9860e

Browse files
committed
Update project version to 2.0.0 and release notes
1 parent 7b94e0b commit de9860e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MathFlow.Core/MathFlow.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<PackageId>MathFlow</PackageId>
9-
<Version>1.1.0</Version>
9+
<Version>2.0.0</Version>
1010
<Authors>Nonanti</Authors>
1111
<Description>C# math expression library with symbolic computation support. Parse, evaluate, differentiate, simplify mathematical expressions.</Description>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -19,7 +19,7 @@
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<PackageIcon>icon.png</PackageIcon>
2121
<Copyright>Copyright (c) 2025 Nonanti</Copyright>
22-
<PackageReleaseNotes>Initial release with core mathematical functionality</PackageReleaseNotes>
22+
<PackageReleaseNotes>v2.0.0: Complex numbers, enhanced polynomial factoring, new ODE solvers, rational function integration, matrix operations</PackageReleaseNotes>
2323
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)