Skip to content

Commit

Permalink
[Azure Search] Using Version instead of VersionPrefix in data plane c…
Browse files Browse the repository at this point in the history
…sprojs
  • Loading branch information
brjohnstmsft committed Jul 31, 2018
1 parent ec65b3d commit 50989ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Common types needed by the Azure Search .NET libraries. This is not the package you are looking for; It is only meant to be used as a dependency.</Description>
<AssemblyTitle>Microsoft Azure Search Common Library</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Search.Common</AssemblyName>
<VersionPrefix>5.0.2</VersionPrefix>
<Version>5.0.2</Version>
<PackageReleaseNotes>See the Microsoft.Azure.Search package for detailed release notes on the entire Azure Search .NET SDK.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Use this package if you're developing a .NET application using Azure Search, and you only need to query or update documents in your indexes. If you also need to create or update indexes, synonym maps, or other service-level resources, use the Microsoft.Azure.Search package instead.</Description>
<AssemblyTitle>Microsoft Azure Search Data Library</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Search.Data</AssemblyName>
<VersionPrefix>5.0.2</VersionPrefix>
<Version>5.0.2</Version>
<PackageReleaseNotes>See the Microsoft.Azure.Search package for detailed release notes on the entire Azure Search .NET SDK.</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Use this package if you're developing automation in .NET to manage Azure Search indexes, synonym maps, indexers, data sources, or other service-level resources. If you only need to query or update documents in your indexes, use the Microsoft.Azure.Search.Data package instead. If you need all the functionality of Azure Search, use the Microsoft.Azure.Search package instead.</Description>
<AssemblyTitle>Microsoft Azure Search Service Library</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Search.Service</AssemblyName>
<VersionPrefix>5.0.2</VersionPrefix>
<Version>5.0.2</Version>
<PackageReleaseNotes>See the Microsoft.Azure.Search package for detailed release notes on the entire Azure Search .NET SDK.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Makes it easy to develop a .NET application that uses Azure Search.</Description>
<AssemblyTitle>Microsoft Azure Search Library</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Search</AssemblyName>
<VersionPrefix>5.0.2</VersionPrefix>
<Version>5.0.2</Version>
<PackageReleaseNotes>This is the newest major version of the Azure Search .NET SDK, based on version 2017-11-11 of the Azure Search REST API. New in this GA version is support for synonyms. See this article for help on migrating to the latest version: http://aka.ms/search-sdk-upgrade.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 50989ce

Please sign in to comment.