OData2Poco.CommandLine 2.0.0

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

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.4.0 139 4/1/2025
6.3.2 1,182 3/18/2024
6.2.1 3,188 11/7/2023
6.2.0 1,055 10/26/2023
6.1.0 1,624 9/9/2023
6.0.0 1,480 6/27/2023
5.0.1 2,571 10/4/2022
4.3.1 1,581 8/11/2022
4.2.1 27,187 4/17/2022
4.1.0 3,492 11/8/2021
4.0.0 1,860 8/28/2021
3.5.0 15,641 3/8/2021
3.4.2 7,124 12/21/2020
3.4.1 1,822 10/2/2020
3.3.1 5,284 11/25/2019
3.3.0 1,786 11/19/2019
3.2.0 2,587 4/20/2019
3.1.0 2,111 3/5/2019
3.0.3 2,254 2/5/2019
2.3.0 7,192 12/20/2017
2.2.1 3,043 3/21/2017
2.2.0 2,830 3/11/2017
2.1.0 2,372 2/28/2017
2.0.0 2,535 6/27/2016
1.4.0 2,890 5/1/2016

Release Date: June 27,2016
Version: 2.0.0
What is new:
-new option: -k, --key           (Default: False) Add Key attribute [Key]
-new option: -t, --table         (Default: False) Add Table attribute
-new option: -q, --required      (Default: False) Add Required attribute
-new option: -n, --navigation    (Default: False) Add Navigation Properties
-new option: -b, --nullable      (Default: False) Add Nullable Data Types
-modify: -l option display classes and  the corresponding resource Url