biz.dfch.CS.Redmine.Client 2.0.0

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

// Install biz.dfch.CS.Redmine.Client as a Cake Tool
#tool nuget:?package=biz.dfch.CS.Redmine.Client&version=2.0.0

biz.dfch.CS.Redmine.Client
========================

Client for Redmine project management web application

Assembly: biz.dfch.CS.Redmine.Client

d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland

## Download

* Get it on [NuGet](biz.dfch.CS.Redmine.Client)

* See [Releases](https://github.com/dfensgmbh/biz.dfch.CS.Redmine.Client/releases) and [Tags](https://github.com/dfensgmbh/biz.dfch.CS.Redmine.Client/tags) on [GitHub](https://github.com/dfensgmbh/biz.dfch.CS.Redmine.Client)

Product Compatible and additional computed target framework versions.
.NET Framework net 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
2.0.0 1,427 7/12/2016
1.0.1 1,000 6/20/2016
1.0.0 1,201 6/16/2016

20160712
* changed creation of underlying Redmine client to use the current ServicePointManager.SecurityProtocol setting (instead of reverting to the default SSL3 value from the underlying Redmine client)
* updated target .NET Framework version to 4.6
* updated log4net to 2.0.5 (from 2.0.3)
* updated biz.dfch.CS.System.Utilities to 2.0.1 (from 2.0.0)