Skip to content

Commit

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

### Fixed
- [AssemblyInfo Generation](b0ce155)
  • Loading branch information
TheAngryByrd committed Oct 23, 2023
1 parent 2a73a7a commit 26f9999
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 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] - 2023-10-22

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

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

### Fixed
Expand Down Expand Up @@ -229,7 +234,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-beta003...HEAD
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.2...HEAD
[0.8.2]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.8.0...v0.8.2
[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
Expand Down
8 changes: 4 additions & 4 deletions src/IcedTasks/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ open System.Reflection
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2023-10-22T00:00:00.0000000-04:00")>]
[<assembly: AssemblyFileVersionAttribute("0.8.2")>]
[<assembly: AssemblyInformationalVersionAttribute("0.8.2")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","beta")>]
[<assembly: AssemblyMetadataAttribute("GitHash","5a86ae67f339dea2797b66e108eef1b7add70323")>]
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
[<assembly: AssemblyMetadataAttribute("GitHash","2a73a7a9816b6394c6941638844190de1e9a41f4")>]
do ()

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

0 comments on commit 26f9999

Please sign in to comment.