Metadata >> NuGet >> AzureWorkers

AzureWorkers

Metadata

Authors Jarle Nygård, Anders Østhus, Alessandro Di Gioia
Copyrights Copyright © Proactima Solutions AS - 2013
Description Basic framework for Azure Worker Role. Uses Ninject to allow for IoC in the Worker and relies on Ninject for getting potential workers and startup tasks. Uses the Task framework to run multiple tasks inside one worker.
LicenseUrl https://raw.github.com/proactima/AzureWorkers/master/LICENSE
Owners Proactima Solutions AS
ProjectUrl https://github.com/proactima/AzureWorkers
ReleaseNotes Minor breaking changes, bumped version to 2.0 to signal this.
RequireLicenseAcceptance False
Dependencies Ninject:3.0.2-unstable-9038|Ninject.Extensions.Azure:3.0.2-unstable-9009|Ninject.Extensions.Conventions:3.0.2-unstable-9010|Microsoft.WindowsAzure.ConfigurationManager:2.0.2.0|WindowsAzure.ServiceBus:2.2.1.1|Newtonsoft.Json:5.0.8|WindowsAzure.Storage:2.1.0.4
PackageSize 26408
PackageHashAlgorithm SHA512
PackageHash UBA2GwVgEOnZpOo131TeNIGKSUbNtzGiCFtFJoWQ84k54bkBG2foQgZPGZR3GrcqtGRdMxdDwNtm2HIM2LqMSA==
DownloadCount 000000
CreatedDate 2013-12-17T06:54:03

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

OpenWrap

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

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.2-prerelease
2.0.1-prerelease
2.0.0-prerelease
1.2.2-prerelease
1.2.1-prerelease
1.2.0-prerelease
1.1.1-prerelease
1.1.0-prerelease
1.0.2-prerelease
1.0.1-prerelease
1.0.0-prerelease