From 62efbad7cb1dbc86dc2b86f570b619c122fcf586 Mon Sep 17 00:00:00 2001 From: Robert Baron Date: Sat, 23 Dec 2017 11:45:33 -0500 Subject: [PATCH] Preparation for second release. --- Documentation/Content/Welcome.aml | 6 +++++- Math.Gmp.Native/gmp_lib.cs | 2 +- NuGet/Math.Gmp.Native.nuspec | 2 +- README.md | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/Content/Welcome.aml b/Documentation/Content/Welcome.aml index 3033a43..b079c00 100644 --- a/Documentation/Content/Welcome.aml +++ b/Documentation/Content/Welcome.aml @@ -253,7 +253,11 @@ The --enable-fat build option above creates a library where optimized low level subroutines are chosen at runtime according to the CPU detected. By using instead the --host option, you can build a library for a specific CPU type. You will end up with a library that runs only on that CPU type, but the library will be samller. - See the Build Optionshttps://gmplib.org/manual/Build-Options.html#Build-Options/_self from the GNU MP Manual for the supported CPU types. + See the + Build Options + https://mpfrlib.org/manual/Build-Options.html#Build-Options/ + _self + from the GNU MPFR Manual for the supported CPU types. diff --git a/Math.Gmp.Native/gmp_lib.cs b/Math.Gmp.Native/gmp_lib.cs index c0f32e1..2a754eb 100644 --- a/Math.Gmp.Native/gmp_lib.cs +++ b/Math.Gmp.Native/gmp_lib.cs @@ -1686,7 +1686,7 @@ namespace Math.Gmp.Native /// No more than bytes will be written. To get the full output, must be enough for the string and null-terminator. /// /// - /// No overlap is permitted between the regiom {,} and the string. + /// No overlap is permitted between the region {,} and the string. /// /// /// Notice the return value is in ISO C99 snprintf style. This is so even if the C library vsnprintf is the older GLIBC 2.0.x style. diff --git a/NuGet/Math.Gmp.Native.nuspec b/NuGet/Math.Gmp.Native.nuspec index a34fe38..667c2b8 100644 --- a/NuGet/Math.Gmp.Native.nuspec +++ b/NuGet/Math.Gmp.Native.nuspec @@ -2,7 +2,7 @@ Math.Gmp.Native.NET - 2.0.0-pre14 + 2.0.0 GMP Native Interface for .NET Robert Baron (Machine Cognitis) Robert Baron (Machine Cognitis) diff --git a/README.md b/README.md index 79b3822..d1d382a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Math.Gmp.Native.dll library. The library targets the .NET Framework 2.0, so it c versions of the .NET Framework. For other builds, see the [Releases](https://github.com/MachineCognitis/Math.Gmp.Native/releases) page. -- [Math.Gmp.Native.v1.0.build.zip](https://github.com/MachineCognitis/Math.Gmp.Native/files/1464267/Math.Gmp.Native.v1.0.build.zip). +- [Math.Gmp.Native.v2.0.build.zip](https://github.com/MachineCognitis/Math.Gmp.Native/files/1464267/Math.Gmp.Native.v1.0.build.zip). **NOTE**: On some systems, the content of the ZIP file may be blocked. To unblock it, right click on the ZIP file, select Properties, and click on the Unblock button, if it is present.