Skip to content

Commit 765421d

Browse files
author
queil
committed
Bump version to 4.0.0
## [4.0.0] - 2023-06-18 ### Changed - Update Mini-Scaffold - Update dependencies
1 parent 247fcb0 commit 765421d

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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]
8+
## [4.0.0] - 2023-06-18
99

1010
### Changed
1111

@@ -167,3 +167,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167167
### Added
168168

169169
- Initial release
170+
[Unreleased]: https://github.com/demystifyfp/FsConfig/compare/v4.0.0...HEAD
171+
[4.0.0]: https://github.com/demystifyfp/FsConfig/compare/v3.1.0...v4.0.0

src/FsConfig/AssemblyInfo.fs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ open System.Reflection
44

55
[<assembly: AssemblyTitleAttribute("FsConfig")>]
66
[<assembly: AssemblyProductAttribute("FsConfig")>]
7-
[<assembly: AssemblyVersionAttribute("3.1.0")>]
8-
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2021-07-25T00:00:00.0000000+01:00")>]
9-
[<assembly: AssemblyFileVersionAttribute("3.1.0")>]
10-
[<assembly: AssemblyInformationalVersionAttribute("3.1.0")>]
7+
[<assembly: AssemblyVersionAttribute("4.0.0")>]
8+
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2023-06-18T00:00:00.0000000+01:00")>]
9+
[<assembly: AssemblyFileVersionAttribute("4.0.0")>]
10+
[<assembly: AssemblyInformationalVersionAttribute("4.0.0")>]
1111
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
12-
[<assembly: AssemblyMetadataAttribute("GitHash","e818411f2c57f70fd8aac9cf66c1e6951220d261")>]
12+
[<assembly: AssemblyMetadataAttribute("GitHash","247fcb0aa106a1934a3a151b6d2bfd716957f2a1")>]
1313
do ()
1414

1515
module internal AssemblyVersionInformation =
1616
let [<Literal>] AssemblyTitle = "FsConfig"
1717
let [<Literal>] AssemblyProduct = "FsConfig"
18-
let [<Literal>] AssemblyVersion = "3.1.0"
19-
let [<Literal>] AssemblyMetadata_ReleaseDate = "2021-07-25T00:00:00.0000000+01:00"
20-
let [<Literal>] AssemblyFileVersion = "3.1.0"
21-
let [<Literal>] AssemblyInformationalVersion = "3.1.0"
18+
let [<Literal>] AssemblyVersion = "4.0.0"
19+
let [<Literal>] AssemblyMetadata_ReleaseDate = "2023-06-18T00:00:00.0000000+01:00"
20+
let [<Literal>] AssemblyFileVersion = "4.0.0"
21+
let [<Literal>] AssemblyInformationalVersion = "4.0.0"
2222
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
23-
let [<Literal>] AssemblyMetadata_GitHash = "e818411f2c57f70fd8aac9cf66c1e6951220d261"
23+
let [<Literal>] AssemblyMetadata_GitHash = "247fcb0aa106a1934a3a151b6d2bfd716957f2a1"

0 commit comments

Comments
 (0)