Caliburn.Light
3.0.3
See the version list below for details.
dotnet add package Caliburn.Light --version 3.0.3
NuGet\Install-Package Caliburn.Light -Version 3.0.3
<PackageReference Include="Caliburn.Light" Version="3.0.3" />
paket add Caliburn.Light --version 3.0.3
#r "nuget: Caliburn.Light, 3.0.3"
// Install Caliburn.Light as a Cake Addin #addin nuget:?package=Caliburn.Light&version=3.0.3 // Install Caliburn.Light as a Cake Tool #tool nuget:?package=Caliburn.Light&version=3.0.3
The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. 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 is compatible. |
-
- Weakly (>= 2.7.0 && < 2.8.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,532 | 11/26/2021 | |
5.0.0 | 572 | 8/20/2021 | |
5.0.0-alpha.1 | 243 | 4/9/2021 | |
4.0.0 | 967 | 11/11/2019 | |
3.3.0 | 839 | 10/21/2019 | |
3.2.0 | 1,659 | 10/26/2016 | |
3.1.0 | 2,138 | 1/14/2016 | |
3.1.0-alpha | 985 | 1/6/2016 | |
3.0.4 | 11,288 | 11/19/2015 | |
3.0.3 | 1,389 | 11/19/2015 | |
3.0.2-alpha | 1,001 | 11/3/2015 | |
3.0.1-alpha | 1,076 | 10/1/2015 | |
3.0.0-alpha | 1,017 | 9/20/2015 | |
2.1.0 | 1,510 | 9/1/2015 | |
2.0.1 | 1,627 | 4/29/2015 | |
2.0.0 | 1,558 | 4/28/2015 | |
1.8.1 | 1,509 | 4/23/2015 | |
1.8.0 | 1,440 | 4/13/2015 | |
1.7.0 | 1,425 | 4/11/2015 | |
1.6.5 | 1,736 | 12/12/2014 | |
1.6.4 | 1,460 | 10/20/2014 | |
1.6.3 | 1,417 | 9/9/2014 | |
1.6.2 | 1,502 | 8/26/2014 | |
1.6.1 | 1,445 | 8/26/2014 | |
1.6.0 | 1,411 | 8/23/2014 | |
1.5.0 | 1,474 | 8/9/2014 | |
1.4.0 | 1,400 | 8/1/2014 | |
1.3.0 | 1,603 | 6/13/2014 | |
1.2.4 | 1,625 | 6/11/2014 | |
1.2.3 | 1,457 | 6/5/2014 | |
1.2.2 | 1,427 | 5/27/2014 | |
1.2.1 | 1,425 | 5/16/2014 | |
1.2.0 | 1,383 | 5/14/2014 | |
1.1.0 | 1,564 | 5/10/2014 | |
1.0.0 | 1,440 | 5/8/2014 |
- update Weakly 2.7.0
- reduce reflection
- limit design time support
- allow to override DelegateCommand's CoerceParameter function
- support multiple properties in DelegateCommand
- use string for View.Context
- IoC: remove property injection
- change SimpleContainer.GetAllInstances() to return named instances too
- add IViewModelTypeResolver with NameBasedViewModelTypeResolver (old behavior) and ViewModelTypeResolver (registration based)
- UAP: remove Bahvior SDK
- UAP: add Caliburn.Xaml.UAP.rd.xml
- UAP: add OnEvent() to IDelegateCommand for x:Bind support