Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmada committed Nov 3, 2023
1 parent d9ea8d5 commit 0c67822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Description>
<Version>1.0.0-beta07</Version>
<Version>1.0.0-beta08</Version>
<PackageIcon>Icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net7.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Description></Description>
<Version>1.0.0-beta06</Version>
<Version>1.0.0-beta07</Version>
<PackageIcon>Icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
2 changes: 1 addition & 1 deletion src/NetFabric.Numerics/NetFabric.Numerics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net7.0; net8.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Description></Description>
<Version>1.0.0-beta07</Version>
<Version>1.0.0-beta08</Version>
<PackageIcon>Icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 0c67822

Please sign in to comment.