Skip to content

Commit

Permalink
Merge pull request #563 from TimLariviere/releases/0.42.0
Browse files Browse the repository at this point in the history
0.42.0
  • Loading branch information
TimLariviere committed Sep 19, 2019
2 parents fb0ee57 + 375a907 commit d901c77
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 6 additions & 3 deletions Directory.Build.props
@@ -1,10 +1,13 @@
<Project>
<!-- NuGet Specs -->
<PropertyGroup>
<Version>0.41.1</Version>
<Version>0.42.0</Version>
<Authors>Fabulous Contributors</Authors>
<PackageVersion>0.41.1</PackageVersion>
<PackageReleaseNotes>[All] Added XML documentations inside NuGet packages (https://github.com/fsprojects/Fabulous/pull/528)</PackageReleaseNotes>
<PackageVersion>0.42.0</PackageVersion>
<PackageReleaseNotes>[Fabulous.XamarinForms] Added support for Xamarin.Forms 4.2 (https://github.com/fsprojects/Fabulous/pull/559)
[Fabulous.XamarinForms] Added support for Xamarin.Forms.Effect (https://github.com/fsprojects/Fabulous/pull/544)
[Fabulous.XamarinForms] [Extensions] Added missing properties coming from Xamarin.Forms.View (https://github.com/fsprojects/Fabulous/pull/562)
[Fabulous.XamarinForms] [Templates] Fixed opened namespaces and docs links in templates (https://github.com/fsprojects/Fabulous/pull/547 + https://github.com/fsprojects/Fabulous/pull/548 + https://github.com/fsprojects/Fabulous/pull/553)</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>
Expand Down
Expand Up @@ -7,7 +7,7 @@
"Elmish",
"Cross-platform"
],
"name": "Fabulous Xamarin.Forms App v0.41.1",
"name": "Fabulous Xamarin.Forms App v0.42.0",
"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.41.1"
"defaultValue": "0.42.0"
},
"NewtonsoftJsonPkg": {
"type": "parameter",
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,10 @@
#### 0.42.0

* [Fabulous.XamarinForms] Added support for Xamarin.Forms 4.2 (https://github.com/fsprojects/Fabulous/pull/559)
* [Fabulous.XamarinForms] Added support for Xamarin.Forms.Effect (https://github.com/fsprojects/Fabulous/pull/544)
* [Fabulous.XamarinForms] [Extensions] Added missing properties coming from Xamarin.Forms.View (https://github.com/fsprojects/Fabulous/pull/562)
* [Fabulous.XamarinForms] [Templates] Fixed opened namespaces and docs links in templates (https://github.com/fsprojects/Fabulous/pull/547 + https://github.com/fsprojects/Fabulous/pull/548 + https://github.com/fsprojects/Fabulous/pull/553)

#### 0.41.1

* [All] Added XML documentations inside NuGet packages (https://github.com/fsprojects/Fabulous/pull/528)
Expand Down

0 comments on commit d901c77

Please sign in to comment.