Capgemini.Cauldron.Win32.WPF 3.2.3

.NET Framework 4.5.2
dotnet add package Capgemini.Cauldron.Win32.WPF --version 3.2.3
NuGet\Install-Package Capgemini.Cauldron.Win32.WPF -Version 3.2.3
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="Capgemini.Cauldron.Win32.WPF" Version="3.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Capgemini.Cauldron.Win32.WPF --version 3.2.3
#r "nuget: Capgemini.Cauldron.Win32.WPF, 3.2.3"
#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 Capgemini.Cauldron.Win32.WPF as a Cake Addin
#addin nuget:?package=Capgemini.Cauldron.Win32.WPF&version=3.2.3

// Install Capgemini.Cauldron.Win32.WPF as a Cake Tool
#tool nuget:?package=Capgemini.Cauldron.Win32.WPF&version=3.2.3

A simple MVVM framework that heavily uses IL-weaving based on Fody.

Product Versions
.NET Framework net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Capgemini.Cauldron.Win32.WPF:

Package Downloads
Capgemini.Cauldron.Win32.WPF.Theme.VSDark

Visual Studio dark theme for Cauldron WPF

Capgemini.Cauldron.Win32.WPF.Theme.VSLight

Visual Studio dark theme for Cauldron WPF

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.3 1,143 10/29/2018
3.2.2 922 10/16/2018
3.2.1 948 10/2/2018
3.2.0 2,087 9/28/2018
3.0.20 1,078 6/3/2018
3.0.19 1,100 6/1/2018
3.0.18 1,002 5/23/2018
3.0.17 1,035 5/21/2018
3.0.16 1,061 5/19/2018
3.0.14 1,123 5/15/2018
3.0.13-beta 1,048 5/10/2018
3.0.12-beta 889 5/10/2018
3.0.11-beta 786 5/10/2018
3.0.10-beta 839 5/9/2018
3.0.9-beta 917 5/5/2018
3.0.8-beta 767 5/4/2018
3.0.7-beta 1,124 5/4/2018
3.0.6-beta 857 5/2/2018
3.0.5-beta 945 5/2/2018
3.0.4-beta 772 4/26/2018
3.0.3-beta 896 4/25/2018
2.1.0 1,195 4/6/2018
2.0.39-beta 886 2/18/2018
2.0.38-beta 790 2/18/2018
2.0.36-beta 851 1/26/2018
2.0.35-beta 949 1/24/2018
2.0.33-beta 724 1/24/2018
2.0.32-beta 720 1/24/2018
2.0.31-beta 740 1/15/2018
2.0.30-beta 752 1/11/2018
2.0.29 854 12/29/2017
2.0.27 860 12/25/2017
2.0.26 718 12/23/2017
2.0.25 824 12/22/2017
2.0.24 830 12/21/2017
2.0.22 863 12/20/2017
2.0.21 862 12/18/2017
2.0.20 831 12/15/2017
2.0.19 839 12/12/2017
2.0.18 795 12/7/2017
2.0.16 847 12/6/2017
2.0.15 776 12/4/2017
2.0.13 760 12/4/2017
2.0.12 793 12/3/2017
2.0.11-beta 691 12/3/2017
2.0.10-beta 679 12/2/2017
2.0.9-beta 653 12/2/2017
2.0.8-beta 666 11/28/2017
2.0.5-beta 657 11/23/2017

2018.10.19 - [C] Added ICauldronUICommand interface for CauldronUICommand type - Delmoskito
     2018.10.02 - [A] ColorHexToSolidColorBrush Json Converter added.
     2018.09.29 - [A] VisibilityAnimation behaviour added
     2018.09.29 - [A] StoryboardBeginAnimationAction action added
     2018.09.29 - [A] DataTrigger behaviour added
     2018.09.29 - [C] FindVisualParent<T> now considers sub-classes
     2018.08.08 - [C] Now signed
     2018.06.02 - [A] contentFiles entry in nuget added.
     2018.05.04 - [C] Assemblies for Net45, Net451, Net452, Net46, Net461 and Net462 added
     2018.04.24 - [C] Now bringing its own interceptor
     2018.04.11 - [C] Fody version 3.0.0 update and minor bug fixes.
     2017.12.22 - [C] ParameterPassing in ApplicationBase now uses Environment.Exit(0) after passing the params to other instances.
     2017.12.22 - [A] RegisterUrlProtocols added to ApplicationBase
     2017.12.22 - [A] OnActivationProtocol added to ApplicationBase
     2017.12.12 - [B] Fixes an issue where the SplashScreen can be removed from MainView and causes the application to exit
     2017.12.11 - [B] Bugs in MessageDialog that caused the strings not to be localized correctly fixed
     2017.12.11 - [C] XAML resources loading order can now be changed by adding a dash and a numeric suffix to the file name. e.g. Style-01.xaml.
     2017.12.11 - [B] ObjectToVisibilityConverter logic was inverted.
     2017.12.11 - [B] Navigator was not able to find the correct view in some cases.
     2017.12.11 - [B] Several issues with the dispatcher fixed.
     2017.12.06 - [A] RegisterChildren attribute added.
     2017.12.05 - [A] Message unsubsribe added to dispose of ViewModelBase.
     2017.12.05 - [A] OnIsLoadingChanged added to ViewModelBase.
     2017.12.05 - [C] Renamed IMessageDialog.ShowException to IMessageDialog.ShowExceptionAsync
     2017.12.05 - [A] The ViewAttribute now accepts a string as view name/type.
     2017.12.04 - [A] IViewAware interface added.
     2017.12.04 - [B] Fixed a bug that caused the application to crash if there are no IMultiValueConverter in the application.
     2017.12.04 - [B] Bug in CauldronTemplateSelector regarding view orientation fixed.
     2017.12.04 - [B] Bug regarding auto-selection of views in the navigator fixed.
     2017.12.04 - [B] Now picks the correct Window implementation.
     2017.12.04 - [A] Several information from ApplicationInfo added as static resources.