You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Directory.Build.props
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
<Project>
2
2
<!-- NuGet Specs -->
3
3
<PropertyGroup>
4
-
<Version>0.25.0</Version>
4
+
<Version>0.26.0</Version>
5
5
<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>
0 commit comments