Skip to content

Commit

Permalink
Bump version to 0.8.2-beta003
Browse files Browse the repository at this point in the history
## [0.8.2-beta003] - 2023-10-22

### Fixed
- [AssemblyInfo Generation](b0ce155)
  • Loading branch information
TheAngryByrd committed Oct 23, 2023
1 parent 5a86ae6 commit 2a73a7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.2-beta003] - 2023-10-22

### Fixed
- [AssemblyInfo Generation](https://github.com/TheAngryByrd/IcedTasks/commit/b0ce1550713820cede327036439145733ec4bdde)

## [0.8.2-beta002] - 2023-10-22

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

[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.2-beta002...HEAD
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.2-beta003...HEAD
[0.8.2-beta003]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta003
[0.8.2-beta002]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta002
[0.8.2-beta001]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2-beta001
[0.8.1]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.1
Expand Down
4 changes: 2 additions & 2 deletions src/IcedTasks/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open System.Reflection
[<assembly: AssemblyFileVersionAttribute("0.8.2")>]
[<assembly: AssemblyInformationalVersionAttribute("0.8.2")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","beta")>]
[<assembly: AssemblyMetadataAttribute("GitHash","418f1068a1659a8f0cf1349b1d80104beb35aa9e")>]
[<assembly: AssemblyMetadataAttribute("GitHash","5a86ae67f339dea2797b66e108eef1b7add70323")>]
do ()

module internal AssemblyVersionInformation =
Expand All @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation =
let [<Literal>] AssemblyFileVersion = "0.8.2"
let [<Literal>] AssemblyInformationalVersion = "0.8.2"
let [<Literal>] AssemblyMetadata_ReleaseChannel = "beta"
let [<Literal>] AssemblyMetadata_GitHash = "418f1068a1659a8f0cf1349b1d80104beb35aa9e"
let [<Literal>] AssemblyMetadata_GitHash = "5a86ae67f339dea2797b66e108eef1b7add70323"

0 comments on commit 2a73a7a

Please sign in to comment.