Skip to content

Commit 21c620d

Browse files
committed
Version.
1 parent 8a7801c commit 21c620d

11 files changed

+1460
-1476
lines changed

Abacus.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>Abacus</id>
55
<title>Abacus</title>
6-
<version>1.1.0</version>
6+
<version>1.1.1</version>
77
<authors>Ash Pook</authors>
88
<owners>Ash Pook</owners>
99
<licenseUrl>https://raw.githubusercontent.com/sungiant/abacus/master/LICENSE</licenseUrl>

source/abacus/gen/main/Abacus.X.t4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// │ / /_\ \| __ \\__ \ _/ ___\| | \/ ___/ │ \\
55
// │ / | \ \_\ \/ __ \\ \___| | /\___ \ │ \\
66
// │ \____|__ /___ (____ /\___ >____//____ > │ \\
7-
// │ \/ \/ \/ \/ \/ v1.1.0 │ \\
7+
// │ \/ \/ \/ \/ \/ v1.1.1 │ \\
88
// │ │ \\
99
// │ Fast, efficient, cross platform, cross precision, maths library. │ \\
1010
// │ │ \\
@@ -23,7 +23,7 @@
2323
// │ \________________________________________________________/ │ \\
2424
// │ │ \\
2525
// ├────────────────────────────────────────────────────────────────────────┤ \\
26-
// │ Copyright © 2012 - 2020 Ash Pook │ \\
26+
// │ Copyright © 2012 - 2022 Ash Pook │ \\
2727
// ├────────────────────────────────────────────────────────────────────────┤ \\
2828
// │ Permission is hereby granted, free of charge, to any person obtaining │ \\
2929
// │ a copy of this software and associated documentation files (the │ \\

source/abacus/gen/test/Abacus.X.Tests.t4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// │ / /_\ \| __ \\__ \ _/ ___\| | \/ ___/ │ \\
55
// │ / | \ \_\ \/ __ \\ \___| | /\___ \ │ \\
66
// │ \____|__ /___ (____ /\___ >____//____ > │ \\
7-
// │ \/ \/ \/ \/ \/ v1.1.0 │ \\
7+
// │ \/ \/ \/ \/ \/ v1.1.1 │ \\
88
// │ │ \\
99
// │ Fast, efficient, cross platform, cross precision, maths library. │ \\
1010
// │ │ \\
@@ -23,7 +23,7 @@
2323
// │ \________________________________________________________/ │ \\
2424
// │ │ \\
2525
// ├────────────────────────────────────────────────────────────────────────┤ \\
26-
// │ Copyright © 2012 - 2020 Ash Pook │ \\
26+
// │ Copyright © 2012 - 2022 Ash Pook │ \\
2727
// ├────────────────────────────────────────────────────────────────────────┤ \\
2828
// │ Permission is hereby granted, free of charge, to any person obtaining │ \\
2929
// │ a copy of this software and associated documentation files (the │ \\

source/abacus/src/main/Abacus.Double.cs

Lines changed: 122 additions & 126 deletions
Large diffs are not rendered by default.

source/abacus/src/main/Abacus.Fixed32.cs

Lines changed: 145 additions & 149 deletions
Large diffs are not rendered by default.

source/abacus/src/main/Abacus.Fixed64.cs

Lines changed: 146 additions & 150 deletions
Large diffs are not rendered by default.

source/abacus/src/main/Abacus.Single.cs

Lines changed: 122 additions & 126 deletions
Large diffs are not rendered by default.

source/abacus/src/test/Abacus.Double.Tests.cs

Lines changed: 230 additions & 230 deletions
Large diffs are not rendered by default.

source/abacus/src/test/Abacus.Fixed32.Tests.cs

Lines changed: 230 additions & 230 deletions
Large diffs are not rendered by default.

source/abacus/src/test/Abacus.Fixed64.Tests.cs

Lines changed: 230 additions & 230 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)