forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Management.Blueprint.csproj
31 lines (29 loc) · 1.5 KB
/
Microsoft.Azure.Management.Blueprint.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$(RepoEngPath)/mgmt/AzSdk.reference.props" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.Blueprint</PackageId>
<Description>Provides Microsoft Azure Blueprint management operations including the ability to create, update and delete Blueprint definition and assignment.</Description>
<Version>0.14.0-preview</Version>
<!-- Remove the Preview description in PackageReleaseNotes once the preview is removed.-->
<AssemblyTitle>Microsoft Azure Blueprint Management Library</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.Blueprint</AssemblyName>
<PackageTags>Blueprint;</PackageTags>
<PackageReleaseNotes>
<![CDATA[This is a preview release sdk for Azure Blueprints, allows you to do Blueprint definition and assignment CRUD.
Changes in 0.14.0-preview:
- Add support for submitting change notes with publish blueprint operation.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Folder Include="Customizations\Extensions\" />
</ItemGroup>
<!-- Please do not move/edit code below this line -->
<Import Condition=" Exists('$([MSBuild]::GetPathOfFileAbove(AzSdk.RP.props))') " Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.RP.props'))" />
<!-- Please do not move/edit code above this line -->
</Project>