Skip to content

Commit 410de6c

Browse files
authored
Merge pull request #244 from TimLariviere/releases/0.28.0
0.28.0
2 parents 0e61bd2 + c2c2345 commit 410de6c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Directory.Build.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<Project>
22
<!-- NuGet Specs -->
33
<PropertyGroup>
4-
<Version>0.27.1</Version>
4+
<Version>0.28.0</Version>
55
<Authors>Fabulous Contributors</Authors>
6-
<PackageVersion>0.27.1</PackageVersion>
7-
<PackageReleaseNotes>Fixed a cast issue in ViewRef&amp;lt;T&amp;gt;.TryValue (https://github.com/fsprojects/Fabulous/pull/235)</PackageReleaseNotes>
6+
<PackageVersion>0.28.0</PackageVersion>
7+
<PackageReleaseNotes>Added a dispatch method accessible in the app projects (https://github.com/fsprojects/Fabulous/pull/240)
8+
Added a debounche helper function (https://github.com/fsprojects/Fabulous/pull/237)</PackageReleaseNotes>
89
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
910
<PackageLicenseUrl>https://github.com/fsprojects/Fabulous/blob/master/LICENSE.md</PackageLicenseUrl>
1011
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 0.28.0
2+
3+
* Added a dispatch method accessible in the app projects (https://github.com/fsprojects/Fabulous/pull/240)
4+
* Added a debounche helper function (https://github.com/fsprojects/Fabulous/pull/237)
5+
16
#### 0.27.1
27

38
* Fixed a cast issue in ViewRef&lt;T&gt;.TryValue (https://github.com/fsprojects/Fabulous/pull/235)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"type": "parameter",
139139
"dataType": "string",
140140
"replaces": "FabulousPkgsVersion",
141-
"defaultValue": "0.27.1"
141+
"defaultValue": "0.28.0"
142142
},
143143
"NewtonsoftJsonPkg": {
144144
"type": "parameter",

0 commit comments

Comments
 (0)