fabulous-cli 0.55.0-preview1

This is a prerelease version of fabulous-cli.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global fabulous-cli --version 0.55.0-preview1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local fabulous-cli --version 0.55.0-preview1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fabulous-cli&version=0.55.0-preview1&prerelease
                    
nuke :add-package fabulous-cli --version 0.55.0-preview1
                    

.NET Core Global Tool for Fabulous - allows to send files to Fabulous.LiveUpdate

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.0 4,447 5/7/2021
1.0.1 1,568 4/9/2021
1.0.0 2,493 4/1/2021
0.70.0-nightly9 1,159 3/26/2021
0.70.0-nightly8 1,334 3/26/2021
0.70.0-nightly7 1,247 3/6/2021
0.70.0-nightly6 1,385 3/6/2021
0.70.0-nightly5 1,057 3/6/2021
0.70.0-nightly4 1,324 3/6/2021
0.70.0-nightly3 1,255 3/6/2021
0.70.0-nightly2 1,278 2/7/2021
0.70.0-nightly1 1,263 1/22/2021
0.61.0 1,647 1/17/2021
0.61.0-preview1 1,051 1/15/2021
0.60.0 1,654 11/25/2020
0.60.0-preview4 1,335 11/20/2020
0.60.0-preview3 1,509 11/11/2020
0.60.0-preview2 1,310 10/26/2020
0.60.0-preview1 1,470 10/1/2020
0.57.0 2,501 8/20/2020
0.56.0 1,586 8/3/2020
0.55.0 1,507 7/23/2020
0.55.0-preview6 1,275 7/15/2020
0.55.0-preview5 1,283 6/26/2020
0.55.0-preview4 1,538 6/23/2020
0.55.0-preview3 1,415 5/21/2020
0.55.0-preview2 1,321 5/19/2020
0.55.0-preview1 1,314 5/5/2020
0.54.2 1,523 6/26/2020
0.54.1 2,552 5/19/2020
0.54.0 1,592 5/4/2020
0.53.2 1,614 4/23/2020
0.53.1 1,369 4/22/2020
0.53.0 1,586 4/17/2020
0.52.0 1,633 2/20/2020
0.51.0 1,487 12/4/2019
0.50.3 1,581 11/9/2019
0.50.2 1,385 11/6/2019
0.50.1 1,577 11/5/2019
0.50.0 1,578 11/4/2019
0.50.0-alpha.7 315 10/26/2019
0.50.0-alpha.6 306 10/26/2019
0.50.0-alpha.5 314 10/17/2019
0.50.0-alpha.4 341 10/13/2019
0.50.0-alpha.3 321 10/9/2019
0.50.0-alpha.2 322 10/4/2019
0.50.0-alpha 1,450 10/3/2019
0.43.0 1,568 10/24/2019
0.42.0 1,602 9/19/2019
0.41.1 1,519 7/29/2019
0.41.0 1,566 7/11/2019
0.40.4 1,832 7/7/2019
0.40.3 1,551 7/7/2019
0.36.0 1,872 6/19/2019
0.35.0 1,708 5/25/2019
0.34.0 1,827 5/16/2019
0.33.2 1,822 3/28/2019
0.33.1 1,752 3/6/2019
0.33.0 1,723 3/5/2019
0.32.0 1,985 2/13/2019
0.31.0 1,698 2/3/2019
0.30.0 1,929 1/15/2019
0.29.0 1,915 12/11/2018

Preview build: We changed the way Fabulous reuses controls when you provide a new view definition in the `view` function.
By setting an optional `key` value on ViewElement, you can hint Fabulous which control it should reuse for better performance.
More information here: https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/views-perf.html#optimizing-view-performance-in-advanced-scenarios-the-key-property
[Fabulous.XamarinForms] Added support for keyed nodes reuse (https://github.com/fsprojects/Fabulous/pull/721)
[Fabulous.CodeGen] Reworked the generation of attached properties updates (https://github.com/fsprojects/Fabulous/pull/721)