Skip to content

Commit

Permalink
Merge pull request #310 from TimLariviere/0.31.0
Browse files Browse the repository at this point in the history
0.31.0
  • Loading branch information
TimLariviere authored Feb 3, 2019
2 parents 0e43355 + 970ba79 commit 001691d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
18 changes: 10 additions & 8 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<Project>
<!-- NuGet Specs -->
<PropertyGroup>
<Version>0.30.0</Version>
<Version>0.31.0</Version>
<Authors>Fabulous Contributors</Authors>
<PackageVersion>0.30.0</PackageVersion>
<PackageReleaseNotes>Added support for Xamarin.Forms 3.4 (https://github.com/fsprojects/Fabulous/pull/257)
Added new GTK template (https://github.com/fsprojects/Fabulous/pull/268)
Changed behavior of SKCanvasView "invalidate" (always triggers an invalidation while the property is true) (https://github.com/fsprojects/Fabulous/pull/262)
Updated WPF template to target .NET Framework 4.7.2 by default (https://github.com/fsprojects/Fabulous/pull/267)
Updated NuGet inside the template to v4.9.2 (https://github.com/fsprojects/Fabulous/pull/271)
Fixed MacOS template by adding some missing references (https://github.com/fsprojects/Fabulous/pull/276)</PackageReleaseNotes>
<PackageVersion>0.31.0</PackageVersion>
<PackageReleaseNotes>[Fabulous.Core] Added XML docs for Fabulous helpers (https://github.com/fsprojects/Fabulous/pull/284)
[Xamarin.Forms controls] Fixed the TitleView attached property on Page (https://github.com/fsprojects/Fabulous/pull/305)
[Xamarin.Forms controls] Fixed the Accelerator property on MenuItem (https://github.com/fsprojects/Fabulous/pull/301)
[Template] Fixed a typo in assembly name in macOS project (https://github.com/fsprojects/Fabulous/pull/300)
[Template] Fixed an issue where NuGet restore would fail due to a space in path on Windows (https://github.com/fsprojects/Fabulous/pull/290)
[LiveUpdate] Fixed: Using ViewRef produces a "No member found for key Fabulous.DynamicViews.ViewRef" error (https://github.com/fsprojects/Fabulous/pull/286)
[LiveUpdate] Fixed: Using a list a "No member found for key Microsoft.FSharp.Collections.FSharpList" error (https://github.com/fsprojects/Fabulous/pull/286)
[LiveUpdate] Fixed: Calling a function that takes unit from a module in a separate dll produces a "No member found for key" error (https://github.com/fsprojects/Fabulous/pull/286)</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/fsprojects/Fabulous/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### 0.31.0

* [Fabulous.Core] Added XML docs for Fabulous helpers (https://github.com/fsprojects/Fabulous/pull/284)
* [Xamarin.Forms controls] Fixed the TitleView attached property on Page (https://github.com/fsprojects/Fabulous/pull/305)
* [Xamarin.Forms controls] Fixed the Accelerator property on MenuItem (https://github.com/fsprojects/Fabulous/pull/301)
* [Template] Fixed a typo in assembly name in macOS project (https://github.com/fsprojects/Fabulous/pull/300)
* [Template] Fixed an issue where NuGet restore would fail due to a space in path on Windows (https://github.com/fsprojects/Fabulous/pull/290)
* [LiveUpdate] Fixed: Using ViewRef produces a "No member found for key Fabulous.DynamicViews.ViewRef" error (https://github.com/fsprojects/Fabulous/pull/286)
* [LiveUpdate] Fixed: Using a list a "No member found for key Microsoft.FSharp.Collections.FSharpList" error (https://github.com/fsprojects/Fabulous/pull/286)
* [LiveUpdate] Fixed: Calling a function that takes unit from a module in a separate dll produces a "No member found for key" error (https://github.com/fsprojects/Fabulous/pull/286)

#### 0.30.0

* Added support for Xamarin.Forms 3.4 (https://github.com/fsprojects/Fabulous/pull/257)
Expand Down
2 changes: 1 addition & 1 deletion templates/content/blank/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "FabulousPkgsVersion",
"defaultValue": "0.30.0"
"defaultValue": "0.31.0"
},
"NewtonsoftJsonPkg": {
"type": "parameter",
Expand Down

0 comments on commit 001691d

Please sign in to comment.