From ed4ca95007462852503aef0bb925a28a246fe302 Mon Sep 17 00:00:00 2001 From: Simon Reynolds Date: Sat, 13 Nov 2021 16:34:17 +0000 Subject: [PATCH] Bump version to 6.0.2 ## [6.0.2] - 2021-11-13 ### Fixed - Fix compilation errors in scaffolded Many-to-Many joins - https://github.com/efcore/EFCore.FSharp/pull/119 --- CHANGELOG.md | 7 +++++-- src/EFCore.FSharp/AssemblyInfo.fs | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a6426..26af724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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). -## [Unreleased] +## [6.0.2] - 2021-11-13 + +### Fixed - Fix compilation errors in scaffolded Many-to-Many joins - https://github.com/efcore/EFCore.FSharp/pull/119 ## [6.0.1] - 2021-11-10 @@ -32,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - DbSet/IQueryable helpers to deal with EF Core async and nullable methods - [@lucasteles](https://github.com/lucasteles) - https://github.com/efcore/EFCore.FSharp/pull/94 - Automatic registration of DesignTimeServices - https://github.com/efcore/EFCore.FSharp/pull/86 - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience -[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.1...HEAD +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.2...HEAD +[6.0.2]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.1...v6.0.2 [6.0.1]: https://github.com/efcore/EFCore.FSharp/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3...v6.0.0 diff --git a/src/EFCore.FSharp/AssemblyInfo.fs b/src/EFCore.FSharp/AssemblyInfo.fs index 6693b43..03b7d5d 100644 --- a/src/EFCore.FSharp/AssemblyInfo.fs +++ b/src/EFCore.FSharp/AssemblyInfo.fs @@ -4,20 +4,20 @@ open System.Reflection [] [] -[] -[] -[] -[] +[] +[] +[] +[] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "EFCore.FSharp" let [] AssemblyProduct = "EFCore.FSharp" - let [] AssemblyVersion = "6.0.1" - let [] AssemblyMetadata_ReleaseDate = "2021-11-10T00:00:00.0000000+00:00" - let [] AssemblyFileVersion = "6.0.1" - let [] AssemblyInformationalVersion = "6.0.1" + let [] AssemblyVersion = "6.0.2" + let [] AssemblyMetadata_ReleaseDate = "2021-11-13T00:00:00.0000000+00:00" + let [] AssemblyFileVersion = "6.0.2" + let [] AssemblyInformationalVersion = "6.0.2" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "afa5eb77ae6577b0be8b00dc2e7481a3528fe1d3" + let [] AssemblyMetadata_GitHash = "59c6e99b220eccbfd4094ca2e3feeb89ba0507a5"