XamlEssentials 3.6.0
dotnet add package XamlEssentials --version 3.6.0
NuGet\Install-Package XamlEssentials -Version 3.6.0
<PackageReference Include="XamlEssentials" Version="3.6.0" />
paket add XamlEssentials --version 3.6.0
#r "nuget: XamlEssentials, 3.6.0"
// Install XamlEssentials as a Cake Addin #addin nuget:?package=XamlEssentials&version=3.6.0 // Install XamlEssentials as a Cake Tool #tool nuget:?package=XamlEssentials&version=3.6.0
A helper library of BindingConverters, MarkupExtensions, and other utilities for building XAML applications for WPF 4 & 4.5, Silverlight 4 & 5, Windows Phone 7.5 & 8, and Windows 8.x.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. 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. |
Silverlight | sl4 is compatible. sl4-wp71 is compatible. sl5 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on XamlEssentials:
Package | Downloads |
---|---|
AppSupport.WP8
A fully-integrated customer support solution for apps built using Windows Azure Mobile Services. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.6.0 | 2,930 | 1/21/2014 |
3.5.0 | 1,780 | 12/30/2013 |
3.4.0 | 1,444 | 12/6/2013 |
3.3.3 | 1,358 | 11/3/2013 |
3.3.0 | 1,322 | 10/28/2013 |
3.2.2 | 1,387 | 10/16/2013 |
3.2.1 | 1,280 | 10/16/2013 |
3.2.0 | 1,313 | 10/16/2013 |
3.1.0 | 1,498 | 10/10/2013 |
3.0.0 | 1,357 | 9/14/2013 |
2.3.0 | 1,378 | 8/26/2013 |
2.2.0 | 1,462 | 3/26/2013 |
2.1.1 | 1,495 | 3/1/2013 |
2.1.0 | 1,370 | 2/23/2013 |
2.0.1 | 1,380 | 2/7/2013 |
2.0.0 | 1,418 | 2/4/2013 |
1.0.0 | 2,078 | 10/5/2011 |
3.6 - Introduced PhoneApplicationPage.DisableScreenshots() in code, and DisplayHelper.ScreenCaptureEnabled="false" in XAML (both on WP8).
3.5 - Moved DisplayHelper.AddPhabletStyle() to the ResourceHelper (with a stub for compatibility), and added a DisplayHelper.AddStyle() method. StatsHelper now forces a save to IsolatedStorage on app termination. Package now uploads sources and debug files to SymbolSource.org.
3.4.1 - Fixed a bug in StoredItem.
3.4 - FrameworkElement.UpdateSource() for all versions. New properties on ApplicationInfoHelper. New EncryptionHelper for Win8.x & WP8. New BetaExperienceHelper for WP8. Better documentation.
3.3.3 - Added StoredItem.ForceSave();
3.3 - New DisplayHelper for supporting Nokia phablets. New PhoneVersionHelper to detect GDRs. ShellToast.ShowWithSound() extension for GDR3 musical toast. Added AsynchronizationContext from MarkerMetro for WP 7.5, 8, and Windows 8.0. Updated StatsHelper to catch more exceptions on all platforms.
3.2.1 - Re-added support for Windows Phone 7.5.
3.2 - StatsHelper for getting runtime usage stats on Windows Store and Windows Phone apps. Windows Store support for StoredItem and ApplicationInfoHelper.
3.1 - Introduces the TrialExperienceHelper for Windows Phone 8.
3.0 - Moves the Helpers functionality to a new namespace (XamlEssentials.Helpers). Update your using statements accordingly. Also introduces the TrialExperienceHelper for Windows Phone 8. This is a modified version of the one from the Microsoft WP8 samples.
2.3 - Introduces a ApplicationInfoHelper for WP8.0 that pulls application details directly from the WMAppManifest.xml file. Also removed PDB files in anticipation of publishing to SymbolSource.org.
2.2 - Introduces a WP8 extension from http://compiledexperience.com/blog/posts/async-geocode-query (used with permission).
2.1.1 - Fixes PhoneExtendedPropertiesHelper to return a string instead of a byte array.
2.1.0 - Adds StoredItem<T> for SL4, SL5, WP7.5, & WP8, and PhoneExtendedPropertiesHelper for WP 7.5 and WP8.
2.0.1 - Adds the StringFormatConverter to WP7.5 and WP8