From 0f001e3df5dc14c274aacd905921948efaf7000f Mon Sep 17 00:00:00 2001 From: William Blum Date: Sat, 20 Jul 2019 13:33:09 -0700 Subject: [PATCH] CI YAML fix and nuget copyright for Azure module (#75) * UTF8 BOM marker broke the CI YAML * Fix FSharpLu.Azure nuget copyright --- CI-vsts.yml | 2 +- FSharpLu.Azure/FSharpLu.Azure.fsproj | 4 ++-- fsharplu.azure-nuget.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 fsharplu.azure-nuget.md diff --git a/CI-vsts.yml b/CI-vsts.yml index 965795e..d1899ef 100644 --- a/CI-vsts.yml +++ b/CI-vsts.yml @@ -1,4 +1,4 @@ -# VSTS pipeline to build, test, package, sign and release a new nuget package +# VSTS pipeline to build, test, package, sign and release a new nuget package # # Requirements: define the following Azure DevOps connections # FSharpLu-nuget - Nuget feed service connection (for pushing new packages) diff --git a/FSharpLu.Azure/FSharpLu.Azure.fsproj b/FSharpLu.Azure/FSharpLu.Azure.fsproj index 0d18568..eb17f40 100644 --- a/FSharpLu.Azure/FSharpLu.Azure.fsproj +++ b/FSharpLu.Azure/FSharpLu.Azure.fsproj @@ -5,13 +5,13 @@ Microsoft.FSharpLu.Azure true Microsoft.FSharpLu.Azure - Microsoft + © Microsoft Corporation. All rights reserved. Azure Management Helpers API for F# Microsoft Microsoft 0.11.1 0.11.1-pre - Microsoft.FSharpLu.Azure.Test + Microsoft.FSharpLu.Azure First release of FSharpLu.Azure https://github.com/Microsoft/fsharplu LICENSE.MD diff --git a/fsharplu.azure-nuget.md b/fsharplu.azure-nuget.md new file mode 100644 index 0000000..3b7f87d --- /dev/null +++ b/fsharplu.azure-nuget.md @@ -0,0 +1,7 @@ +This library exposes some of the Azure Resource Manager API as F# utilities. + +### Assembly +Microsoft.FSharpLu.Azure.dll + +### Namespace +- Microsoft.FSharpLu.Azure