diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..da2d2cc --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2018-9 Eirik Tsarpalis + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 0e4ff3a..edcbbd3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# FSharp.UMX +# FSharp.UMX [![release](https://img.shields.io/github/release/fsprojects/FSharp.UMX.svg)](https://github.com/fsprojects/FSharp.UMX/releases) [![NuGet](https://img.shields.io/nuget/vpre/FSharp.UMX.svg)](https://www.nuget.org/packages/fsprojects/FSharp.UMX/) ![code size](https://img.shields.io/github/languages/code-size/fsprojects/FSharp.UMX.svg) [![license](https://img.shields.io/github/license/fsprojects/FSharp.UMX.svg)](LICENSE) -F# Units of Measure for non-numeric types by Eirik Tsarpalis. Compatible with Fable. +F# Units of Measure for primitive non-numeric types by Eirik Tsarpalis. Compatible with Fable. ## Installing diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 51e5d39..e17b577 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +### 1.0.0-preview-001 + +* Rename to FSharp.UMX @alfonsogarciacaro +* Support downlevel FSharp.Core on net45 @bartelink +* Add tests, simplify build scripts @eiriktsarpalis + ### 1.0.0-beta-005 * Multi-target, lower FSharp.Core version @eiriktsarpalis diff --git a/package-lock.json b/package-lock.json index fd10674..e0af0ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -250,7 +250,7 @@ "fable-publish-utils": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/fable-publish-utils/-/fable-publish-utils-1.0.5.tgz", - "integrity": "sha512-UeIwiUnAhhjls+sLC+5yDrxSFENujHw6nOXvpIielC3C9mHHzdgki4ddUtkCHptTW59X2DtfDnM2kIb30Go4Ig==" + "integrity": "sha1-Y9eEZoMnqJ9+OoOg9rW43EcRLA8=" }, "globals": { "version": "11.10.0", diff --git a/src/FSharp.UMX.fsproj b/src/FSharp.UMX.fsproj index 5c3e383..67c090e 100644 --- a/src/FSharp.UMX.fsproj +++ b/src/FSharp.UMX.fsproj @@ -2,11 +2,19 @@ + @alfonsogarciacaro @eiriktsarpalis + F# Units of Measure for primitive non-numeric types. Compatible with Fable. + MIT + https://github.com/fsprojects/FSharp.UMX + fsharp unitofmeasure fable + 1.0.0 - 1.0.0-beta-005 + 1.0.0-preview-001 + net45;netstandard2.0 true 5 + true true @@ -20,6 +28,8 @@ + +