CI YAML fix and nuget copyright for Azure module (#75)

* UTF8 BOM marker broke the CI YAML

* Fix FSharpLu.Azure nuget copyright
This commit is contained in:
William Blum 2019-07-20 13:33:09 -07:00 коммит произвёл GitHub
Родитель 8372f62868
Коммит 0f001e3df5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -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)

Просмотреть файл

@ -5,13 +5,13 @@
<PackageId>Microsoft.FSharpLu.Azure</PackageId>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<ProductName>Microsoft.FSharpLu.Azure</ProductName>
<Copyright>Microsoft</Copyright>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<Description>Azure Management Helpers API for F#</Description>
<Authors>Microsoft</Authors>
<Company>Microsoft</Company>
<Version>0.11.1</Version>
<PackageVersion>0.11.1-pre</PackageVersion>
<Title>Microsoft.FSharpLu.Azure.Test</Title>
<Title>Microsoft.FSharpLu.Azure</Title>
<PackageReleaseNotes>First release of FSharpLu.Azure</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Microsoft/fsharplu</PackageProjectUrl>
<PackageLicenseFile>LICENSE.MD</PackageLicenseFile>

7
fsharplu.azure-nuget.md Normal file
Просмотреть файл

@ -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