File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### 0.18.1 - 2017-12-23
2+ * Code Signing: SHA2 (256) instead of SHA1
3+
14### 0.18.0 - 2017-11-08
25* Calculus: fix derivatives of Asin, Acos, Atan * ~ diluculo*
36* Trigonometric: fix contraction of cos(a)* sin(b) * ~ diluculo*
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ open System.Runtime.InteropServices
4444[<assembly: AssemblyCulture( " " ) >]
4545[<assembly: NeutralResourcesLanguage( " en" ) >]
4646
47- [<assembly: AssemblyVersion( " 0.18.0 .0" ) >]
48- [<assembly: AssemblyFileVersion( " 0.18.0 .0" ) >]
49- [<assembly: AssemblyInformationalVersion( " 0.18.0 " ) >]
47+ [<assembly: AssemblyVersion( " 0.18.1 .0" ) >]
48+ [<assembly: AssemblyFileVersion( " 0.18.1 .0" ) >]
49+ [<assembly: AssemblyInformationalVersion( " 0.18.1 " ) >]
5050
5151()
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ open System.Runtime.InteropServices
99[<assembly: AssemblyCompany( " Math.NET Project" ) >]
1010[<assembly: AssemblyProduct( " Math.NET Symbolics" ) >]
1111
12- [<assembly: AssemblyVersion( " 0.18.0 .0" ) >]
13- [<assembly: AssemblyFileVersion( " 0.18.0 .0" ) >]
14- [<assembly: AssemblyInformationalVersion( " 0.18.0 " ) >]
12+ [<assembly: AssemblyVersion( " 0.18.1 .0" ) >]
13+ [<assembly: AssemblyFileVersion( " 0.18.1 .0" ) >]
14+ [<assembly: AssemblyInformationalVersion( " 0.18.1 " ) >]
1515
1616()
You can’t perform that action at this time.
0 commit comments