Restup 1.0.0

dotnet add package Restup --version 1.0.0
                    
NuGet\Install-Package Restup -Version 1.0.0
                    
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="Restup" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Restup" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Restup" />
                    
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 Restup --version 1.0.0
                    
#r "nuget: Restup, 1.0.0"
                    
#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=Restup&version=1.0.0
                    
Install Restup as a Cake Addin
#tool nuget:?package=Restup&version=1.0.0
                    
Install Restup as a Cake Tool

A webserver for Universal Windows Platform (UWP) apps

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible. 
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
1.0.0 20,780 10/18/2016
1.0.0-rc1 1,158 10/1/2016
1.0.0-beta4 2,379 4/21/2016
1.0.0-beta2 1,293 3/4/2016
1.0.0-beta1 1,318 1/26/2016
1.0.0-alpha3 1,141 12/18/2015
1.0.0-alpha2 1,062 10/30/2015
1.0.0-alpha1 1,133 9/15/2015

Allow no location header with post response with not location specified (#90)