TNX.FunctionModules.AzureWorkerRole 1.0.5

dotnet add package TNX.FunctionModules.AzureWorkerRole --version 1.0.5
                    
NuGet\Install-Package TNX.FunctionModules.AzureWorkerRole -Version 1.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TNX.FunctionModules.AzureWorkerRole" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TNX.FunctionModules.AzureWorkerRole" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="TNX.FunctionModules.AzureWorkerRole" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TNX.FunctionModules.AzureWorkerRole --version 1.0.5
                    
#r "nuget: TNX.FunctionModules.AzureWorkerRole, 1.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=TNX.FunctionModules.AzureWorkerRole&version=1.0.5
                    
Install TNX.FunctionModules.AzureWorkerRole as a Cake Addin
#tool nuget:?package=TNX.FunctionModules.AzureWorkerRole&version=1.0.5
                    
Install TNX.FunctionModules.AzureWorkerRole as a Cake Tool

Function Modules for Azure WorkerRole

- RoleEntryPoint

Requires:
- .NET 4.6.2+
- Azure SDK 2.8+

Changelog:
1.0.0
- Stable release
1.0.1
- Fix abstract class error when found in satellite assemblies

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 1,219 3/27/2018
1.0.4 1,174 3/23/2018
1.0.3 1,176 3/23/2018
1.0.2 1,163 3/23/2018
1.0.1 1,063 2/13/2018
1.0.0 1,024 2/12/2018

- Add configuration for idle time delay for priority functions