Fickle 0.1.0.151

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

A library for generating web service SDKs for Objective-C, Java and Javascript

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 (1)

Showing the top 1 NuGet packages that depend on Fickle:

Package Downloads
Fickle.WebApi

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0.151 2,462 8/3/2016
0.1.0.147 2,207 5/18/2016
0.1.0.145 2,136 5/9/2016
0.1.0.144 2,381 2/11/2016
0.1.0.143 2,510 12/9/2015
0.1.0.142 2,189 12/9/2015
0.1.0.140 2,317 12/7/2015
0.1.0.139 2,122 12/7/2015
0.1.0.138 2,091 12/7/2015
0.1.0.137 2,136 12/7/2015
0.1.0.136 2,125 12/6/2015
0.1.0.133 2,161 12/4/2015
0.1.0.131 2,433 12/4/2015
0.1.0.130 2,285 12/4/2015
0.1.0.129 2,342 12/4/2015
0.1.0.128 2,476 12/4/2015
0.1.0.127 2,123 12/4/2015
0.1.0.126 2,143 12/4/2015
0.1.0.121 2,483 11/30/2015
0.1.0.118 2,426 11/30/2015
0.1.0.117 2,299 11/17/2015
0.1.0.115 2,238 11/2/2015
0.1.0.92 2,179 10/15/2015
0.1.0.91 2,201 10/14/2015
0.1.0.89 2,178 10/13/2015
0.1.0.88 2,239 10/13/2015
0.1.0.83 2,255 9/23/2015
0.1.0.81 2,217 9/23/2015
0.1.0.80 2,414 3/5/2015
0.1.0.78 2,347 1/27/2015
0.1.0.77 2,192 1/27/2015
0.1.0.76 2,312 1/23/2015
0.1.0.75 2,171 1/23/2015
0.1.0.74 2,180 1/23/2015
0.1.0.73 2,214 1/23/2015
0.1.0.72 2,223 1/22/2015
0.1.0.70 2,195 1/22/2015
0.1.0.69 1,563 1/22/2015
0.1.0.68 2,194 1/22/2015
0.1.0.67 2,183 1/22/2015
0.1.0.66 2,175 1/22/2015
0.1.0.65 2,236 1/22/2015
0.1.0.64 2,168 1/22/2015
0.1.0.55 2,253 1/21/2015
0.1.0.54 2,191 1/21/2015
0.1.0.53 2,222 1/21/2015
0.1.0.52 2,196 1/21/2015
0.1.0.51 2,206 1/21/2015
0.1.0.50 2,242 1/21/2015
0.1.0.49 2,252 1/21/2015
0.1.0.48-test 1,933 1/21/2015
0.1.0.47-test 1,381 1/21/2015
0.1.0.46-test 1,413 1/21/2015
0.1.0.45-test 1,408 1/21/2015
0.1.0.44-test 1,408 1/21/2015
0.1.0.42-test 1,337 1/21/2015
0.1.0.39-test 1,404 1/21/2015
0.1.0.38-test 1,370 1/20/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