From 684e88a29351652816b9932e01a56a2b1bc2d1ad Mon Sep 17 00:00:00 2001 From: Muhammed Enes Okullu Date: Fri, 15 Sep 2023 13:48:01 +0300 Subject: [PATCH] v1.3.0 Multi-target frameworks (net6.0; net7.0; net461; netcoreapp3.1; netstandard2.0) support is added. --- .../MathematicalConstants - Backup.csproj | 62 +++++++++++++++++++ .../MathematicalConstants.csproj | 27 ++++---- README.md | 3 + 3 files changed, 77 insertions(+), 15 deletions(-) create mode 100644 MathmaticalConstants/MathematicalConstants - Backup.csproj diff --git a/MathmaticalConstants/MathematicalConstants - Backup.csproj b/MathmaticalConstants/MathematicalConstants - Backup.csproj new file mode 100644 index 0000000..5641534 --- /dev/null +++ b/MathmaticalConstants/MathematicalConstants - Backup.csproj @@ -0,0 +1,62 @@ + + + + net6.0; net7.0; net461; netcoreapp3.1; netstandard2.0 + disable + enable + True + Mathematical Constants + 1.3.0 + Okullu + Mathematical Constants is a library, offers 82 mathematical constants upto one million digit on string format. + Okullu + Math; Mathematic; Numbers; Constants; + v1.2.0 + * Added 40 more constants + * Added Wikipedia links + * Added oeis.org links + * Added source links + * Fixed typos + * Fixed sorting + + 1.2.0 + 1.2.0 + LICENCE + README.md + https://github.com/meokullu/MathematicalConstants + https://meokullu.github.io/MathematicalConstants/ + Resources\icon.ico + True + icon.png + True + + + + True + 9999 + + + + 9999 + + + + + + + + + True + \ + + + True + \ + + + True + \ + + + + diff --git a/MathmaticalConstants/MathematicalConstants.csproj b/MathmaticalConstants/MathematicalConstants.csproj index 141bc4a..29474fe 100644 --- a/MathmaticalConstants/MathematicalConstants.csproj +++ b/MathmaticalConstants/MathematicalConstants.csproj @@ -1,26 +1,20 @@  - net6.0 - enable - enable + net6.0; net7.0; net461; netcoreapp3.1; netstandard2.0 + disable True Mathematical Constants - 1.2.0 - Okullu + 1.3.0 + Enes Okullu Mathematical Constants is a library, offers 82 mathematical constants upto one million digit on string format. - Okullu + Enes Okullu Math; Mathematic; Numbers; Constants; - v1.2.0 - * Added 40 more constants - * Added Wikipedia links - * Added oeis.org links - * Added source links - * Fixed typos - * Fixed sorting + v1.3.0 +Multi-target frameworks (net6.0; net7.0; net461; netcoreapp3.1; netstandard2.0) support is added. - 1.2.0 - 1.2.0 + 1.3.0 + 1.3.0 LICENCE README.md https://github.com/meokullu/MathematicalConstants @@ -28,6 +22,9 @@ Resources\icon.ico True icon.png + True + Enes Okullu + git diff --git a/README.md b/README.md index 2f1f9cd..89062b7 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ String formatted mathematical constants are presented with their Wikipedia link, ## Version History +* 1.3.0 + * Multi-target frameworks (net6.0; net7.0; net461; netcoreapp3.1; netstandard2.0) support is added. + * 1.2.0 * 40 additional constatans are added. * Wikipedia, oeis.org, source links are added.