From e76c1e98c68d2ea65e4168c9d6f61b0f040cc3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Sun, 7 Jul 2019 12:07:58 +0200 Subject: [PATCH] 0.40.1 --- DEVGUIDE.md | 2 +- Directory.Build.props | 12 +++--------- .../Maps/Fabulous.XamarinForms.Maps.nuspec | 2 +- .../OxyPlot/Fabulous.XamarinForms.OxyPlot.nuspec | 2 +- .../SkiaSharp/Fabulous.XamarinForms.SkiaSharp.nuspec | 2 +- .../Fabulous.XamarinForms.VideoManager.nuspec | 2 +- .../src/Fabulous.XamarinForms.nuspec | 2 +- .../content/blank/.template.config/template.json | 4 ++-- RELEASE_NOTES.md | 4 ++++ 9 files changed, 15 insertions(+), 17 deletions(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index b0d65ee85..ec920c10f 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -107,7 +107,7 @@ On Windows: .\build UpdateVersion ``` -FAKE will have updated `Directory.Build.props`, `Fabulous.XamarinForms.nuspec` and `template.json`. Commit all changes. +FAKE will have updated `Directory.Build.props`, `Fabulous.XamarinForms.nuspec`, nuspec files of the Fabulous.XamarinForms extensions and `template.json`. Commit all changes. Create a branch named `release/X.Y.Z` (where X.Y.Z is the version number you want Fabulous to be) And start a pull request for this branch back to `master`. diff --git a/Directory.Build.props b/Directory.Build.props index e98f0e5fb..db2bc4059 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,16 +1,10 @@ - 0.40.0 + 0.40.1 Fabulous Contributors - 0.40.0 - BREAKING CHANGES: Fabulous has been restructured and became Fabulous, Fabulous StaticView and Fabulous for Xamarin.Forms! -If you're making apps with Fabulous, you will need to use Fabulous for Xamarin.Forms now. -Please read the migration guide to know how to update from Fabulous v0.36.0 to Fabulous for Xamarin.Forms v0.40.0 (https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/migration-guide-to-fabulous-xamarinforms.html) -For more information on this restructuring, please read https://github.com/fsprojects/Fabulous/pull/481 -[Fabulous.XamarinForms] Reordered Picker properties to put in front the most commonly used ones (https://github.com/fsprojects/Fabulous/pull/466) -[Fabulous.XamarinForms] Fixed ContentPage.UseSafeArea not working as expected (https://github.com/fsprojects/Fabulous/pull/500) -[Fabulous.XamarinForms] [Templates] The templates have been cleaned and are now more consistent. Also the targets/props files used now match real files (https://github.com/fsprojects/Fabulous/pull/481, https://github.com/fsprojects/Fabulous/pull/494) + 0.40.1 + [Fabulous.XamarinForms] [Extensions] Fixed an invalid dependency on Fabulous.XamarinForms.Controls instead of Fabulous.XamarinForms (https://github.com/fsprojects/Fabulous/pull/503) False Apache-2.0 https://github.com/fsprojects/Fabulous diff --git a/Fabulous.XamarinForms/extensions/Maps/Fabulous.XamarinForms.Maps.nuspec b/Fabulous.XamarinForms/extensions/Maps/Fabulous.XamarinForms.Maps.nuspec index c38837391..eeed78aba 100644 --- a/Fabulous.XamarinForms/extensions/Maps/Fabulous.XamarinForms.Maps.nuspec +++ b/Fabulous.XamarinForms/extensions/Maps/Fabulous.XamarinForms.Maps.nuspec @@ -12,7 +12,7 @@ Copyright 2018 Maps;Xamarin.Forms;Fabulous;F#;Elmish;Elm - + diff --git a/Fabulous.XamarinForms/extensions/OxyPlot/Fabulous.XamarinForms.OxyPlot.nuspec b/Fabulous.XamarinForms/extensions/OxyPlot/Fabulous.XamarinForms.OxyPlot.nuspec index 15a38a333..d00bcf92f 100644 --- a/Fabulous.XamarinForms/extensions/OxyPlot/Fabulous.XamarinForms.OxyPlot.nuspec +++ b/Fabulous.XamarinForms/extensions/OxyPlot/Fabulous.XamarinForms.OxyPlot.nuspec @@ -12,7 +12,7 @@ Copyright 2018 OxyPlot;Charting;2D;Xamarin.Forms;Fabulous;F#;Elmish;Elm - + diff --git a/Fabulous.XamarinForms/extensions/SkiaSharp/Fabulous.XamarinForms.SkiaSharp.nuspec b/Fabulous.XamarinForms/extensions/SkiaSharp/Fabulous.XamarinForms.SkiaSharp.nuspec index c0fa03e66..62a0cc6d4 100644 --- a/Fabulous.XamarinForms/extensions/SkiaSharp/Fabulous.XamarinForms.SkiaSharp.nuspec +++ b/Fabulous.XamarinForms/extensions/SkiaSharp/Fabulous.XamarinForms.SkiaSharp.nuspec @@ -12,7 +12,7 @@ Copyright 2018 SkiaSharp;Drawing;2D;Xamarin.Forms;Fabulous;F#;Elmish;Elm - + diff --git a/Fabulous.XamarinForms/extensions/VideoManager/Fabulous.XamarinForms.VideoManager.nuspec b/Fabulous.XamarinForms/extensions/VideoManager/Fabulous.XamarinForms.VideoManager.nuspec index f163b098f..f7dc2ae36 100644 --- a/Fabulous.XamarinForms/extensions/VideoManager/Fabulous.XamarinForms.VideoManager.nuspec +++ b/Fabulous.XamarinForms/extensions/VideoManager/Fabulous.XamarinForms.VideoManager.nuspec @@ -12,7 +12,7 @@ Copyright 2018 VideoManager;Audio;Video;Player;Xamarin.Forms;Fabulous;F#;Elmish;Elm - + diff --git a/Fabulous.XamarinForms/src/Fabulous.XamarinForms.nuspec b/Fabulous.XamarinForms/src/Fabulous.XamarinForms.nuspec index 73e22cfdf..ead180710 100644 --- a/Fabulous.XamarinForms/src/Fabulous.XamarinForms.nuspec +++ b/Fabulous.XamarinForms/src/Fabulous.XamarinForms.nuspec @@ -13,7 +13,7 @@ Copyright 2018 Xamarin.Forms;Fabulous;F#;Elmish;Elm - + diff --git a/Fabulous.XamarinForms/templates/content/blank/.template.config/template.json b/Fabulous.XamarinForms/templates/content/blank/.template.config/template.json index 8f54e4225..62badb588 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.40.0", + "name": "Fabulous Xamarin.Forms App v0.40.1", "groupIdentity": "Fabulous.XamarinForms.App", "identity": "Fabulous.XamarinForms.FSharp", "shortName": "fabulous-xf-app", @@ -162,7 +162,7 @@ "type": "parameter", "dataType": "string", "replaces": "FabulousPkgsVersion", - "defaultValue": "0.40.0" + "defaultValue": "0.40.1" }, "NewtonsoftJsonPkg": { "type": "parameter", diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b281e268b..1ef8e6962 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### 0.40.1 + +* [Fabulous.XamarinForms] [Extensions] Fixed an invalid dependency on Fabulous.XamarinForms.Controls instead of Fabulous.XamarinForms (https://github.com/fsprojects/Fabulous/pull/503) + #### 0.40.0 BREAKING CHANGES: Fabulous has been restructured and became Fabulous, Fabulous StaticView and Fabulous for Xamarin.Forms!