Skip to content

Commit 6cd89c5

Browse files
committed
Nuget descriptions updated
1 parent 14eba76 commit 6cd89c5

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-8
lines changed

CLI.Core.Full/nuget.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<projectUrl>https://github.com/KY-Programming/generator</projectUrl>
1212
<iconUrl>https://ky-programming.de/images/logos/128.png</iconUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>KY-Generator .NET Core CLI containing containing all features.
14+
<description>Install this only for .NET CORE or .NET STANDARD assemblies!
15+
Contains all features, but requires all modules as dependencies.
1516
Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Support Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.</description>
1617
<releaseNotes></releaseNotes>
1718
<copyright>Copyright 2020</copyright>

CLI.Core.Minimal/nuget.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<projectUrl>https://github.com/KY-Programming/generator</projectUrl>
1212
<iconUrl>https://ky-programming.de/images/logos/128.png</iconUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>KY-Generator .NET Core CLI containing the minimal required features.
14+
<description>Install this only for .NET CORE or .NET STANDARD assemblies!
15+
Contains the minimal required features without dependencies.
1516
Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Support Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.</description>
1617
<releaseNotes></releaseNotes>
1718
<copyright>Copyright 2020</copyright>

CLI.Core.Standalone/nuget.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
<projectUrl>https://github.com/KY-Programming/generator</projectUrl>
1111
<iconUrl>https://ky-programming.de/images/logos/128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>KY-Generator .NET Core CLI Standalone containing basic features without dependencies.
13+
<description>Install this only for .NET CORE or .NET STANDARD assemblies!
14+
Use this to run from command line. Contains basic features without dependencies.
1415
Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Support Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.</description>
1516
<releaseNotes></releaseNotes>
1617
<copyright>Copyright 2020</copyright>

CLI.Core/nuget.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<projectUrl>https://github.com/KY-Programming/generator</projectUrl>
1212
<iconUrl>https://ky-programming.de/images/logos/128.png</iconUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>KY-Generator .NET Core CLI containing basic features without dependencies.
14+
<description>Install this only for .NET CORE or .NET STANDARD assemblies!
15+
Contains the basic features without dependencies.
1516
Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Support Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.</description>
1617
<releaseNotes></releaseNotes>
1718
<copyright>Copyright 2020</copyright>

CLI.Full/nuget.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<projectUrl>https://github.com/KY-Programming/generator</projectUrl>
1212
<iconUrl>https://ky-programming.de/images/logos/128.png</iconUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>KY-Generator .NET Framework CLI containing all features.
14+
<description>Install this only for .NET FRAMEWORK assemblies!
15+
Contains all features, but requires all modules as dependencies.
1516
Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Support Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.</description>
1617
<releaseNotes></releaseNotes>
1718
<copyright>Copyright 2020</copyright>

CLI.Minimal/nuget.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<projectUrl>https://github.com/KY-Programming/generator</projectUrl>
1212
<iconUrl>https://ky-programming.de/images/logos/128.png</iconUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>KY-Generator .NET Framework CLI containing the minimal required features.
14+
<description>Install this only for .NET FRAMEWORK assemblies!
15+
Contains the minimal required features without dependencies.
1516
Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Support Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.</description>
1617
<releaseNotes></releaseNotes>
1718
<copyright>Copyright 2020</copyright>

CLI.Standalone/nuget.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
<projectUrl>https://github.com/KY-Programming/generator</projectUrl>
1111
<iconUrl>https://ky-programming.de/images/logos/128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>KY-Generator .NET Framework CLI Standalone containing basic features without dependencies.
13+
<description>Install this only for .NET FRAMEWORK assemblies!
14+
Use this to run from command line. Contains basic features without dependencies.
1415
Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Support Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.</description>
1516
<releaseNotes></releaseNotes>
1617
<copyright>Copyright 2020</copyright>

CLI/nuget.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<projectUrl>https://github.com/KY-Programming/generator</projectUrl>
1212
<iconUrl>https://ky-programming.de/images/logos/128.png</iconUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>KY-Generator .NET Framework CLI containing the basic features without dependencies.
14+
<description>Install this only for .NET FRAMEWORK assemblies!
15+
Contains the basic features without dependencies.
1516
Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Support Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.</description>
1617
<releaseNotes></releaseNotes>
1718
<copyright>Copyright 2020</copyright>

0 commit comments

Comments
 (0)