Skip to content

Commit e0e3729

Browse files
author
Сергей Трегуб
committed
Update template
1 parent cafec9d commit e0e3729

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

ProjectTemplates/ReferenceProjectVSIX/source.extension.vsixmanifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="ASP.Net Core RESTful Service Template-1" Version="2.3" Language="en-US" Publisher="Sergey Tregub" />
4+
<Identity Id="ASP.Net Core RESTful Service Template-1" Version="2.4" Language="en-US" Publisher="Sergey Tregub" />
55
<DisplayName>ASP.Net Core 3.1 RESTful Service Template</DisplayName>
66
<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>
77
<MoreInfo>https://github.com/drwatson1/AspNet-Core-REST-Service</MoreInfo>
88
<GettingStartedGuide>https://github.com/drwatson1/AspNet-Core-REST-Service/wiki</GettingStartedGuide>
9+
<ReleaseNotes>Improve logging</ReleaseNotes>
910
<Icon>Assets\logo.png</Icon>
1011
<Tags>asp-net-core restful-api vs2017 vs2019 visual-studio project-template</Tags>
1112
</Metadata>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Have fun and happy hacking!
4242

4343
|Date | Version | Release Notes |
4444
|-----|---------|---------------|
45+
|2021-02-27|2.4|<p>- Improve logging |
4546
|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|
4647
|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
4748
|2020-01-22|2.1|<p>- Fix deploying to IIS<p>- Fix publishing the service

0 commit comments

Comments
 (0)