Skip to content

Commit

Permalink
Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sungiant committed Jan 16, 2022
1 parent 8a7801c commit 21c620d
Show file tree
Hide file tree
Showing 11 changed files with 1,460 additions and 1,476 deletions.
2 changes: 1 addition & 1 deletion Abacus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Abacus</id>
<title>Abacus</title>
<version>1.1.0</version>
<version>1.1.1</version>
<authors>Ash Pook</authors>
<owners>Ash Pook</owners>
<licenseUrl>https://raw.githubusercontent.com/sungiant/abacus/master/LICENSE</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions source/abacus/gen/main/Abacus.X.t4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// │ / /_\ \| __ \\__ \ _/ ___\| | \/ ___/ │ \\
// │ / | \ \_\ \/ __ \\ \___| | /\___ \ │ \\
// │ \____|__ /___ (____ /\___ >____//____ > │ \\
// │ \/ \/ \/ \/ \/ v1.1.0 │ \\
// │ \/ \/ \/ \/ \/ v1.1.1 │ \\
// │ │ \\
// │ Fast, efficient, cross platform, cross precision, maths library. │ \\
// │ │ \\
Expand All @@ -23,7 +23,7 @@
// │ \________________________________________________________/ │ \\
// │ │ \\
// ├────────────────────────────────────────────────────────────────────────┤ \\
// │ Copyright © 2012 - 2020 Ash Pook │ \\
// │ Copyright © 2012 - 2022 Ash Pook │ \\
// ├────────────────────────────────────────────────────────────────────────┤ \\
// │ Permission is hereby granted, free of charge, to any person obtaining │ \\
// │ a copy of this software and associated documentation files (the │ \\
Expand Down
4 changes: 2 additions & 2 deletions source/abacus/gen/test/Abacus.X.Tests.t4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// │ / /_\ \| __ \\__ \ _/ ___\| | \/ ___/ │ \\
// │ / | \ \_\ \/ __ \\ \___| | /\___ \ │ \\
// │ \____|__ /___ (____ /\___ >____//____ > │ \\
// │ \/ \/ \/ \/ \/ v1.1.0 │ \\
// │ \/ \/ \/ \/ \/ v1.1.1 │ \\
// │ │ \\
// │ Fast, efficient, cross platform, cross precision, maths library. │ \\
// │ │ \\
Expand All @@ -23,7 +23,7 @@
// │ \________________________________________________________/ │ \\
// │ │ \\
// ├────────────────────────────────────────────────────────────────────────┤ \\
// │ Copyright © 2012 - 2020 Ash Pook │ \\
// │ Copyright © 2012 - 2022 Ash Pook │ \\
// ├────────────────────────────────────────────────────────────────────────┤ \\
// │ Permission is hereby granted, free of charge, to any person obtaining │ \\
// │ a copy of this software and associated documentation files (the │ \\
Expand Down
248 changes: 122 additions & 126 deletions source/abacus/src/main/Abacus.Double.cs

Large diffs are not rendered by default.

294 changes: 145 additions & 149 deletions source/abacus/src/main/Abacus.Fixed32.cs

Large diffs are not rendered by default.

296 changes: 146 additions & 150 deletions source/abacus/src/main/Abacus.Fixed64.cs

Large diffs are not rendered by default.

248 changes: 122 additions & 126 deletions source/abacus/src/main/Abacus.Single.cs

Large diffs are not rendered by default.

460 changes: 230 additions & 230 deletions source/abacus/src/test/Abacus.Double.Tests.cs

Large diffs are not rendered by default.

460 changes: 230 additions & 230 deletions source/abacus/src/test/Abacus.Fixed32.Tests.cs

Large diffs are not rendered by default.

460 changes: 230 additions & 230 deletions source/abacus/src/test/Abacus.Fixed64.Tests.cs

Large diffs are not rendered by default.

460 changes: 230 additions & 230 deletions source/abacus/src/test/Abacus.Single.Tests.cs

Large diffs are not rendered by default.

0 comments on commit 21c620d

Please sign in to comment.