Metadata >> NuGet >> Enough.AsyncLock

Enough.AsyncLock

Metadata

Authors Robert Virkus, Enough Software
Description Minimalistic tool for synchronizing access across one or several await calls. Based on code developed and described by Stephen Toub, http://blogs.msdn.com/b/pfxteam/archive/2012/02/11/10266920.aspx.
IconUrl http://www1.j2mepolish.org/images/Enough_AsyncLock.png
Language en-US
LicenseUrl https://asynclock.codeplex.com/license
Owners Robert Virkus, Enough Software
ProjectUrl http://asynclock.codeplex.com/
RequireLicenseAcceptance False
Tags Enough Async AsyncLock W8 W8Dev WP8 WP8Dev EnoughSoftware
Title AsyncLock for Windows 8 and Windows Phone 8
PackageSize 23024
PackageHashAlgorithm SHA512
PackageHash FZ2P6ISs7nLVKO65J+3nfU8MEH7P7qTslUzhS7G8Jy9D+LBb3FSKY+/+uUVEJTnoInprqhMNLczTMvBoy0CM3g==
DownloadCount 000000
CreatedDate 2014-08-27T16:05:38

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

OpenWrap

Installing the package:
o add-wrap Enough.AsyncLock
Uninstalling the package:
o remove-wrap Enough.AsyncLock

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