![]() |
VOOZH | about |
dotnet add package XamlEssentials --version 3.6.0
NuGet\Install-Package XamlEssentials -Version 3.6.0
<PackageReference Include="XamlEssentials" Version="3.6.0" />
<PackageVersion Include="XamlEssentials" Version="3.6.0" />Directory.Packages.props
<PackageReference Include="XamlEssentials" />Project file
paket add XamlEssentials --version 3.6.0
#r "nuget: XamlEssentials, 3.6.0"
#:package XamlEssentials@3.6.0
#addin nuget:?package=XamlEssentials&version=3.6.0Install as a Cake Addin
#tool nuget:?package=XamlEssentials&version=3.6.0Install as a Cake Tool
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 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| Silverlight | sl4 sl4 is compatible. sl4-wp71 sl4-wp71 is compatible. sl5 sl5 is compatible. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 was computed. |
| Windows Phone | wp8 wp8 is compatible. wp81 wp81 was computed. |
| Windows Store | netcore netcore was computed. netcore45 netcore45 is compatible. netcore451 netcore451 is compatible. |
This package has no dependencies.
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. |
This package is not used by any popular GitHub repositories.
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