Elastacloud.AzureManagement.Fluent by Richard Conway & Andy Cross (Elastacloud)

<PackageReference Include="Elastacloud.AzureManagement.Fluent" Version="0.4.1.20" />

.NET API 4,451,360 bytes

 Elastacloud.AzureManagement.Fluent 0.4.1.20

Fluent Azure Management seeks to enable to deployments and database rollouts using the Service Management, Storage and SQL Azure Management APIs as an alternative to powershell. It is currently still in beta so use in a production release at your own risk.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Elastacloud.AzureManagement.Fluent</id>
    <version>0.4.1.20</version>
    <title>Azure Fluent Management Library</title>
    <authors>Richard Conway &amp; Andy Cross (Elastacloud)</authors>
    <owners>Richard Conway &amp; Andy Cross (Elastacloud)</owners>
    <projectUrl>http://fluentmanagement.elastacloud.com/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Fluent Azure Management seeks to enable to deployments and database rollouts using the Service Management, Storage and SQL Azure Management APIs as an alternative to powershell. It is currently still in beta so use in a production release at your own risk.</description>
    <releaseNotes>Release 0.4.1.20
----------------
Added a linq provider for cloud services which returns information on cloud services and deployments
Added a  RoleContextManager which allows roles to be started and stopped</releaseNotes>
    <copyright>Copyright Elastacloud 2012</copyright>
    <language>en-US</language>
    <tags>Windows Azure, Storage Services, Service Management</tags>
    <dependencies>
      <dependency id="BouncyCastle" version="1.7.0" />
      <dependency id="NLog" version="2.0.0.2000" />
      <dependency id="NLog.Config" version="2.0.0.2000" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>