Skip to content

Commit a8ae4b4

Browse files
authored
Merge pull request #356 from TimLariviere/releases/0.33.1
0.33.1
2 parents 08d4f77 + 71cd5cd commit a8ae4b4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Directory.Build.props

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<Project>
22
<!-- NuGet Specs -->
33
<PropertyGroup>
4-
<Version>0.33.0</Version>
4+
<Version>0.33.1</Version>
55
<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>
128
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
139
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1410
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
15
#### 0.33.0
26

37
* [DynamicViews] Added SizeChangedEventArgs to give access to the new size when SizeChanged is raised (https://github.com/fsprojects/Fabulous/pull/336)
48
* [DynamicViews] Added an extension point to give a new default implementation for a control (https://github.com/fsprojects/Fabulous/pull/342)
59
* [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)
610
* [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)
812

913
#### 0.32.0
1014

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"type": "parameter",
156156
"dataType": "string",
157157
"replaces": "FabulousPkgsVersion",
158-
"defaultValue": "0.33.0"
158+
"defaultValue": "0.33.1"
159159
},
160160
"NewtonsoftJsonPkg": {
161161
"type": "parameter",

0 commit comments

Comments
 (0)