Metadata >> NuGet >> AtomicStorage

AtomicStorage

Metadata

Authors Robert MacLean
Copyrights Copyright Robert MacLean 2012
Description The goal of AtomicStorage is to allow developers to easily cache and restore data during the process lifecycle (suspend/resume) in Windows Phone and Windows 8 (Metro) applications. It is designed to work with good MVVM frameworks.
IconUrl http://cdn.bitbucket.org/rmaclean/atomicmvvm/downloads/icon.png
LicenseUrl http://www.opensource.org/licenses/MS-PL
Owners Robert MacLean
ProjectUrl https://bitbucket.org/rmaclean/atomicmvvm/
ReleaseNotes 1.0.0 - First release.
RequireLicenseAcceptance False
Summary A supremely lightweight data caching for in Windows Phone & Windows 8 (Metro) projects.
Tags WindowsPhone71 WindowsPhone WP7 WP7.1 WindowsPhone7.1 MVVM BINDING SL Convention Model-View-ViewModel Model View Presentation UI ViewModel mvvmlight data caching suspend metro winrt windows8

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 AtomicStorage -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AtomicStorage -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 AtomicStorage
Installing the package (HTTP Basic authentication):
Install-Package AtomicStorage -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package AtomicStorage -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package AtomicStorage

OpenWrap

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

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
1.1.0
1.0.0