redmine-api-signed 4.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package redmine-api-signed --version 4.0.1
NuGet\Install-Package redmine-api-signed -Version 4.0.1
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="redmine-api-signed" Version="4.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add redmine-api-signed --version 4.0.1
#r "nuget: redmine-api-signed, 4.0.1"
#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 redmine-api-signed as a Cake Addin
#addin nuget:?package=redmine-api-signed&version=4.0.1

// Install redmine-api-signed as a Cake Tool
#tool nuget:?package=redmine-api-signed&version=4.0.1

Redmine Api is a .NET rest client for Redmine.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
4.6.5 271 10/3/2023
4.6.4 111 10/3/2023
4.6.3 120 10/3/2023
4.6.2 195 8/29/2023
4.6.1 159 8/28/2023
4.6.0 11,516 3/28/2023
4.5.0 290 3/7/2023
4.4.0 243 3/1/2023
4.3.0 14,504 6/8/2021
4.2.3 485 2/28/2021
4.2.2-v4.2.2- 209 12/13/2020
4.2.0 622 9/30/2020
4.1.0 479 9/30/2020
4.0.1 4,586 6/6/2020
4.0.0 610 5/3/2020
3.0.6.1 2,316 2/21/2020
3.0.6 1,178 12/11/2019
3.0.4 615 12/10/2019
3.0.2-master-00152 401 12/10/2019
2.0.43 795 10/23/2019
2.0.42 615 9/5/2019
2.0.41 566 9/5/2019
2.0.40 620 8/23/2019
2.0.38 719 6/13/2019
2.0.37 774 2/23/2019
2.0.36 701 2/14/2019
2.0.17 1,453 7/29/2018
2.0.16 1,557 3/28/2018
2.0.15 1,041 3/25/2018
2.0.14 1,065 1/10/2018
2.0.12 1,159 8/22/2017
2.0.8 967 7/5/2017
2.0.7 1,429 7/4/2017
2.0.6 1,150 5/23/2017
2.0.4 2,384 9/7/2016
2.0.3 993 9/4/2016
2.0.1 998 8/31/2016
1.0.2 1,177 3/14/2016
1.0.1 1,721 1/15/2016
1.0.0 2,281 1/14/2016

Fixes:
* JSON serialization exception for issues with uploads (missing WriteStart/EndObject calls) (#271) (thanks muffmolch)

           See https://github.com/zapadi/redmine-net-api/blob/master/CHANGELOG.md#v401 for more details.