From d85c3ea1cd00dd10e74253b454f492a2f88ffe40 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Mon, 4 Mar 2024 09:32:36 -0500 Subject: [PATCH] Bump version to 0.3.0-beta001 ## [0.3.0-beta001] - 2024-03-04 ### Changed - [Update Microsoft.IO.RecyclableStreams to v3](https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/10) thanks @ntwilson --- CHANGELOG.md | 9 ++++++- .../AssemblyInfo.fs | 24 +++++++++---------- src/FSharp.Control.Websockets/AssemblyInfo.fs | 24 +++++++++---------- 3 files changed, 32 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34cd0dd..7f9ebf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.3.0-beta001] - 2024-03-04 + +### Changed + +- [Update Microsoft.IO.RecyclableStreams to v3](https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/10) thanks @ntwilson + ## [0.2.3] - 2022-09-17 ### Changed @@ -46,7 +52,8 @@ First release ### Added - Initial Release -[Unreleased]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.2.3...HEAD +[Unreleased]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.3.0-beta001...HEAD +[0.3.0-beta001]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.2.3...v0.3.0-beta001 [0.2.3]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.2.2...v0.2.3 [0.2.3-beta001]: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/compare/v0.2.2...v0.2.3-beta001 [0.1.0]: https://github.com/user/MyCoolNewLib.git/releases/tag/v0.1.0 diff --git a/src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs b/src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs index 27de9f3..4b7be8c 100644 --- a/src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs +++ b/src/FSharp.Control.Websockets.TPL/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] -[] -[] +[] +[] +[] +[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.Control.Websockets.TPL" let [] AssemblyProduct = "FSharp.Control.WebSockets" - let [] AssemblyVersion = "0.2.3" - let [] AssemblyMetadata_ReleaseDate = "2022-09-17T00:00:00.0000000-04:00" - let [] AssemblyFileVersion = "0.2.3" - let [] AssemblyInformationalVersion = "0.2.3" - let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "da52e1fd950e50d3ffe499a21fcdc67c49421413" + let [] AssemblyVersion = "0.3.0" + let [] AssemblyMetadata_ReleaseDate = "2024-03-04T00:00:00.0000000-05:00" + let [] AssemblyFileVersion = "0.3.0" + let [] AssemblyInformationalVersion = "0.3.0" + let [] AssemblyMetadata_ReleaseChannel = "beta" + let [] AssemblyMetadata_GitHash = "a044e34b203fe4e688f35a9986b6de71b8317768" diff --git a/src/FSharp.Control.Websockets/AssemblyInfo.fs b/src/FSharp.Control.Websockets/AssemblyInfo.fs index 77ff6a3..30a0d57 100644 --- a/src/FSharp.Control.Websockets/AssemblyInfo.fs +++ b/src/FSharp.Control.Websockets/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] -[] -[] +[] +[] +[] +[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.Control.Websockets" let [] AssemblyProduct = "FSharp.Control.WebSockets" - let [] AssemblyVersion = "0.2.3" - let [] AssemblyMetadata_ReleaseDate = "2022-09-17T00:00:00.0000000-04:00" - let [] AssemblyFileVersion = "0.2.3" - let [] AssemblyInformationalVersion = "0.2.3" - let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "da52e1fd950e50d3ffe499a21fcdc67c49421413" + let [] AssemblyVersion = "0.3.0" + let [] AssemblyMetadata_ReleaseDate = "2024-03-04T00:00:00.0000000-05:00" + let [] AssemblyFileVersion = "0.3.0" + let [] AssemblyInformationalVersion = "0.3.0" + let [] AssemblyMetadata_ReleaseChannel = "beta" + let [] AssemblyMetadata_GitHash = "a044e34b203fe4e688f35a9986b6de71b8317768"