From 0c67822116228708851cd53216edb8b0a1efcc2e Mon Sep 17 00:00:00 2001 From: Antao Almada Date: Fri, 3 Nov 2023 19:25:48 +0000 Subject: [PATCH] Bump version --- src/NetFabric.Numerics.Angle/NetFabric.Numerics.Angle.csproj | 2 +- .../NetFabric.Numerics.Geodesy.csproj | 2 +- src/NetFabric.Numerics/NetFabric.Numerics.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NetFabric.Numerics.Angle/NetFabric.Numerics.Angle.csproj b/src/NetFabric.Numerics.Angle/NetFabric.Numerics.Angle.csproj index 8c4f5b4..4e6f8b7 100644 --- a/src/NetFabric.Numerics.Angle/NetFabric.Numerics.Angle.csproj +++ b/src/NetFabric.Numerics.Angle/NetFabric.Numerics.Angle.csproj @@ -9,7 +9,7 @@ The explicit declaration of the units in creation and reading methods, reduces the tipical confusion when dealing with angles. Includes conversion, linear interpolation, reduction, reference angle, comparison, classification, trigonometry and algebra operations. - 1.0.0-beta07 + 1.0.0-beta08 Icon.png LICENSE README.md diff --git a/src/NetFabric.Numerics.Geodesy/NetFabric.Numerics.Geodesy.csproj b/src/NetFabric.Numerics.Geodesy/NetFabric.Numerics.Geodesy.csproj index 7dfd24c..47175f0 100644 --- a/src/NetFabric.Numerics.Geodesy/NetFabric.Numerics.Geodesy.csproj +++ b/src/NetFabric.Numerics.Geodesy/NetFabric.Numerics.Geodesy.csproj @@ -5,7 +5,7 @@ net7.0 true - 1.0.0-beta06 + 1.0.0-beta07 Icon.png LICENSE README.md diff --git a/src/NetFabric.Numerics/NetFabric.Numerics.csproj b/src/NetFabric.Numerics/NetFabric.Numerics.csproj index d50012c..db4e582 100644 --- a/src/NetFabric.Numerics/NetFabric.Numerics.csproj +++ b/src/NetFabric.Numerics/NetFabric.Numerics.csproj @@ -5,7 +5,7 @@ net7.0; net8.0 true - 1.0.0-beta07 + 1.0.0-beta08 Icon.png LICENSE README.md