diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c3b42..60b43fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,27 +5,19 @@ 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.1.1-beta008] - 2020-06-01 +## [0.1.1-beta009] - 2020-06-05 ### Added - Initial release -## [0.1.1-beta007] - 2020-06-01 - -### Added -- Initial release - -## [0.1.1-beta006] - 2020-05-27 - -### Added -- Initial release ## [0.1.0] - 2020-05-26 ### Added - Initial release -[Unreleased]: https://github.com/BinaryDefense/JsonWrapper/compare/v0.1.1-beta008...HEAD +[Unreleased]: https://github.com/BinaryDefense/JsonWrapper/compare/v0.1.1-beta009...HEAD +[0.1.1-beta009]: https://github.com/BinaryDefense/JsonWrapper/compare/v0.1.0...v0.1.1-beta009 [0.1.1-beta008]: https://github.com/BinaryDefense/JsonWrapper/compare/v0.1.0...v0.1.1-beta008 [0.1.1-beta007]: https://github.com/BinaryDefense/JsonWrapper/compare/v0.1.0...v0.1.1-beta007 [0.1.1-beta006]: https://github.com/BinaryDefense/JsonWrapper/compare/v0.1.0...v0.1.1-beta006 diff --git a/src/BinaryDefense.JsonWrapper.Core/AssemblyInfo.fs b/src/BinaryDefense.JsonWrapper.Core/AssemblyInfo.fs index cfd94d7..6e4f286 100644 --- a/src/BinaryDefense.JsonWrapper.Core/AssemblyInfo.fs +++ b/src/BinaryDefense.JsonWrapper.Core/AssemblyInfo.fs @@ -9,7 +9,7 @@ open System.Reflection [] [] [] -[] +[] do () module internal AssemblyVersionInformation = @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation = let [] AssemblyFileVersion = "0.1.1" let [] AssemblyInformationalVersion = "0.1.1" let [] AssemblyMetadata_ReleaseChannel = "beta" - let [] AssemblyMetadata_GitHash = "2eb4f5aa9e8883f024409339b3b1a53aaf91562f" + let [] AssemblyMetadata_GitHash = "61c9805071832504f373edb766a3511d7c84753f" diff --git a/src/BinaryDefense.Myriad.Plugins.JsonWrapper/AssemblyInfo.fs b/src/BinaryDefense.Myriad.Plugins.JsonWrapper/AssemblyInfo.fs index 51a6a0d..0b76bb9 100644 --- a/src/BinaryDefense.Myriad.Plugins.JsonWrapper/AssemblyInfo.fs +++ b/src/BinaryDefense.Myriad.Plugins.JsonWrapper/AssemblyInfo.fs @@ -9,7 +9,7 @@ open System.Reflection [] [] [] -[] +[] do () module internal AssemblyVersionInformation = @@ -20,4 +20,4 @@ module internal AssemblyVersionInformation = let [] AssemblyFileVersion = "0.1.1" let [] AssemblyInformationalVersion = "0.1.1" let [] AssemblyMetadata_ReleaseChannel = "beta" - let [] AssemblyMetadata_GitHash = "2eb4f5aa9e8883f024409339b3b1a53aaf91562f" + let [] AssemblyMetadata_GitHash = "61c9805071832504f373edb766a3511d7c84753f"