WeatherNet.uwp 2.1.2

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

// Install WeatherNet.uwp as a Cake Tool
#tool nuget:?package=WeatherNet.uwp&version=2.1.2

A simple client for OpenWeatherMap API written in .NET C# 4.0 and .NET Core (UWP).

Features

  - OpenWeatherMap Api 2.5

  - Search by city name, geographic coordinates or city ID

  - Multiple language and units of measure

Types of weather data supported:

  - Current weather
  - 5 days forecast (every 3 hours)
  - 16 days forecast (daily)

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.

This package has no dependencies.

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
2.1.2 3,090 11/7/2015
2.1.1 1,090 11/5/2015
2.1.0 1,096 11/5/2015

It's now really working with UWP :)