|
1 | 1 | <Project>
|
2 | 2 | <!-- NuGet Specs -->
|
3 | 3 | <PropertyGroup>
|
4 |
| - <Version>0.30.0</Version> |
| 4 | + <Version>0.31.0</Version> |
5 | 5 | <Authors>Fabulous Contributors</Authors>
|
6 |
| - <PackageVersion>0.30.0</PackageVersion> |
7 |
| - <PackageReleaseNotes>Added support for Xamarin.Forms 3.4 (https://github.com/fsprojects/Fabulous/pull/257) |
8 |
| -Added new GTK template (https://github.com/fsprojects/Fabulous/pull/268) |
9 |
| -Changed behavior of SKCanvasView "invalidate" (always triggers an invalidation while the property is true) (https://github.com/fsprojects/Fabulous/pull/262) |
10 |
| -Updated WPF template to target .NET Framework 4.7.2 by default (https://github.com/fsprojects/Fabulous/pull/267) |
11 |
| -Updated NuGet inside the template to v4.9.2 (https://github.com/fsprojects/Fabulous/pull/271) |
12 |
| -Fixed MacOS template by adding some missing references (https://github.com/fsprojects/Fabulous/pull/276)</PackageReleaseNotes> |
| 6 | + <PackageVersion>0.31.0</PackageVersion> |
| 7 | + <PackageReleaseNotes>[Fabulous.Core] Added XML docs for Fabulous helpers (https://github.com/fsprojects/Fabulous/pull/284) |
| 8 | +[Xamarin.Forms controls] Fixed the TitleView attached property on Page (https://github.com/fsprojects/Fabulous/pull/305) |
| 9 | +[Xamarin.Forms controls] Fixed the Accelerator property on MenuItem (https://github.com/fsprojects/Fabulous/pull/301) |
| 10 | +[Template] Fixed a typo in assembly name in macOS project (https://github.com/fsprojects/Fabulous/pull/300) |
| 11 | +[Template] Fixed an issue where NuGet restore would fail due to a space in path on Windows (https://github.com/fsprojects/Fabulous/pull/290) |
| 12 | +[LiveUpdate] Fixed: Using ViewRef produces a "No member found for key Fabulous.DynamicViews.ViewRef" error (https://github.com/fsprojects/Fabulous/pull/286) |
| 13 | +[LiveUpdate] Fixed: Using a list a "No member found for key Microsoft.FSharp.Collections.FSharpList" error (https://github.com/fsprojects/Fabulous/pull/286) |
| 14 | +[LiveUpdate] Fixed: Calling a function that takes unit from a module in a separate dll produces a "No member found for key" error (https://github.com/fsprojects/Fabulous/pull/286)</PackageReleaseNotes> |
13 | 15 | <PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
14 | 16 | <PackageLicenseUrl>https://github.com/fsprojects/Fabulous/blob/master/LICENSE.md</PackageLicenseUrl>
|
15 | 17 | <PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>
|
|
0 commit comments