forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Microsoft.Azure.Management.Logic.csproj
24 lines (22 loc) · 1.1 KB
/
Microsoft.Azure.Management.Logic.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
<Project ToolsVersion="15.0" 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>
<Description>Microsoft Azure LogicApps Management Library</Description>
<Version>4.1.0</Version>
<PackageId>Microsoft.Azure.Management.Logic</PackageId>
<PackageTags>Microsoft Azure LogicApps management;LogicApps;LogicApps management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
- Bug fix for updating Logic Apps that have an attached Integration Account
- Added WorkflowRunActionRequestHistories, WorkflowRunActionRepetitionsRequestHistories
]]></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>