add package version

This commit is contained in:
wing328 2015-06-18 22:20:52 +08:00
parent df72188bc0
commit 6ab7be4058
2 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,11 @@ namespace {{packageName}}.Client {
/// </summary>
public class Configuration{
/// <summary>
/// Version of the package
/// </summary>
public const string Version = "{{packageVersion}}";
/// <summary>
/// Gets or sets the API client. This is the default API client for making HTTP calls.
/// </summary>

View File

@ -11,6 +11,11 @@ namespace IO.Swagger.Client {
/// </summary>
public class Configuration{
/// <summary>
/// Version of the package
/// </summary>
public const string Version = "1.0.0";
/// <summary>
/// Gets or sets the API client. This is the default API client for making HTTP calls.
/// </summary>