From 875f21428ab7543739fa299051465092f5777d37 Mon Sep 17 00:00:00 2001 From: Simon Reynolds Date: Sun, 21 Mar 2021 15:03:33 +0000 Subject: [PATCH] Bump version to 5.0.3-alpha1 ## [5.0.3-alpha1] - 2021-03-21 ### Added - Initial release - F# migrations - F# scaffolding --- CHANGELOG.md | 7 ++++++- src/EFCore.FSharp/AssemblyInfo.fs | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef19dad..e0d824f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog + 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-alpha1] - 2021-03-21 + ### Added +- Initial release - F# migrations - F# scaffolding +[Unreleased]: https://github.com/efcore/EFCore.FSharp/compare/v5.0.3-alpha1...HEAD +[5.0.3-alpha1]: https://github.com/efcore/EFCore.FSharp/releases/tag/v5.0.3-alpha1 diff --git a/src/EFCore.FSharp/AssemblyInfo.fs b/src/EFCore.FSharp/AssemblyInfo.fs index 4a44b96..e111cfa 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 = "0.1.0" - let [] AssemblyMetadata_ReleaseDate = "2017-03-17T00:00:00.0000000" - let [] AssemblyFileVersion = "0.1.0" - let [] AssemblyInformationalVersion = "0.1.0" - let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "bb8964b54bee133e9af64d316dc2cfee16df7f72" + let [] AssemblyVersion = "5.0.3" + let [] AssemblyMetadata_ReleaseDate = "2021-03-21T00:00:00.0000000+00:00" + let [] AssemblyFileVersion = "5.0.3" + let [] AssemblyInformationalVersion = "5.0.3" + let [] AssemblyMetadata_ReleaseChannel = "alpha" + let [] AssemblyMetadata_GitHash = "6fcff344c38a533e1a0c690cd85b30c9824455cd"