Caliburn.Light.WinUI
5.1.0
.NET 6.0
Install-Package Caliburn.Light.WinUI -Version 5.1.0
dotnet add package Caliburn.Light.WinUI --version 5.1.0
<PackageReference Include="Caliburn.Light.WinUI" Version="5.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Caliburn.Light.WinUI --version 5.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Caliburn.Light.WinUI, 5.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Caliburn.Light.WinUI as a Cake Addin
#addin nuget:?package=Caliburn.Light.WinUI&version=5.1.0
// Install Caliburn.Light.WinUI as a Cake Tool
#tool nuget:?package=Caliburn.Light.WinUI&version=5.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The WinUI aware parts of Caliburn.Light
Product | Versions |
---|---|
.NET | net6.0-windows10.0.19041 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net6.0-windows10.0.19041
- Caliburn.Light.Core (>= 5.1.0)
- Microsoft.WindowsAppSDK (>= 1.0.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 | 1,962 | 11/26/2021 |
5.0.0 | 163 | 8/20/2021 |
5.0.0-alpha.1 | 116 | 4/9/2021 |
- replace IUIContext with IDispatcher
- replace ThreadOption in IEventAggregator with IDispatcher
- remove IParent, IConductActiveItem and IScreen
- remove dialogResult from TryClose()
- change IClose to be async
- remove coroutines
- add ownerViewModel to IWindowManager functions
- reduce generic types for rule validation
- WinUI 3.0
- remove logging