|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>OData2Poco</id>
|
5 |
| - <version>2.2.1</version> |
| 5 | + <version>2.3.0</version> |
6 | 6 | <title>OData2Poco</title>
|
7 | 7 | <authors>Mohamed Hassan</authors>
|
8 | 8 | <owners>Mohamed Hassan</owners>
|
9 |
| - <licenseUrl>http://odata2poco.codeplex.com/license</licenseUrl> |
10 |
| - <projectUrl>http://odata2poco.codeplex.com</projectUrl> |
11 |
| - <iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=odata2poco&DownloadId=1562224</iconUrl> |
| 9 | + <licenseUrl>https://github.com/moh-hassan/odata2poco/blob/master/license.txt</licenseUrl> |
| 10 | + <projectUrl>https://github.com/moh-hassan/odata2poco</projectUrl> |
| 11 | + <iconUrl>https://github.com/moh-hassan/odata2poco/blob/master/ODataLogo-32.ico </iconUrl> |
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
13 | 13 | <summary>OData2Poco is a class library supporting .NET 4.5 or higher with T4 Template to generate plain-old CLR objects (POCO) from OData feeds that implement both V1-3 and V4 OData protocol,based on the metadata of the service stored on the server.</summary>
|
14 | 14 | <description>
|
15 | 15 | OData2Poco is a class library supporting .NET 4.5 or higher with T4 Template to generate plain-old CLR objects (POCO) from OData feeds that implement both V1-3 and V4 OData protocol,based on the metadata of the service stored on the server. POCO classes can be used in typed RESTful client OData services
|
16 | 16 | </description>
|
17 |
| - <releaseNotes> |
18 |
| - Version: 2.2.1 |
19 |
| - What is new: |
20 |
| - - Support Nullable Data type: DateTime (issue #3), DateTimeOffset, TimeSpan, Guid. |
21 |
| - |
| 17 | + <releaseNotes> |
| 18 | + Version: 2.3.0 |
| 19 | + What is new: |
| 20 | + - adds inheritance support by default. |
| 21 | + Generated class follows inhertance hierarchy of OData feed (unless switched-off by -i option) |
22 | 22 |
|
23 |
| - </releaseNotes> |
24 |
| - <copyright>© 2016 Mohamed Hassan</copyright> |
| 23 | + </releaseNotes> |
| 24 | + <copyright>© 2016-2017 Mohamed Hassan</copyright> |
25 | 25 | <tags>OData2Poco Poco OData data Rest Net45 code-generation</tags>
|
26 | 26 | <dependencies>
|
27 | 27 | <dependency id="Microsoft.Data.Edm" version="5.7.0" />
|
|
0 commit comments