diff --git a/Eisk.WebApi.TemplatePack/source.extension.vsixmanifest b/Eisk.WebApi.TemplatePack/source.extension.vsixmanifest index 5b662eba..d9587699 100644 --- a/Eisk.WebApi.TemplatePack/source.extension.vsixmanifest +++ b/Eisk.WebApi.TemplatePack/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Eisk.WebApi Project template with simple CRUD to get started ASP.NET Web Api quickly. diff --git a/Eisk.WebApi.TemplatePack/template/Eisk.WebApi.proj b/Eisk.WebApi.TemplatePack/template/Eisk.WebApi.proj index 79882783..dc20cbdd 100644 --- a/Eisk.WebApi.TemplatePack/template/Eisk.WebApi.proj +++ b/Eisk.WebApi.TemplatePack/template/Eisk.WebApi.proj @@ -20,7 +20,7 @@ DotnetTool, Template Content/LICENSE.txt Content/README.md - 9.0.14 + 9.0.15 diff --git a/Notes/TODO.txt b/Notes/TODO.txt index bc7a0dc3..4b6f9422 100644 --- a/Notes/TODO.txt +++ b/Notes/TODO.txt @@ -62,7 +62,7 @@ Release Tasks DONE * Include readme for nuget package (manual) DONE * Include project site, repo into in nuget gallery -DONE * Include tag into in nuget gallery +DONE * Include tag into in nuget gallery : https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#pack-target DONE * Include readme, license file for nuget package (automatic) : https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packagereadmefile * Update project image in read me diff --git a/WebApi/Eisk.WebApi/Program.cs b/WebApi/Eisk.WebApi/Program.cs index 7021e886..2f957b8c 100644 --- a/WebApi/Eisk.WebApi/Program.cs +++ b/WebApi/Eisk.WebApi/Program.cs @@ -20,7 +20,7 @@ c.SwaggerDoc("v1", new OpenApiInfo { Title = "Eisk.WebApi", - Version = "v9.0.14", + Version = "v9.0.15", Description = "EISK makes it easy to write scalable and secured web api on top of Microsoft's new cutting edge .net core technologies.", Contact = new OpenApiContact {