Bing.RestClient 0.8.1-beta1

This is a prerelease version of Bing.RestClient.
dotnet add package Bing.RestClient --version 0.8.1-beta1
                    
NuGet\Install-Package Bing.RestClient -Version 0.8.1-beta1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bing.RestClient" Version="0.8.1-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bing.RestClient" Version="0.8.1-beta1" />
                    
Directory.Packages.props
<PackageReference Include="Bing.RestClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bing.RestClient --version 0.8.1-beta1
                    
#r "nuget: Bing.RestClient, 0.8.1-beta1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Bing.RestClient&version=0.8.1-beta1&prerelease
                    
Install Bing.RestClient as a Cake Addin
#tool nuget:?package=Bing.RestClient&version=0.8.1-beta1&prerelease
                    
Install Bing.RestClient as a Cake Tool

Curiously, Bing does not provide a framework for accessing their REST APIs in .NET. This library attempts to solve that problem, with a PCL that works on .NET 4.5, Windows 8.x, Windows Phone 8, and Mono.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.1-beta1 3,499 6/5/2014
0.8.0 20,798 6/5/2014
0.7.3 2,674 3/25/2014
0.7.2 2,329 3/25/2014
0.7.1 2,312 3/24/2014
0.7.0 2,356 3/23/2014
0.6.6 2,304 3/23/2014
0.6.5 2,360 3/22/2014
0.6.4 2,247 3/18/2014
0.6.3 2,255 3/18/2014
0.6.2 2,617 1/8/2014
0.6.1 2,235 12/10/2013
0.6.0 2,208 12/10/2013
0.5.5 2,270 12/8/2013
0.5.3 2,341 11/24/2013
0.5.2 2,245 11/24/2013
0.5.1 2,311 11/24/2013
0.5.0 2,415 11/23/2013

0.7
 • Changes and improvements to the PoiEntityGroups.
 • Added List<PoiEntityTypes>.ToJsonString() to make it easy to pass groups into MVC Views for client-side operations.

0.6
 • Merged work from PortableBingGeocoder project into Bing.Maps.
 • (Breaking) Reorganized namespaces.
 • Added more documentation.

0.5
 • First release, leveraging the Spatial Data API and core objects from the Bing Maps REST Services.