forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Microsoft.Azure.Management.Automation.csproj
28 lines (25 loc) · 1.29 KB
/
Microsoft.Azure.Management.Automation.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
<Project Sdk="Microsoft.NET.Sdk">
<!-- Please do not move/edit code below this line -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<!-- Please do not move/edit code below this line -->
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.Automation</PackageId>
<Description>Provides Microsoft Azure Automation management operations including the ability to create, update and delete runbooks and schedules.</Description>
<Version>3.8.2-preview</Version>
<!-- Remove the Preview description in PackageReleaseNotes once the preview is removed.-->
<AssemblyTitle>Microsoft Azure Automation Management Library</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.Automation</AssemblyName>
<PackageTags>Automation;Runbook;</PackageTags>
<PackageReleaseNotes><![CDATA[
New features:
Adding support for minute schedules
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
</PropertyGroup>
<!-- 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>