Skip to content

Commit

Permalink
version updated to 9.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafAlam committed Apr 27, 2022
1 parent b136875 commit f4d05f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Eisk.WebApi.TemplatePack/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="87026DB0-F8B8-4737-93EB-4FB56898C434" Version="9.0.14" Language="en-US" Publisher="Ashraf Alam" />
<Identity Id="87026DB0-F8B8-4737-93EB-4FB56898C434" Version="9.0.15" Language="en-US" Publisher="Ashraf Alam" />
<DisplayName>Eisk.WebApi</DisplayName>
<Description xml:space="preserve">Project template with simple CRUD to get started ASP.NET Web Api quickly.</Description>
</Metadata>
Expand Down
2 changes: 1 addition & 1 deletion Eisk.WebApi.TemplatePack/template/Eisk.WebApi.proj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageType>DotnetTool, Template</PackageType>
<PackageLicenseFile>Content/LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>Content/README.md</PackageReadmeFile>
<Version>9.0.14</Version>
<Version>9.0.15</Version>
</PropertyGroup>

<PropertyGroup Label="PackageConfiguration">
Expand Down
2 changes: 1 addition & 1 deletion Notes/TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion WebApi/Eisk.WebApi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f4d05f0

Please sign in to comment.