OData2Poco.CommandLine
2.0.0
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
<PackageReference Include="OData2Poco.CommandLine" Version="2.0.0" />
paket add OData2Poco.CommandLine --version 2.0.0
#r "nuget: OData2Poco.CommandLine, 2.0.0"
// Install OData2Poco.CommandLine as a Cake Addin #addin nuget:?package=OData2Poco.CommandLine&version=2.0.0 // Install OData2Poco.CommandLine as a Cake Tool #tool nuget:?package=OData2Poco.CommandLine&version=2.0.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 | 673 | 3/18/2024 |
6.2.1 | 2,490 | 11/7/2023 |
6.2.0 | 1,046 | 10/26/2023 |
6.1.0 | 1,552 | 9/9/2023 |
6.0.0 | 1,438 | 6/27/2023 |
5.0.1 | 2,547 | 10/4/2022 |
4.3.1 | 1,561 | 8/11/2022 |
4.2.1 | 24,202 | 4/17/2022 |
4.1.0 | 3,389 | 11/8/2021 |
4.0.0 | 1,833 | 8/28/2021 |
3.5.0 | 13,104 | 3/8/2021 |
3.4.2 | 7,093 | 12/21/2020 |
3.4.1 | 1,792 | 10/2/2020 |
3.3.1 | 5,246 | 11/25/2019 |
3.3.0 | 1,756 | 11/19/2019 |
3.2.0 | 2,554 | 4/20/2019 |
3.1.0 | 2,076 | 3/5/2019 |
3.0.3 | 2,213 | 2/5/2019 |
2.3.0 | 7,007 | 12/20/2017 |
2.2.1 | 2,880 | 3/21/2017 |
2.2.0 | 2,635 | 3/11/2017 |
2.1.0 | 2,286 | 2/28/2017 |
2.0.0 | 2,448 | 6/27/2016 |
1.4.0 | 2,799 | 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