maskx.OData 0.0.0.18

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

// Install maskx.OData as a Cake Tool
#tool nuget:?package=maskx.OData&version=0.0.0.18                

Dynamic generate OData Controller from SQL server.

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.0.0.18 1,167 3/20/2017
0.0.0.17 931 1/3/2017
0.0.0.16 949 9/6/2016
0.0.0.15 1,000 6/13/2016
0.0.0.14 962 5/27/2016
0.0.0.13 1,028 12/30/2015
0.0.0.12 992 12/14/2015
0.0.0.11 1,273 11/28/2015
0.0.0.10 1,166 11/27/2015
0.0.0.9 1,052 11/27/2015
0.0.0.8 1,011 11/6/2015
0.0.0.7 1,016 11/3/2015
0.0.0.6 996 11/3/2015
0.0.0.5 1,009 10/30/2015
0.0.0.4 1,114 9/30/2015
0.0.0.3 1,047 9/16/2015
0.0.0.2 1,024 9/15/2015
0.0.0.1 1,036 9/15/2015

Break changes:
• All stored procedure invoke only support post method
• Invoke stored procedure return schema change to
{
‘<outputPar1>’:null,
'<outputPar2>':null,
'$result':<stored procedure result>
}
• Move BeforeExcute action from DynamicOData to DataSource
Move AddDataSource function from DynamicOData  to DataSourceProvider