Fickle.WebApi 0.1.0.140

There is a newer version of this package available.
See the version list below for details.
dotnet add package Fickle.WebApi --version 0.1.0.140
                    
NuGet\Install-Package Fickle.WebApi -Version 0.1.0.140
                    
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="Fickle.WebApi" Version="0.1.0.140" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fickle.WebApi" Version="0.1.0.140" />
                    
Directory.Packages.props
<PackageReference Include="Fickle.WebApi" />
                    
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 Fickle.WebApi --version 0.1.0.140
                    
#r "nuget: Fickle.WebApi, 0.1.0.140"
                    
#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.
#:package Fickle.WebApi@0.1.0.140
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fickle.WebApi&version=0.1.0.140
                    
Install as a Cake Addin
#tool nuget:?package=Fickle.WebApi&version=0.1.0.140
                    
Install as a Cake Tool

Adds a Ficklefile controller that enables Ficklefile generation for your WebApi project

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.151 2,112 8/3/2016
0.1.0.147 1,875 5/18/2016
0.1.0.145 1,806 5/9/2016
0.1.0.144 2,112 2/11/2016
0.1.0.143 1,876 12/9/2015
0.1.0.142 2,067 12/9/2015
0.1.0.140 1,990 12/7/2015
0.1.0.139 1,813 12/7/2015
0.1.0.138 1,778 12/7/2015
0.1.0.137 1,810 12/7/2015
0.1.0.136 1,846 12/6/2015
0.1.0.133 1,896 12/4/2015
0.1.0.131 1,812 12/4/2015
0.1.0.130 1,921 12/4/2015
0.1.0.129 1,848 12/4/2015
0.1.0.128 1,838 12/4/2015
0.1.0.127 2,086 12/4/2015
0.1.0.126 1,862 12/4/2015
0.1.0.121 2,130 11/30/2015
0.1.0.118 2,184 11/30/2015
0.1.0.117 1,945 11/17/2015
0.1.0.115 1,929 11/2/2015
0.1.0.92 1,880 10/15/2015
0.1.0.91 1,811 10/14/2015
0.1.0.89 1,880 10/13/2015
0.1.0.88 1,828 10/13/2015
0.1.0.83 1,955 9/23/2015
0.1.0.81 1,861 9/23/2015
0.1.0.80 2,007 3/5/2015
0.1.0.78 1,952 1/27/2015
0.1.0.77 1,949 1/27/2015
0.1.0.76 1,853 1/23/2015
0.1.0.75 1,831 1/23/2015
0.1.0.74 1,868 1/23/2015
0.1.0.73 1,824 1/23/2015
0.1.0.72 1,887 1/22/2015
0.1.0.70 1,863 1/22/2015
0.1.0.68 1,870 1/22/2015
0.1.0.67 1,870 1/22/2015
0.1.0.66 1,889 1/22/2015
0.1.0.65 1,896 1/22/2015
0.1.0.64 1,842 1/22/2015
0.1.0.55 1,884 1/21/2015
0.1.0.54 1,830 1/21/2015
0.1.0.53 1,969 1/21/2015
0.1.0.52 1,809 1/21/2015
0.1.0.51 1,870 1/21/2015
0.1.0.50 1,909 1/21/2015
0.1.0.49 1,835 1/21/2015
0.1.0.48-test 1,709 1/21/2015

-Fix request content of type byte[]
-WebAPI reflector generates fickle files with content:byte[] arguments if the method doesn't have any [FromBody] parameters
-Fixed reserved fickle keywords should be decorated.
-Added FickleIncludeTypeAttribute
-Added Decimal as supported type
-Fixed Objective-C generator not condering NSString as a reference type when implementing allPropertiesAsDictionary
-Fixed not generating some types if they are explicitly declared return types
-Fixed handling of IHttpActionResult, HttpResponseMessage response types