Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.02 KB

readme.md

File metadata and controls

21 lines (11 loc) · 1.02 KB

Microsoft Azure AMQP for .Net

Build status  NuGet Version and Downloads count

This repository contains the source code for the Microsoft Azure AMQP for C# implementation.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Prerequisites

The project and solution files are Visual Studio version 14, thus you will need to install Visual Studio 2015 prior to building the code.

Build

To build the AMQP assembly:

  • Run the /build/build.cmd script.

or

  • Open the solution Microsoft_Azure_Amqp.sln and build.