Caliburn.Light
1.4.0
See the version list below for details.
dotnet add package Caliburn.Light --version 1.4.0
NuGet\Install-Package Caliburn.Light -Version 1.4.0
<PackageReference Include="Caliburn.Light" Version="1.4.0" />
paket add Caliburn.Light --version 1.4.0
#r "nuget: Caliburn.Light, 1.4.0"
// Install Caliburn.Light as a Cake Addin #addin nuget:?package=Caliburn.Light&version=1.4.0 // Install Caliburn.Light as a Cake Tool #tool nuget:?package=Caliburn.Light&version=1.4.0
The magic-free Caliburn.Micro, a powerful framework designed for building applications across all XAML platforms.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win81 is compatible. |
-
- Weakly (>= 2.1.3 && < 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.1.0 | 2,559 | 11/26/2021 | |
5.0.0 | 603 | 8/20/2021 | |
4.0.0 | 975 | 11/11/2019 | |
3.3.0 | 851 | 10/21/2019 | |
3.2.0 | 1,678 | 10/26/2016 | |
3.1.0 | 2,156 | 1/14/2016 | |
3.0.4 | 12,398 | 11/19/2015 | |
3.0.3 | 1,403 | 11/19/2015 | |
2.1.0 | 1,524 | 9/1/2015 | |
2.0.1 | 1,643 | 4/29/2015 | |
2.0.0 | 1,573 | 4/28/2015 | |
1.8.1 | 1,524 | 4/23/2015 | |
1.8.0 | 1,455 | 4/13/2015 | |
1.7.0 | 1,440 | 4/11/2015 | |
1.6.5 | 1,750 | 12/12/2014 | |
1.6.4 | 1,474 | 10/20/2014 | |
1.6.3 | 1,431 | 9/9/2014 | |
1.6.2 | 1,516 | 8/26/2014 | |
1.6.1 | 1,459 | 8/26/2014 | |
1.6.0 | 1,426 | 8/23/2014 | |
1.5.0 | 1,488 | 8/9/2014 | |
1.4.0 | 1,414 | 8/1/2014 | |
1.3.0 | 1,617 | 6/13/2014 | |
1.2.4 | 1,641 | 6/11/2014 | |
1.2.3 | 1,473 | 6/5/2014 | |
1.2.2 | 1,443 | 5/27/2014 | |
1.2.1 | 1,442 | 5/16/2014 | |
1.2.0 | 1,399 | 5/14/2014 | |
1.1.0 | 1,582 | 5/10/2014 | |
1.0.0 | 1,528 | 5/8/2014 |
* UIContext: add Initialize overload with more parameters
* Screen: Remove IHaveDisplayName (DisplayName property)
* Screen: Remove IChild (Parent property)
* DelegateCommand: replace Create by FromAction and FromFunc methods
* ParameterBinder: Remove context from CustomConverters
* Replace AttachedCollection<T> with ParameterCollection
* Remove IChild<TParent> and IParent<out T>