|
3 | 3 | <metadata>
|
4 | 4 | <id>KY.Generator.CLI</id>
|
5 | 5 | <!-- Ensure nuget.targets version is also updated -->
|
6 |
| - <version>8.4.1</version> |
| 6 | + <version>8.4.2</version> |
7 | 7 | <title>KY.Generator.CLI</title>
|
8 | 8 | <authors>KY-Programming</authors>
|
9 | 9 | <owners>KY-Programming</owners>
|
10 |
| - <licenseUrl>https://github.com/KY-Programming/generator/blob/master/LICENSE</licenseUrl> |
| 10 | + <license type="expression">MIT</license> |
11 | 11 | <projectUrl>https://github.com/KY-Programming/generator</projectUrl>
|
12 |
| - <iconUrl>https://ky-programming.de/images/logos/128.png</iconUrl> |
| 12 | + <icon>assets\icon.png</icon> |
13 | 13 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
14 | 14 | <description>Command Line Interface for KY-Generator.
|
15 | 15 | Generate C# or TypeScript classes from .NET assemblies, JSON, TSQL or oData.
|
16 | 16 | Support for Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.
|
17 | 17 | </description>
|
18 | 18 | <releaseNotes></releaseNotes>
|
19 | 19 | <copyright>Copyright 2022</copyright>
|
20 |
| - <tags>KY-Generator KY Generator CLI</tags> |
| 20 | + <tags>KY-Generator KY.Generator CLI</tags> |
| 21 | + <readme>docs\README.md</readme> |
21 | 22 | </metadata>
|
22 | 23 | <files>
|
23 | 24 | <file src="bin\Release\*.exe" target="tools" />
|
24 | 25 | <file src="bin\Release\*.dll" target="tools" />
|
| 26 | + <file src="..\README.md" target="docs" /> |
| 27 | + <file src="..\icon.png" target="assets" /> |
25 | 28 | </files>
|
26 | 29 | </package>
|
0 commit comments