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
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
1
<Project>
2
2
<!-- NuGet Specs -->
3
3
<PropertyGroup>
4
-
<Version>0.33.0</Version>
4
+
<Version>0.33.1</Version>
5
5
<Authors>Fabulous Contributors</Authors>
6
-
<PackageVersion>0.33.0</PackageVersion>
7
-
<PackageReleaseNotes>[DynamicViews] Added SizeChangedEventArgs to give access to the new size when SizeChanged is raised (https://github.com/fsprojects/Fabulous/pull/336)
8
-
[DynamicViews] Added an extension point to give a new default implementation for a control (https://github.com/fsprojects/Fabulous/pull/342)
9
-
[LiveUpdate] Updated Interpreter to fix some bugs. Plus changed the watcher with a new and easier command line syntax (https://github.com/fsprojects/Fabulous/pull/338)
10
-
[Fabulous.Core] Fixed a bug (possibly from Mono) that made Fabulous act weird on some Android devices (https://github.com/fsprojects/Fabulous/pull/347)
11
-
[Templates] Fixed the consistency of the namespace between the files in the WPF template</PackageReleaseNotes>
6
+
<PackageVersion>0.33.1</PackageVersion>
7
+
<PackageReleaseNotes>[LiveUpdate] Fixed a bug where any changes throw a NullReferenceException (https://github.com/fsprojects/Fabulous/pull/355)</PackageReleaseNotes>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
+
#### 0.33.1
2
+
3
+
*[LiveUpdate] Fixed a bug where any changes throw a NullReferenceException (https://github.com/fsprojects/Fabulous/pull/355)
4
+
1
5
#### 0.33.0
2
6
3
7
*[DynamicViews] Added SizeChangedEventArgs to give access to the new size when SizeChanged is raised (https://github.com/fsprojects/Fabulous/pull/336)
4
8
*[DynamicViews] Added an extension point to give a new default implementation for a control (https://github.com/fsprojects/Fabulous/pull/342)
5
9
*[LiveUpdate] Updated Interpreter to fix some bugs. Plus changed the watcher with a new and easier command line syntax (https://github.com/fsprojects/Fabulous/pull/338)
6
10
*[Fabulous.Core] Fixed a bug (possibly from Mono) that made Fabulous act weird on some Android devices (https://github.com/fsprojects/Fabulous/pull/347)
7
-
*[Templates] Fixed the consistency of the namespace between the files in the WPF template
11
+
*[Templates] Fixed the consistency of the namespace between the files in the WPF template (https://github.com/fsprojects/Fabulous/pull/349)
0 commit comments