From 3fe1a7890efc18d477c5d8a729448b7a6684095b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Thu, 1 Apr 2021 10:56:53 +0200 Subject: [PATCH] Stable release 1.0 --- Directory.Build.props | 7 +++---- .../templates/content/blank/.template.config/template.json | 4 ++-- RELEASE_NOTES.md | 4 ++++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a83084c21..fe6e88d39 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,11 +1,10 @@ - 0.61.0 + 1.0.0 Fabulous Contributors - 0.61.0 - [Fabulous.XamarinForms] Add support for Xamarin.Forms 5.0 (https://github.com/fsprojects/Fabulous/pull/845) -[Fabulous.XamarinForms] Changed diffing of Label.Text and Label.FormattedText to avoid crash in some edge cases (https://github.com/fsprojects/Fabulous/pull/825) + 1.0.0 + Stable release False Apache-2.0 https://github.com/fsprojects/Fabulous diff --git a/Fabulous.XamarinForms/templates/content/blank/.template.config/template.json b/Fabulous.XamarinForms/templates/content/blank/.template.config/template.json index 25f33591b..93d139cf8 100644 --- a/Fabulous.XamarinForms/templates/content/blank/.template.config/template.json +++ b/Fabulous.XamarinForms/templates/content/blank/.template.config/template.json @@ -7,7 +7,7 @@ "Elmish", "Cross-platform" ], - "name": "Fabulous Xamarin.Forms App v0.61.0", + "name": "Fabulous Xamarin.Forms App v1.0.0", "groupIdentity": "Fabulous.XamarinForms.App", "identity": "Fabulous.XamarinForms.FSharp", "shortName": "fabulous-xf-app", @@ -418,7 +418,7 @@ "type": "parameter", "dataType": "string", "replaces": "FabulousPkgsVersion", - "defaultValue": "0.61.0" + "defaultValue": "1.0.0" }, "NewtonsoftJsonPkg": { "type": "parameter", diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 30392c68c..5afcab74f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### 1.0.0 + +* Stable release + #### 0.61.0 * [Fabulous.XamarinForms] Add support for Xamarin.Forms 5.0 (https://github.com/fsprojects/Fabulous/pull/845) * [Fabulous.XamarinForms] Changed diffing of Label.Text and Label.FormattedText to avoid crash in some edge cases (https://github.com/fsprojects/Fabulous/pull/825)