Metadata >> NuGet >> Nito.AsyncEx.TFS >> 0.8.0

0.8.0

Metadata

Authors Stephen Cleary
Description A helper library for using TFS ICancelableAsync with the Task-Based Asynchronous Pattern (TAP) and Visual Studio Async CTP / Visual Studio 11.
IconUrl https://lh3.googleusercontent.com/-rWegFo7oREc/Tmgxy2qf6mI/AAAAAAAAFoE/15IERRFJ01I/s800/cadence%2525202%252520small.PNG
Language en-US
Owners Stephen Cleary
ProjectUrl http://nitoasyncex.codeplex.com/
ReleaseNotes [0.8.0] Initial release.
RequireLicenseAcceptance False
Summary A helper library for using TFS ICancelableAsync with the Task-Based Asynchronous Pattern (TAP) and Visual Studio Async CTP / Visual Studio 11.
Tags nito icancelableasync async task asynchronous async-ctp await async-await net40 net45
Title TFS ICancelableAsync TAP Helpers

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Nito.AsyncEx.TFS -Version 0.8.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Nito.AsyncEx.TFS -Version 0.8.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Nito.AsyncEx.TFS 0.8.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Nito.AsyncEx.TFS -Version 0.8.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Nito.AsyncEx.TFS -Version 0.8.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Nito.AsyncEx.TFS -Version 0.8.0
Uninstalling the package:
o remove-wrap Nito.AsyncEx.TFS

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0,Profile=Client Binaries
AnyCPU Release .NETFramework,Version=v4.5,Profile=Client Binaries