forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Microsoft.Azure.CognitiveServices.Vision.Face.csproj
27 lines (25 loc) · 1.51 KB
/
Microsoft.Azure.CognitiveServices.Vision.Face.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Microsoft Cognitive Services Face SDK</AssemblyTitle>
<Description>This client library provides access to the Microsoft Cognitive Services Face APIs.</Description>
<VersionPrefix>2.5.0</VersionPrefix>
<PackageTags>Microsoft Cognitive Services;Cognitive Services;Cognitive Services SDK;REST HTTP client;Face;Face API;Face SDK;Vision;netcore451511</PackageTags>
<PackageReleaseNotes>
<![CDATA[
1) The API client name was changed from FaceAPI to FaceClient, in keeping with other Azure SDKs.
2) Supported customizing service endpoints by assigning the endpoint string to FaceClient.Endpoint. The endpoint string can be found on Azure Portal, it should contain only protocol and hostname, for example: https://westus.api.cognitive.microsoft.com. This change ensures better global coverage.
3) Aligned with latest Face API, Million-Scale features (LargePersonGroup and LargeFaceList) were added.
4) Some inconsistencies in naming, parameter order were corrected.
5) Aligned with latest Face API, Snapshot features for data migration were added.
6) Aligned with latest Face API, multiple recognition model feature was added.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<AzureApiTag />
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>