Skip to content

Commit

Permalink
Merge pull request #230 from TimLariviere/releases/0.26.0
Browse files Browse the repository at this point in the history
0.26.0
  • Loading branch information
TimLariviere authored Nov 15, 2018
2 parents 8328378 + 464bb0c commit 5b108cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>
<!-- NuGet Specs -->
<PropertyGroup>
<Version>0.25.0</Version>
<Version>0.26.0</Version>
<Authors>Fabulous Contributors</Authors>
<PackageVersion>0.25.0</PackageVersion>
<PackageReleaseNotes>Added "CurrentPage" and "CurrentPageChanged" to TabbedPage and CarouselPage (https://github.com/fsprojects/Fabulous/pull/215)
Added support for byte array with Image.Source (https://github.com/fsprojects/Fabulous/pull/217)
Improved exception protection in LiveUpdate (https://github.com/fsprojects/Fabulous/pull/214)
Fixed an issue in LiveUpdate preventing the use of some kinds of discriminated unions (https://github.com/fsprojects/Fabulous/pull/213)</PackageReleaseNotes>
<PackageVersion>0.26.0</PackageVersion>
<PackageReleaseNotes>Added Cmd.ofMsgOption and Cmd.ofAsyncMsgOption (https://github.com/fsprojects/Fabulous/pull/224)
Fixed Microsoft.CSharp warnings when building a project created with the template (https://github.com/fsprojects/Fabulous/pull/216)
Fixed a bug in ListViewGrouped that prevented groups to be updated (https://github.com/fsprojects/Fabulous/pull/229)
Fixed description of the NuGet packages (https://github.com/fsprojects/Fabulous/pull/220)</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>https://github.com/fsprojects/Fabulous/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 0.26.0

* Added Cmd.ofMsgOption and Cmd.ofAsyncMsgOption (https://github.com/fsprojects/Fabulous/pull/224)
* Fixed Microsoft.CSharp warnings when building a project created with the template (https://github.com/fsprojects/Fabulous/pull/216)
* Fixed a bug in ListViewGrouped that prevented groups to be updated (https://github.com/fsprojects/Fabulous/pull/229)
* Fixed description of the NuGet packages (https://github.com/fsprojects/Fabulous/pull/220)

#### 0.25.0

* Added "CurrentPage" and "CurrentPageChanged" to TabbedPage and CarouselPage (https://github.com/fsprojects/Fabulous/pull/215)
Expand Down
2 changes: 1 addition & 1 deletion templates/content/blank/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "FabulousPkgsVersion",
"defaultValue": "0.25.0"
"defaultValue": "0.26.0"
},
"NewtonsoftJsonPkg": {
"type": "parameter",
Expand Down

0 comments on commit 5b108cb

Please sign in to comment.