Fickle 0.1.0.115

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

// Install Fickle as a Cake Tool
#tool nuget:?package=Fickle&version=0.1.0.115

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,175 8/3/2016
0.1.0.147 1,953 5/18/2016
0.1.0.145 1,878 5/9/2016
0.1.0.144 2,019 2/11/2016
0.1.0.143 2,155 12/9/2015
0.1.0.142 1,934 12/9/2015
0.1.0.140 2,052 12/7/2015
0.1.0.139 1,868 12/7/2015
0.1.0.138 1,835 12/7/2015
0.1.0.137 1,873 12/7/2015
0.1.0.136 1,871 12/6/2015
0.1.0.133 1,903 12/4/2015
0.1.0.131 2,183 12/4/2015
0.1.0.130 2,032 12/4/2015
0.1.0.129 2,094 12/4/2015
0.1.0.128 2,219 12/4/2015
0.1.0.127 1,864 12/4/2015
0.1.0.126 1,896 12/4/2015
0.1.0.121 2,229 11/30/2015
0.1.0.118 2,173 11/30/2015
0.1.0.117 2,022 11/17/2015
0.1.0.115 1,985 11/2/2015
0.1.0.92 1,924 10/15/2015
0.1.0.91 1,942 10/14/2015
0.1.0.89 1,916 10/13/2015
0.1.0.88 1,990 10/13/2015
0.1.0.83 2,010 9/23/2015
0.1.0.81 1,961 9/23/2015
0.1.0.80 2,134 3/5/2015
0.1.0.78 2,085 1/27/2015
0.1.0.77 1,928 1/27/2015
0.1.0.76 2,054 1/23/2015
0.1.0.75 1,908 1/23/2015
0.1.0.74 1,925 1/23/2015
0.1.0.73 1,955 1/23/2015
0.1.0.72 1,967 1/22/2015
0.1.0.70 1,919 1/22/2015
0.1.0.69 1,329 1/22/2015
0.1.0.68 1,932 1/22/2015
0.1.0.67 1,931 1/22/2015
0.1.0.66 1,923 1/22/2015
0.1.0.65 1,975 1/22/2015
0.1.0.64 1,897 1/22/2015
0.1.0.55 1,992 1/21/2015
0.1.0.54 1,932 1/21/2015
0.1.0.53 1,949 1/21/2015
0.1.0.52 1,926 1/21/2015
0.1.0.51 1,948 1/21/2015
0.1.0.50 1,970 1/21/2015
0.1.0.49 1,997 1/21/2015
0.1.0.48-test 1,682 1/21/2015
0.1.0.47-test 1,148 1/21/2015
0.1.0.46-test 1,168 1/21/2015
0.1.0.45-test 1,162 1/21/2015
0.1.0.44-test 1,174 1/21/2015
0.1.0.42-test 1,107 1/21/2015
0.1.0.39-test 1,161 1/21/2015
0.1.0.38-test 1,139 1/20/2015

-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