Caliburn.Light.WinUI
5.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Caliburn.Light.WinUI --version 5.1.0
NuGet\Install-Package Caliburn.Light.WinUI -Version 5.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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 and Polyglot Notebooks. 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 Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows10.0.19041 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
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.2.1 | 180 | 8/20/2023 |
5.2.0 | 333 | 11/18/2022 |
5.1.0 | 2,130 | 11/26/2021 |
5.0.0 | 358 | 8/20/2021 |
5.0.0-alpha.1 | 180 | 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