OData2Poco.CommandLine 2.2.0

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

// Install OData2Poco.CommandLine as a Cake Tool
#tool nuget:?package=OData2Poco.CommandLine&version=2.2.0

o2gen is a CommandLine tool for generating c# POCO classes from OData feeds. Project site: https://odata2poco.codeplex.com/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
6.3.2 414 3/18/2024
6.2.1 1,759 11/7/2023
6.2.0 1,014 10/26/2023
6.1.0 1,464 9/9/2023
6.0.0 1,400 6/27/2023
5.0.1 2,503 10/4/2022
4.3.1 1,529 8/11/2022
4.2.1 18,914 4/17/2022
4.1.0 3,184 11/8/2021
4.0.0 1,796 8/28/2021
3.5.0 10,776 3/8/2021
3.4.2 7,057 12/21/2020
3.4.1 1,758 10/2/2020
3.3.1 5,178 11/25/2019
3.3.0 1,729 11/19/2019
3.2.0 2,515 4/20/2019
3.1.0 2,054 3/5/2019
3.0.3 2,181 2/5/2019
2.3.0 6,854 12/20/2017
2.2.1 2,855 3/21/2017
2.2.0 2,603 3/11/2017
2.1.0 2,257 2/28/2017
2.0.0 2,413 6/27/2016
1.4.0 2,771 5/1/2016

Version: 2.2.0
What is new:
- New: Converting Property Name to camelCase/PasCase. using the option  -c, --case camel/pascal.  
- New: Generating JsonProperty Attribute for the property using the option -j, --Json, example: [JsonProperty(PropertyName = "email")]
- New: Adding the option -a, --attribute  to enter all attributes separated by one or more space. Allowed values are:key required json table.
 (equivqlant to -k -q -j -t options )
- Change: the option metafile name changed to x (instead of m)  to be different than the namespace option (m)
- New: Show the option values in the console to help review the options you typed (in verbose mode).