Skip to content

Commit

Permalink
Merge pull request #504 from TimLariviere/release/0.40.1
Browse files Browse the repository at this point in the history
0.40.1
  • Loading branch information
TimLariviere authored Jul 7, 2019
2 parents c837a12 + e76c1e9 commit 9548be2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
12 changes: 3 additions & 9 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<Project>
<!-- NuGet Specs -->
<PropertyGroup>
<Version>0.40.0</Version>
<Version>0.40.1</Version>
<Authors>Fabulous Contributors</Authors>
<PackageVersion>0.40.0</PackageVersion>
<PackageReleaseNotes>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)</PackageReleaseNotes>
<PackageVersion>0.40.1</PackageVersion>
<PackageReleaseNotes>[Fabulous.XamarinForms] [Extensions] Fixed an invalid dependency on Fabulous.XamarinForms.Controls instead of Fabulous.XamarinForms (https://github.com/fsprojects/Fabulous/pull/503)</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<copyright>Copyright 2018</copyright>
<tags>Maps;Xamarin.Forms;Fabulous;F#;Elmish;Elm</tags>
<dependencies>
<dependency id="Fabulous.XamarinForms" version="0.40.0" />
<dependency id="Fabulous.XamarinForms" version="0.40.1" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<copyright>Copyright 2018</copyright>
<tags>OxyPlot;Charting;2D;Xamarin.Forms;Fabulous;F#;Elmish;Elm</tags>
<dependencies>
<dependency id="Fabulous.XamarinForms" version="0.40.0" />
<dependency id="Fabulous.XamarinForms" version="0.40.1" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<copyright>Copyright 2018</copyright>
<tags>SkiaSharp;Drawing;2D;Xamarin.Forms;Fabulous;F#;Elmish;Elm</tags>
<dependencies>
<dependency id="Fabulous.XamarinForms" version="0.40.0" />
<dependency id="Fabulous.XamarinForms" version="0.40.1" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<copyright>Copyright 2018</copyright>
<tags>VideoManager;Audio;Video;Player;Xamarin.Forms;Fabulous;F#;Elmish;Elm</tags>
<dependencies>
<dependency id="Fabulous.XamarinForms" version="0.40.0" />
<dependency id="Fabulous.XamarinForms" version="0.40.1" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Fabulous.XamarinForms/src/Fabulous.XamarinForms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<copyright>Copyright 2018</copyright>
<tags>Xamarin.Forms;Fabulous;F#;Elmish;Elm</tags>
<dependencies>
<dependency id="Fabulous" version="0.40.0" />
<dependency id="Fabulous" version="0.40.1" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -162,7 +162,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "FabulousPkgsVersion",
"defaultValue": "0.40.0"
"defaultValue": "0.40.1"
},
"NewtonsoftJsonPkg": {
"type": "parameter",
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit 9548be2

Please sign in to comment.