Bitlyfier 0.1.0-alpha

This is a prerelease version of Bitlyfier.
dotnet add package Bitlyfier --version 0.1.0-alpha
NuGet\Install-Package Bitlyfier -Version 0.1.0-alpha
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="Bitlyfier" Version="0.1.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bitlyfier --version 0.1.0-alpha
#r "nuget: Bitlyfier, 0.1.0-alpha"
#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.
// Install Bitlyfier as a Cake Addin
#addin nuget:?package=Bitlyfier&version=0.1.0-alpha&prerelease

// Install Bitlyfier as a Cake Tool
#tool nuget:?package=Bitlyfier&version=0.1.0-alpha&prerelease

Bitlyfier is a simple wrapper around the Bitly v3 API

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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.1.0-alpha 1,457 10/31/2012
0.0.4-alpha 1,187 2/27/2012
0.0.3-alpha 1,297 1/29/2012
0.0.2-alpha 1,212 1/29/2012
0.0.1-alpha 1,193 1/22/2012

* Updated references to the final version of WebAPI, and replace System.JSON with Json.NET
* Removed /v3/expand service support. Decided to only support /v3/shorten for now.
* Added BitlyfierContext, which is a web wrapper around the bitly service, that performs caching, etc
* Added /v3/expand service support.
* API return types will now be strongly typed.
* Initial Release. Support for /v3/shorten included.