Skip to content

Commit 5b108cb

Browse files
authored
Merge pull request #230 from TimLariviere/releases/0.26.0
0.26.0
2 parents 8328378 + 464bb0c commit 5b108cb

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

Directory.Build.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project>
22
<!-- NuGet Specs -->
33
<PropertyGroup>
4-
<Version>0.25.0</Version>
4+
<Version>0.26.0</Version>
55
<Authors>Fabulous Contributors</Authors>
6-
<PackageVersion>0.25.0</PackageVersion>
7-
<PackageReleaseNotes>Added "CurrentPage" and "CurrentPageChanged" to TabbedPage and CarouselPage (https://github.com/fsprojects/Fabulous/pull/215)
8-
Added support for byte array with Image.Source (https://github.com/fsprojects/Fabulous/pull/217)
9-
Improved exception protection in LiveUpdate (https://github.com/fsprojects/Fabulous/pull/214)
10-
Fixed an issue in LiveUpdate preventing the use of some kinds of discriminated unions (https://github.com/fsprojects/Fabulous/pull/213)</PackageReleaseNotes>
6+
<PackageVersion>0.26.0</PackageVersion>
7+
<PackageReleaseNotes>Added Cmd.ofMsgOption and Cmd.ofAsyncMsgOption (https://github.com/fsprojects/Fabulous/pull/224)
8+
Fixed Microsoft.CSharp warnings when building a project created with the template (https://github.com/fsprojects/Fabulous/pull/216)
9+
Fixed a bug in ListViewGrouped that prevented groups to be updated (https://github.com/fsprojects/Fabulous/pull/229)
10+
Fixed description of the NuGet packages (https://github.com/fsprojects/Fabulous/pull/220)</PackageReleaseNotes>
1111
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1212
<PackageLicenseUrl>https://github.com/fsprojects/Fabulous/blob/master/LICENSE.md</PackageLicenseUrl>
1313
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 0.26.0
2+
3+
* Added Cmd.ofMsgOption and Cmd.ofAsyncMsgOption (https://github.com/fsprojects/Fabulous/pull/224)
4+
* Fixed Microsoft.CSharp warnings when building a project created with the template (https://github.com/fsprojects/Fabulous/pull/216)
5+
* Fixed a bug in ListViewGrouped that prevented groups to be updated (https://github.com/fsprojects/Fabulous/pull/229)
6+
* Fixed description of the NuGet packages (https://github.com/fsprojects/Fabulous/pull/220)
7+
18
#### 0.25.0
29

310
* Added "CurrentPage" and "CurrentPageChanged" to TabbedPage and CarouselPage (https://github.com/fsprojects/Fabulous/pull/215)

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.25.0"
141+
"defaultValue": "0.26.0"
142142
},
143143
"NewtonsoftJsonPkg": {
144144
"type": "parameter",

0 commit comments

Comments
 (0)