Skip to content

Commit 6d41855

Browse files
authored
Merge pull request #280 from TimLariviere/releases/0.30.0
0.30.0
2 parents 4c5a7f3 + 6ad6e32 commit 6d41855

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

Directory.Build.props

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<Project>
22
<!-- NuGet Specs -->
33
<PropertyGroup>
4-
<Version>0.29.0</Version>
4+
<Version>0.30.0</Version>
55
<Authors>Fabulous Contributors</Authors>
6-
<PackageVersion>0.29.0</PackageVersion>
7-
<PackageReleaseNotes>BREAKING CHANGES:
8-
Replaced Minimum and Maximum properties of Slider/Stepper by a single MinimumMaximum property (tuple) (https://github.com/fsprojects/Fabulous/pull/246)
9-
Replaced the "fscd" daemon (embedded in the Fabulous.LiveUpdate package) by a new dotnet CLI tool "fabulous-cli". See https://fsprojects.github.io/Fabulous/tools.html for more informations. (https://github.com/fsprojects/Fabulous/pull/247)</PackageReleaseNotes>
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>
1013
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1114
<PackageLicenseUrl>https://github.com/fsprojects/Fabulous/blob/master/LICENSE.md</PackageLicenseUrl>
1215
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### 0.30.0
2+
3+
* Added support for Xamarin.Forms 3.4 (https://github.com/fsprojects/Fabulous/pull/257)
4+
* Added new GTK template (https://github.com/fsprojects/Fabulous/pull/268)
5+
* Changed behavior of SKCanvasView "invalidate" (always triggers an invalidation while the property is true) (https://github.com/fsprojects/Fabulous/pull/262)
6+
* Updated WPF template to target .NET Framework 4.7.2 by default (https://github.com/fsprojects/Fabulous/pull/267)
7+
* Updated NuGet inside the template to v4.9.2 (https://github.com/fsprojects/Fabulous/pull/271)
8+
* Fixed MacOS template by adding some missing references (https://github.com/fsprojects/Fabulous/pull/276)
9+
110
#### 0.29.0
211

312
BREAKING CHANGES:

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.29.0"
146+
"defaultValue": "0.30.0"
147147
},
148148
"NewtonsoftJsonPkg": {
149149
"type": "parameter",

0 commit comments

Comments
 (0)