Skip to content

Commit 26f9999

Browse files
committed
Bump version to 0.8.2
## [0.8.2] - 2023-10-22 ### Fixed - [AssemblyInfo Generation](b0ce155)
1 parent 2a73a7a commit 26f9999

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [0.8.2] - 2023-10-22
9+
10+
### Fixed
11+
- [AssemblyInfo Generation](https://github.com/TheAngryByrd/IcedTasks/commit/b0ce1550713820cede327036439145733ec4bdde)
12+
813
## [0.8.2-beta003] - 2023-10-22
914

1015
### Fixed
@@ -229,7 +234,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
229234
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
230235
- Build for netstandard2.0 and netstandard2.1
231236

232-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.2-beta003...HEAD
237+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.2...HEAD
238+
[0.8.2]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2
233239
[0.8.2-beta003]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta003
234240
[0.8.2-beta002]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta002
235241
[0.8.2-beta001]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta001

src/IcedTasks/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ open System.Reflection
88
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2023-10-22T00:00:00.0000000-04:00")>]
99
[<assembly: AssemblyFileVersionAttribute("0.8.2")>]
1010
[<assembly: AssemblyInformationalVersionAttribute("0.8.2")>]
11-
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","beta")>]
12-
[<assembly: AssemblyMetadataAttribute("GitHash","5a86ae67f339dea2797b66e108eef1b7add70323")>]
11+
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
12+
[<assembly: AssemblyMetadataAttribute("GitHash","2a73a7a9816b6394c6941638844190de1e9a41f4")>]
1313
do ()
1414

1515
module internal AssemblyVersionInformation =
@@ -19,5 +19,5 @@ module internal AssemblyVersionInformation =
1919
let [<Literal>] AssemblyMetadata_ReleaseDate = "2023-10-22T00:00:00.0000000-04:00"
2020
let [<Literal>] AssemblyFileVersion = "0.8.2"
2121
let [<Literal>] AssemblyInformationalVersion = "0.8.2"
22-
let [<Literal>] AssemblyMetadata_ReleaseChannel = "beta"
23-
let [<Literal>] AssemblyMetadata_GitHash = "5a86ae67f339dea2797b66e108eef1b7add70323"
22+
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
23+
let [<Literal>] AssemblyMetadata_GitHash = "2a73a7a9816b6394c6941638844190de1e9a41f4"

0 commit comments

Comments
 (0)