Skip to content

Commit 001691d

Browse files
authored
Merge pull request #310 from TimLariviere/0.31.0
0.31.0
2 parents 0e43355 + 970ba79 commit 001691d

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

Directory.Build.props

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
<Project>
22
<!-- NuGet Specs -->
33
<PropertyGroup>
4-
<Version>0.30.0</Version>
4+
<Version>0.31.0</Version>
55
<Authors>Fabulous Contributors</Authors>
6-
<PackageVersion>0.30.0</PackageVersion>
7-
<PackageReleaseNotes>Added support for Xamarin.Forms 3.4 (https://github.com/fsprojects/Fabulous/pull/257)
8-
Added new GTK template (https://github.com/fsprojects/Fabulous/pull/268)
9-
Changed behavior of SKCanvasView "invalidate" (always triggers an invalidation while the property is true) (https://github.com/fsprojects/Fabulous/pull/262)
10-
Updated WPF template to target .NET Framework 4.7.2 by default (https://github.com/fsprojects/Fabulous/pull/267)
11-
Updated NuGet inside the template to v4.9.2 (https://github.com/fsprojects/Fabulous/pull/271)
12-
Fixed MacOS template by adding some missing references (https://github.com/fsprojects/Fabulous/pull/276)</PackageReleaseNotes>
6+
<PackageVersion>0.31.0</PackageVersion>
7+
<PackageReleaseNotes>[Fabulous.Core] Added XML docs for Fabulous helpers (https://github.com/fsprojects/Fabulous/pull/284)
8+
[Xamarin.Forms controls] Fixed the TitleView attached property on Page (https://github.com/fsprojects/Fabulous/pull/305)
9+
[Xamarin.Forms controls] Fixed the Accelerator property on MenuItem (https://github.com/fsprojects/Fabulous/pull/301)
10+
[Template] Fixed a typo in assembly name in macOS project (https://github.com/fsprojects/Fabulous/pull/300)
11+
[Template] Fixed an issue where NuGet restore would fail due to a space in path on Windows (https://github.com/fsprojects/Fabulous/pull/290)
12+
[LiveUpdate] Fixed: Using ViewRef produces a "No member found for key Fabulous.DynamicViews.ViewRef" error (https://github.com/fsprojects/Fabulous/pull/286)
13+
[LiveUpdate] Fixed: Using a list a "No member found for key Microsoft.FSharp.Collections.FSharpList" error (https://github.com/fsprojects/Fabulous/pull/286)
14+
[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>
1315
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1416
<PackageLicenseUrl>https://github.com/fsprojects/Fabulous/blob/master/LICENSE.md</PackageLicenseUrl>
1517
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#### 0.31.0
2+
3+
* [Fabulous.Core] Added XML docs for Fabulous helpers (https://github.com/fsprojects/Fabulous/pull/284)
4+
* [Xamarin.Forms controls] Fixed the TitleView attached property on Page (https://github.com/fsprojects/Fabulous/pull/305)
5+
* [Xamarin.Forms controls] Fixed the Accelerator property on MenuItem (https://github.com/fsprojects/Fabulous/pull/301)
6+
* [Template] Fixed a typo in assembly name in macOS project (https://github.com/fsprojects/Fabulous/pull/300)
7+
* [Template] Fixed an issue where NuGet restore would fail due to a space in path on Windows (https://github.com/fsprojects/Fabulous/pull/290)
8+
* [LiveUpdate] Fixed: Using ViewRef produces a "No member found for key Fabulous.DynamicViews.ViewRef" error (https://github.com/fsprojects/Fabulous/pull/286)
9+
* [LiveUpdate] Fixed: Using a list a "No member found for key Microsoft.FSharp.Collections.FSharpList" error (https://github.com/fsprojects/Fabulous/pull/286)
10+
* [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)
11+
112
#### 0.30.0
213

314
* Added support for Xamarin.Forms 3.4 (https://github.com/fsprojects/Fabulous/pull/257)

templates/content/blank/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"type": "parameter",
144144
"dataType": "string",
145145
"replaces": "FabulousPkgsVersion",
146-
"defaultValue": "0.30.0"
146+
"defaultValue": "0.31.0"
147147
},
148148
"NewtonsoftJsonPkg": {
149149
"type": "parameter",

0 commit comments

Comments
 (0)