You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Directory.Build.props
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
<Project>
2
2
<!-- NuGet Specs -->
3
3
<PropertyGroup>
4
-
<Version>0.29.0</Version>
4
+
<Version>0.30.0</Version>
5
5
<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>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff 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)
0 commit comments