Skip to content

Commit 40af4d3

Browse files
committed
release: bump version to 1.0.0
## [1.0.0] - 2021-01-19 ### New Completely moved to latest miniscaffold and net5.0. Will replace Informedica.GenUtils.Lib
1 parent dc607d8 commit 40af4d3

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

CHANGELOG.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,47 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - 2021-01-19
8+
## [1.0.0] - 2021-01-19
99

10+
### New
1011
Completely moved to latest miniscaffold and net5.0. Will replace Informedica.GenUtils.Lib
1112

12-
## 0.5.0-beta - Nov 11 2019
13+
## [0.5.0-beta]
14+
1315
* Switch to dotnet core
1416

15-
## 0.4.2-beta - June 09 2016
17+
## [0.4.2-beta]
18+
1619
* Added missing assembly info
1720

18-
## 0.4.1-beta - May 31 2016
21+
## [0.4.1-beta]
22+
1923
* Improved union case fromString function
2024

21-
## 0.4.0-beta - May 31 2016
25+
## [0.4.0-beta]
26+
2227
* Added reflection functions for union case to and from string
2328

24-
## 0.3.0-beta - May 28 2016
29+
## [0.3.0-beta]
30+
2531
* Added list replace and distinct functions
2632
* Added safe null check
27-
* Improved String startswith
33+
* Improved String startswith
34+
35+
## [0.2.1-beta]
2836

29-
## 0.2.1-beta - May 15 2016
3037
* Added tests for BigRational functions
3138
* Added exception types for String and BigRational functions
3239
* Added continuation functions
3340
* Updated documentation
3441

35-
## 0.1.1-beta - May 13 2016
42+
## [0.1.1-beta]
43+
3644
* Added BCL (basic core library) functions for String and BigRational
3745
* Finished basic project setup
3846

39-
## 0.0.1-alpha - April 30 2016
40-
* Initial setup
47+
## [0.0.1-alpha]
4148

49+
* Initial setup
50+
[Unreleased]: https://github.com/informedica/Informedica.Utils.Lib/compare/v1.0.0...HEAD
51+
[1.0.0]: https://github.com/informedica/Informedica.Utils.Lib/compare/v0.5.0-beta...v1.0.0

src/Informedica.Utils.Lib/AssemblyInfo.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ open System.Reflection
99
[<assembly: AssemblyFileVersionAttribute("1.0.0")>]
1010
[<assembly: AssemblyInformationalVersionAttribute("1.0.0")>]
1111
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
12-
[<assembly: AssemblyMetadataAttribute("GitHash","1cbb7f7a2961316ceb580c0f1c78198be4d4f7c0")>]
12+
[<assembly: AssemblyMetadataAttribute("GitHash","dc607d839abf2a6b7396899a112291aca38f608f")>]
1313
do ()
1414

1515
module internal AssemblyVersionInformation =
@@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
2020
let [<Literal>] AssemblyFileVersion = "1.0.0"
2121
let [<Literal>] AssemblyInformationalVersion = "1.0.0"
2222
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
23-
let [<Literal>] AssemblyMetadata_GitHash = "1cbb7f7a2961316ceb580c0f1c78198be4d4f7c0"
23+
let [<Literal>] AssemblyMetadata_GitHash = "dc607d839abf2a6b7396899a112291aca38f608f"

0 commit comments

Comments
 (0)