From 16f8fbef59d7b95d6f9c2d3c6b10f0a422d2acf3 Mon Sep 17 00:00:00 2001 From: Simon Reynolds Date: Sun, 4 Apr 2021 14:23:40 +0100 Subject: [PATCH] Bump version to 5.0.3-alpha8 ## [5.0.3-alpha8] - 2021-04-04 ### Fixed - Generate valid code in HasData method - Resolved issue with migrations have a missing unit arg to the Up method if no changes in model - Foreign Key constraints now created correctly - Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 - Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 - Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 - Removed unneeded dependency - Link to NuGet badges in README.md - Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 - Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 - Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 - Removed unneeded dependency - Link to NuGet badges in README.md ### Changed - Simplify scaffolded classes using `member val` ### Added - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience - Initial release - F# migrations - F# scaffolding - DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience - Initial release - F# migrations - F# scaffolding [Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha7...HEAD [5.0.3-alpha7]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha7 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++-- src/EFCore.FSharp/AssemblyInfo.fs | 8 ++++---- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28cb5f2..366757a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,39 @@ 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] +## [5.0.3-alpha8] - 2021-04-04 ### Fixed - Generate valid code in HasData method +- Resolved issue with migrations have a missing unit arg to the "Up" method if no changes in model +- Foreign Key constraints now created correctly +- Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 +- Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 +- Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 +- Removed unneeded dependency +- Link to NuGet badges in README.md +- Fix indentation issue when table has constraints - https://github.com/efcore/EFCore.FSharp/pull/75 +- Constraints now correctly generated - https://github.com/efcore/EFCore.FSharp/pull/72 +- Generated Migrations will now always include the System namespace - https://github.com/efcore/EFCore.FSharp/pull/70 +- Removed unneeded dependency +- Link to NuGet badges in README.md + +### Changed +- Simplify scaffolded classes using `member val` + +### Added +- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience +- Initial release +- F# migrations +- F# scaffolding +- DbContextHelpers - curried functions for interacting with DbContext to allow for a more 'native' F# experience +- Initial release +- F# migrations +- F# scaffolding +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha7...HEAD +[5.0.3-alpha7]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha7 + ## [5.0.3-alpha7] - 2021-04-01 ### Changed @@ -61,5 +89,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release - F# migrations - F# scaffolding -[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha7...HEAD +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha8...HEAD +[5.0.3-alpha8]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha8 [5.0.3-alpha7]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha7 diff --git a/src/EFCore.FSharp/AssemblyInfo.fs b/src/EFCore.FSharp/AssemblyInfo.fs index 5538bba..d9fe575 100644 --- a/src/EFCore.FSharp/AssemblyInfo.fs +++ b/src/EFCore.FSharp/AssemblyInfo.fs @@ -5,19 +5,19 @@ open System.Reflection [] [] [] -[] +[] [] [] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "EFCore.FSharp" let [] AssemblyProduct = "EFCore.FSharp" let [] AssemblyVersion = "5.0.3" - let [] AssemblyMetadata_ReleaseDate = "2021-04-01T00:00:00.0000000+01:00" + let [] AssemblyMetadata_ReleaseDate = "2021-04-04T00:00:00.0000000+01:00" let [] AssemblyFileVersion = "5.0.3" let [] AssemblyInformationalVersion = "5.0.3" let [] AssemblyMetadata_ReleaseChannel = "alpha" - let [] AssemblyMetadata_GitHash = "46f9cc1c8e663f567ec63a17f3c02263138ea4df" + let [] AssemblyMetadata_GitHash = "aca3b5ec06aedb434dbceef09ee78c8af18dd1da"