Skip to content

v1.3.6.0

Compare
Choose a tag to compare
@carolynvs carolynvs released this 24 Jun 16:31
· 333 commits to master since this release

Custom User Agent

You can now specify a custom user agent and it will be prepended to the standard UserAgent header:

var provider = new CloudServersProvider();
provider.ApplicationUserAgent = "PoshStack";
// User-Agent: PoshStack openstack.net/1.3.6.0

Download v1.3.6.0 on nuget.org