mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 17:00:43 +00:00
Compare commits
1 Commits
nested-one
...
csharp-nus
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd111791bb |
@@ -5,4 +5,5 @@ templateDir: modules/openapi-generator/src/main/resources/csharp-netcore
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
|
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
|
||||||
targetFramework: netcoreapp2.0
|
targetFramework: netcoreapp2.0
|
||||||
useCompareNetObjects: "true"
|
useCompareNetObjects: true
|
||||||
|
license: BSD-2-Clause OR MIT
|
||||||
|
|||||||
@@ -23,9 +23,9 @@
|
|||||||
{{#termsOfService}}
|
{{#termsOfService}}
|
||||||
<copyright>{{termsOfService}}</copyright>
|
<copyright>{{termsOfService}}</copyright>
|
||||||
{{/termsOfService}}
|
{{/termsOfService}}
|
||||||
{{#licenseUrl}}
|
{{#license}}
|
||||||
<licenseUrl>{{licenseUrl}}</licenseUrl>
|
<license type="expression">{{{license}}}</license>
|
||||||
{{/licenseUrl}}
|
{{/license}}
|
||||||
|
|
||||||
<!-- Dependencies are automatically installed when the package is installed -->
|
<!-- Dependencies are automatically installed when the package is installed -->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -23,9 +23,9 @@
|
|||||||
{{#termsOfService}}
|
{{#termsOfService}}
|
||||||
<copyright>{{termsOfService}}</copyright>
|
<copyright>{{termsOfService}}</copyright>
|
||||||
{{/termsOfService}}
|
{{/termsOfService}}
|
||||||
{{#licenseUrl}}
|
{{#license}}
|
||||||
<licenseUrl>{{licenseUrl}}</licenseUrl>
|
<license type="expression">{{{license}}}</license>
|
||||||
{{/licenseUrl}}
|
{{/license}}
|
||||||
|
|
||||||
<!-- Dependencies are automatically installed when the package is installed -->
|
<!-- Dependencies are automatically installed when the package is installed -->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
<!-- The description can be used in package manager UI. Note that the
|
<!-- The description can be used in package manager UI. Note that the
|
||||||
nuget.org gallery uses information you add in the portal. -->
|
nuget.org gallery uses information you add in the portal. -->
|
||||||
<description>A library generated from a OpenAPI doc</description>
|
<description>A library generated from a OpenAPI doc</description>
|
||||||
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
|
||||||
|
|
||||||
<!-- Dependencies are automatically installed when the package is installed -->
|
<!-- Dependencies are automatically installed when the package is installed -->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user