forked from loafle/openapi-generator-original
add package version
This commit is contained in:
parent
df72188bc0
commit
6ab7be4058
@ -11,6 +11,11 @@ namespace {{packageName}}.Client {
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class Configuration{
|
public class Configuration{
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Version of the package
|
||||||
|
/// </summary>
|
||||||
|
public const string Version = "{{packageVersion}}";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the API client. This is the default API client for making HTTP calls.
|
/// Gets or sets the API client. This is the default API client for making HTTP calls.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -11,6 +11,11 @@ namespace IO.Swagger.Client {
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class Configuration{
|
public class Configuration{
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Version of the package
|
||||||
|
/// </summary>
|
||||||
|
public const string Version = "1.0.0";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the API client. This is the default API client for making HTTP calls.
|
/// Gets or sets the API client. This is the default API client for making HTTP calls.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user