OData2Poco.CommandLine
2.2.0
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
<PackageReference Include="OData2Poco.CommandLine" Version="2.2.0" />
paket add OData2Poco.CommandLine --version 2.2.0
#r "nuget: OData2Poco.CommandLine, 2.2.0"
// 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/
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 | 698 | 3/18/2024 |
6.2.1 | 2,658 | 11/7/2023 |
6.2.0 | 1,047 | 10/26/2023 |
6.1.0 | 1,559 | 9/9/2023 |
6.0.0 | 1,439 | 6/27/2023 |
5.0.1 | 2,548 | 10/4/2022 |
4.3.1 | 1,562 | 8/11/2022 |
4.2.1 | 24,549 | 4/17/2022 |
4.1.0 | 3,403 | 11/8/2021 |
4.0.0 | 1,835 | 8/28/2021 |
3.5.0 | 13,287 | 3/8/2021 |
3.4.2 | 7,096 | 12/21/2020 |
3.4.1 | 1,795 | 10/2/2020 |
3.3.1 | 5,249 | 11/25/2019 |
3.3.0 | 1,757 | 11/19/2019 |
3.2.0 | 2,555 | 4/20/2019 |
3.1.0 | 2,077 | 3/5/2019 |
3.0.3 | 2,216 | 2/5/2019 |
2.3.0 | 7,008 | 12/20/2017 |
2.2.1 | 2,885 | 3/21/2017 |
2.2.0 | 2,637 | 3/11/2017 |
2.1.0 | 2,288 | 2/28/2017 |
2.0.0 | 2,449 | 6/27/2016 |
1.4.0 | 2,803 | 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).