diff --git a/BREAKING-CHANGES.md b/BREAKING-CHANGES.md index 5e0592596..43115f2b1 100644 --- a/BREAKING-CHANGES.md +++ b/BREAKING-CHANGES.md @@ -15,7 +15,7 @@ read first. --- -## Unreleased — since 1.4.0 +## 2.0.0 (unreleased) — since 1.4.0 ### At a glance diff --git a/Sources/AngouriMath/AngouriMath.csproj b/Sources/AngouriMath/AngouriMath.csproj index 7b2d7e46e..d19e5b3cd 100644 --- a/Sources/AngouriMath/AngouriMath.csproj +++ b/Sources/AngouriMath/AngouriMath.csproj @@ -10,8 +10,6 @@ Library preview - 0.1.3.0 - 0.1.3.0 true $(PackageTags), csharp Enables to work with formulas built in the code or from a string. Computing, derivating, latex rendering, compilation, solving equations and systems of equations analytycally, simplification, and much more. Read more on https://am.angouri.org. diff --git a/Sources/Package.Build.props b/Sources/Package.Build.props index d3c2d9b34..0f74b3085 100644 --- a/Sources/Package.Build.props +++ b/Sources/Package.Build.props @@ -12,7 +12,22 @@ --> - 1.4.0-preview.4 + + 2.0.0-preview.1 + + + 2.0.0.0 + 2.0.0.0 WhiteBlackGoose and contributors Angouri