Skip to content

Commit

Permalink
Update to 8.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafAlam committed Apr 12, 2022
1 parent 4af8782 commit 1aff756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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="8.0.10" Language="en-US" Publisher="Ashraf Alam" />
<Identity Id="87026DB0-F8B8-4737-93EB-4FB56898C434" Version="8.0.12" 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 @@ -9,7 +9,7 @@
<PropertyGroup Label="TemplatePackInfo">
<Authors>Ashraf Alam</Authors>
<Description>Project template with simple CRUD to get started ASP.NET Web Api quickly.</Description>
<Version>8.0.10</Version>
<Version>8.0.12</Version>
</PropertyGroup>

<PropertyGroup Label="PackageConfiguration">
Expand Down
2 changes: 1 addition & 1 deletion WebApi/Eisk.WebApi/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void ConfigureServices(IServiceCollection services)
c.SwaggerDoc("v1", new Info
{
Title = "Eisk.WebApi",
Version = "v8.0.11",
Version = "v8.0.12",
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 Swashbuckle.AspNetCore.Swagger.Contact
{
Expand Down

0 comments on commit 1aff756

Please sign in to comment.