Skip to content

Commit 2a73a7a

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

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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-beta003] - 2023-10-22
9+
10+
### Fixed
11+
- [AssemblyInfo Generation](https://github.com/TheAngryByrd/IcedTasks/commit/b0ce1550713820cede327036439145733ec4bdde)
12+
813
## [0.8.2-beta002] - 2023-10-22
914

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

227-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.2-beta002...HEAD
232+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.2-beta003...HEAD
233+
[0.8.2-beta003]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta003
228234
[0.8.2-beta002]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta002
229235
[0.8.2-beta001]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta001
230236
[0.8.1]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.1

src/IcedTasks/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("0.8.2")>]
1010
[<assembly: AssemblyInformationalVersionAttribute("0.8.2")>]
1111
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","beta")>]
12-
[<assembly: AssemblyMetadataAttribute("GitHash","418f1068a1659a8f0cf1349b1d80104beb35aa9e")>]
12+
[<assembly: AssemblyMetadataAttribute("GitHash","5a86ae67f339dea2797b66e108eef1b7add70323")>]
1313
do ()
1414

1515
module internal AssemblyVersionInformation =
@@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
2020
let [<Literal>] AssemblyFileVersion = "0.8.2"
2121
let [<Literal>] AssemblyInformationalVersion = "0.8.2"
2222
let [<Literal>] AssemblyMetadata_ReleaseChannel = "beta"
23-
let [<Literal>] AssemblyMetadata_GitHash = "418f1068a1659a8f0cf1349b1d80104beb35aa9e"
23+
let [<Literal>] AssemblyMetadata_GitHash = "5a86ae67f339dea2797b66e108eef1b7add70323"

0 commit comments

Comments
 (0)