File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff 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 " ) >]
1313do ()
1414
1515module 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 "
You can’t perform that action at this time.
0 commit comments