Metadata >> NuGet >> XamlEssentials

XamlEssentials

Metadata

Authors Robert McLaws
Copyrights 2011-2014 AdvancedREI, LLC.
Description 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.
IconUrl https://advancedrei.blob.core.windows.net/nuget/XamlEssentials.png
Language en-US
LicenseUrl http://www.ohloh.net/licenses/mslpl
Owners AdvancedREI
ProjectUrl https://github.com/advancedrei/XamlEssentials
ReleaseNotes 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
RequireLicenseAcceptance False
Summary A library of BindingConverters, MarkupExtensions, and helpers for Microsoft's XAML platforms.
Tags XAML, WPF, Silverlight, WinRT, Windows Phone, Extensions, Helpers
PackageSize 250616
PackageHashAlgorithm SHA512
PackageHash HbNWHs0SR/1svRhuITnrnaa+DiiY/EJyJ3T/Kba3eJKg+iHGW3UAjYtvXGHtA7ePtCNPSKslqKX/0qyxDrXBfw==
DownloadCount 000000
CreatedDate 2013-12-30T03:08:31

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install XamlEssentials -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install XamlEssentials -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package XamlEssentials
Installing the package (HTTP Basic authentication):
Install-Package XamlEssentials -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package XamlEssentials -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package XamlEssentials

OpenWrap

Installing the package:
o add-wrap XamlEssentials
Uninstalling the package:
o remove-wrap XamlEssentials

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
3.5.0