Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
Сергей Трегуб committed Feb 27, 2021
1 parent cafec9d commit e0e3729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?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="ASP.Net Core RESTful Service Template-1" Version="2.3" Language="en-US" Publisher="Sergey Tregub" />
<Identity Id="ASP.Net Core RESTful Service Template-1" Version="2.4" Language="en-US" Publisher="Sergey Tregub" />
<DisplayName>ASP.Net Core 3.1 RESTful Service Template</DisplayName>
<Description xml:space="preserve">Project template to create production-ready RESTful service based on ASP.Net Core 3.1. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features</Description>
<MoreInfo>https://github.com/drwatson1/AspNet-Core-REST-Service</MoreInfo>
<GettingStartedGuide>https://github.com/drwatson1/AspNet-Core-REST-Service/wiki</GettingStartedGuide>
<ReleaseNotes>Improve logging</ReleaseNotes>
<Icon>Assets\logo.png</Icon>
<Tags>asp-net-core restful-api vs2017 vs2019 visual-studio project-template</Tags>
</Metadata>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Have fun and happy hacking!

|Date | Version | Release Notes |
|-----|---------|---------------|
|2021-02-27|2.4|<p>- Improve logging |
|2021-02-23|2.3|<p>- Load .env before Serilog initialization to make it possible to use environment variables in Serilog configuration options<p>- Catch and log unhandled exceptions <p>- Update NuGet packages to the latest versions|
|2020-08-14|2.2|<p>- Allow Swagger to work behind a proxy<p>- Improve Application Settings with `Options Pattern` and [Configuration Extensions](https://github.com/drwatson1/configuration-extensions)<p>- Update NuGet packages to the latest versions
|2020-01-22|2.1|<p>- Fix deploying to IIS<p>- Fix publishing the service
Expand Down

0 comments on commit e0e3729

Please sign in to comment.