This commit is contained in:
Ricky Brundritt 2018-02-01 22:02:39 -08:00
Родитель 8b1068b667
Коммит 3e96312653
4 изменённых файлов: 12 добавлений и 10 удалений

Просмотреть файл

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>BingMapsRESTToolkit</id>
<version>1.1.0</version>
<version>1.1.1</version>
<title>Bing Maps REST Services Toolkit</title>
<authors>Microsoft</authors>
<owners>microsoft bingmaps</owners>
@ -47,9 +47,9 @@
<file src="..\Source\bin\Release\BingMapsRESTToolkit.dll" target="lib\net45\BingMapsRESTToolkit.dll" />
<file src="..\Source\bin\Release\BingMapsRESTToolkit.pdb" target="lib\net45\BingMapsRESTToolkit.pdb" />
<file src="..\Source\bin\Release\BingMapsRESTToolkit.XML" target="lib\net45\BingMapsRESTToolkit.XML" />
<file src="..\Source\BingMapsRESTToolkit.Standard\bin\Release\netstandard2.0\BingMapsRESTToolkit.Standard.deps.json" target="lib\netstandard2.0\BingMapsRESTToolkit.Standard.deps.json" />
<file src="..\Source\BingMapsRESTToolkit.Standard\bin\Release\netstandard2.0\BingMapsRESTToolkit.Standard.dll" target="lib\netstandard2.0\BingMapsRESTToolkit.Standard.dll" />
<file src="..\Source\BingMapsRESTToolkit.Standard\bin\Release\netstandard2.0\BingMapsRESTToolkit.Standard.pdb" target="lib\netstandard2.0\BingMapsRESTToolkit.Standard.pdb" />
<file src="..\Source\BingMapsRESTToolkit.Standard\bin\Release\netstandard2.0\BingMapsRESTToolkit.deps.json" target="lib\netstandard2.0\BingMapsRESTToolkit.deps.json" />
<file src="..\Source\BingMapsRESTToolkit.Standard\bin\Release\netstandard2.0\BingMapsRESTToolkit.dll" target="lib\netstandard2.0\BingMapsRESTToolkit.dll" />
<file src="..\Source\BingMapsRESTToolkit.Standard\bin\Release\netstandard2.0\BingMapsRESTToolkit.pdb" target="lib\netstandard2.0\BingMapsRESTToolkit.pdb" />
<file src="..\Source\bin\Release\BingMapsRESTToolkit.dll" target="lib\portable-net45+wp8+win8\BingMapsRESTToolkit.dll" />
<file src="..\Source\bin\Release\BingMapsRESTToolkit.pdb" target="lib\portable-net45+wp8+win8\BingMapsRESTToolkit.pdb" />
<file src="..\Source\bin\Release\BingMapsRESTToolkit.XML" target="lib\portable-net45+wp8+win8\BingMapsRESTToolkit.XML" />

Просмотреть файл

@ -1,6 +1,6 @@
![Bing Maps Logo](https://github.com/Microsoft/Bing-Maps-V8-TypeScript-Definitions/blob/master/images/BingMapsLogoTeal.png)
[![NuGet](https://img.shields.io/badge/NuGet-1.1.0-blue.svg)](https://www.nuget.org/packages/BingMapsRESTToolkit)
[![NuGet](https://img.shields.io/badge/NuGet-1.1.1-blue.svg)](https://www.nuget.org/packages/BingMapsRESTToolkit)
[![license](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/Microsoft/BingMapsRESTToolkit/blob/master/LICENSE.md)
# Bing Maps REST Toolkit for .NET

Просмотреть файл

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.9</Version>
<Version>1.1.1</Version>
<Authors>Microsoft</Authors>
<Company>Microsoft</Company>
<Description>A toolkit that makes it easy to access the Bing Maps REST services from .NET</Description>
@ -13,8 +13,10 @@
<PackageTags>Microsoft "Bing Maps" Maps GIS Map Geospatial VB C# .NET REST</PackageTags>
<PackageReleaseNotes>See the changelog here: https://github.com/Microsoft/BingMapsRESTToolkit/blob/master/CHANGELOG.md</PackageReleaseNotes>
<PackageId>BingMapsRESTToolkit</PackageId>
<AssemblyVersion>1.0.9.0</AssemblyVersion>
<FileVersion>1.0.9.0</FileVersion>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<AssemblyName>BingMapsRESTToolkit</AssemblyName>
<RootNamespace>BingMapsRESTToolkit</RootNamespace>
</PropertyGroup>
<ItemGroup>

Просмотреть файл

@ -26,5 +26,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.9.0")]
[assembly: AssemblyFileVersion("1.0.9.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]