biz.dfch.PS.Azure.ServiceBus.Client 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package biz.dfch.PS.Azure.ServiceBus.Client --version 1.0.0
                    
NuGet\Install-Package biz.dfch.PS.Azure.ServiceBus.Client -Version 1.0.0
                    
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="biz.dfch.PS.Azure.ServiceBus.Client" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="biz.dfch.PS.Azure.ServiceBus.Client" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="biz.dfch.PS.Azure.ServiceBus.Client" />
                    
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 biz.dfch.PS.Azure.ServiceBus.Client --version 1.0.0
                    
#r "nuget: biz.dfch.PS.Azure.ServiceBus.Client, 1.0.0"
                    
#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=biz.dfch.PS.Azure.ServiceBus.Client&version=1.0.0
                    
Install biz.dfch.PS.Azure.ServiceBus.Client as a Cake Addin
#tool nuget:?package=biz.dfch.PS.Azure.ServiceBus.Client&version=1.0.0
                    
Install biz.dfch.PS.Azure.ServiceBus.Client as a Cake Tool

=============================

Module: biz.dfch.PS.Azure.ServiceBus.Client

d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland

This Microsoft PowerShell module contains Cmdlets to perform sending and receiving messages against Azure Service Bus 1.1 with AMQP 1.0.

You can also download this module via [NuGet](https://nuget.org/) with [Install-Package biz.dfch.PS.Azure.ServiceBus.Client](biz.dfch.PS.Azure.ServiceBus.Client)

See https://github.com/dfensgmbh/biz.dfch.PS.Azure.ServiceBus.Client/wiki for a detailed description on how to use the Cmdlets in this module.

There are no supported framework assets in this 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.2 3,935 6/9/2016
1.0.1 1,253 2/1/2016
1.0.0 1,189 12/15/2015
0.0.2 1,245 11/16/2015
0.0.1 1,258 11/4/2015

20151215

* Message body retry handling
* installation base path is '$env:ProgramFiles\WindowsPowerShell\Modules' and can be manually set as input parameter to Install.ps1