Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.25.0 #219

Merged
merged 1 commit into from
Oct 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<Project>
<!-- NuGet Specs -->
<PropertyGroup>
<Version>0.24.0</Version>
<Description>Added StyleClass property (https://github.com/fsprojects/Fabulous/pull/209)</Description>
<Version>0.25.0</Version>
<Description>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)</Description>
<Authors>Fabulous Contributors</Authors>
<PackageVersion>0.24.0</PackageVersion>
<PackageVersion>0.25.0</PackageVersion>
<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.25.0

* 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)

#### 0.24.0

* Added StyleClass property (https://github.com/fsprojects/Fabulous/pull/209)
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.24.0"
"defaultValue": "0.25.0"
},
"NewtonsoftJsonPkg": {
"type": "parameter",
Expand Down