Skip to content

Commit c955bb9

Browse files
committed
Bump version to 0.10.2
## [0.10.2] - 2024-01-28 ### Changed - [Various documentation updates](9b3447f) Credits @TheAngryByrd. - [Test against net8](#38) Credits @TheAngryByrd.
1 parent bd902a0 commit c955bb9

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.10.1] - 2024-01-28
8+
## [0.10.2] - 2024-01-28
99

1010
### Changed
1111
- [Various documentation updates](https://github.com/TheAngryByrd/IcedTasks/commit/9b3447f6df2e5bef3ed3f572aacb444d99850145) Credits @TheAngryByrd.
@@ -281,7 +281,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
281281
- Increased soeed and lowered memory usage of ColdTask and CancellableTask
282282
- Build for netstandard2.0 and netstandard2.1
283283

284-
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.10.1...HEAD
284+
[Unreleased]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.10.2...HEAD
285+
[0.10.2]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.10.0...v0.10.2
285286
[0.10.1]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.10.0...v0.10.1
286287
[0.10.0]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.9.2...v0.10.0
287288
[0.9.2]: https://github.com/TheAngryByrd/IcedTasks//compare/v0.9.1...v0.9.2

src/IcedTasks/AssemblyInfo.fs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ open System.Reflection
44

55
[<assembly: AssemblyTitleAttribute("IcedTasks")>]
66
[<assembly: AssemblyProductAttribute("IcedTasks")>]
7-
[<assembly: AssemblyVersionAttribute("0.10.1")>]
7+
[<assembly: AssemblyVersionAttribute("0.10.2")>]
88
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2024-01-28T00:00:00.0000000-05:00")>]
9-
[<assembly: AssemblyFileVersionAttribute("0.10.1")>]
10-
[<assembly: AssemblyInformationalVersionAttribute("0.10.1")>]
9+
[<assembly: AssemblyFileVersionAttribute("0.10.2")>]
10+
[<assembly: AssemblyInformationalVersionAttribute("0.10.2")>]
1111
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>]
12-
[<assembly: AssemblyMetadataAttribute("GitHash","3d3764088aa4aa1b14ac23dbf0e0ee9d562de5ef")>]
12+
[<assembly: AssemblyMetadataAttribute("GitHash","bd902a004123985885b43150b85ce46c80c2e082")>]
1313
do ()
1414

1515
module internal AssemblyVersionInformation =
1616
let [<Literal>] AssemblyTitle = "IcedTasks"
1717
let [<Literal>] AssemblyProduct = "IcedTasks"
18-
let [<Literal>] AssemblyVersion = "0.10.1"
18+
let [<Literal>] AssemblyVersion = "0.10.2"
1919
let [<Literal>] AssemblyMetadata_ReleaseDate = "2024-01-28T00:00:00.0000000-05:00"
20-
let [<Literal>] AssemblyFileVersion = "0.10.1"
21-
let [<Literal>] AssemblyInformationalVersion = "0.10.1"
20+
let [<Literal>] AssemblyFileVersion = "0.10.2"
21+
let [<Literal>] AssemblyInformationalVersion = "0.10.2"
2222
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release"
23-
let [<Literal>] AssemblyMetadata_GitHash = "3d3764088aa4aa1b14ac23dbf0e0ee9d562de5ef"
23+
let [<Literal>] AssemblyMetadata_GitHash = "bd902a004123985885b43150b85ce46c80c2e082"

0 commit comments

Comments
 (0)