Skip to content

Releases: drwatson1/AspNet-Core-REST-Service

ASP.Net REST API Service Template v3.0

23 Jul 16:35
fe40711
Compare
Choose a tag to compare
  • BREAKING CHANGES: Drop support of .Net Core 3.1
  • The template now uses .Net 6.0 by default
  • Support of Visual Studio 2022
  • All packages was updated to the latest versions

Download the template from Visual Studio Marketplace or directly use VSIX below.
Or
Install the template via a command line dotnet -i DrWatson1.ProjectTemplate.RestAPI::3.0.0

ASP.Net Core 3.1/5.0 RESTful Service Template v2.6

03 May 19:22
80a4ac6
Compare
Choose a tag to compare
  • Support of .Net 5.0
  • Add dotnet new custom template

Download the template from Visual Studio Marketplace or directly use VSIX below.
Or
Install the template via a command line dotnet -i DrWatson1.ProjectTemplate.RestAPI::2.6.0

ASP.Net Core 3.1 RESTful Service Template v2.5

07 Mar 12:31
Compare
Choose a tag to compare
  • Minor fixes

Download the template from Visual Studio Marketplace or directly use VSIX below.

ASP.Net Core 3.1 RESTful Service Template v2.4

27 Feb 17:08
Compare
Choose a tag to compare

ASP.Net Core 3.1 RESTful Service Template v2.3

23 Feb 19:07
68e246c
Compare
Choose a tag to compare
  • Load .env before Serilog initialization to make it possible to use environment variables in Serilog configuration options
  • Catch and log unhandled exceptions
  • Update NuGet packages to the latest versions

ASP.Net Core 3.1 RESTful Service Template v2.2

14 Aug 15:54
a399fde
Compare
Choose a tag to compare
  • Allow Swagger to work behind a proxy
  • Improve Application Settings with Options Pattern and Configuration Extensions
  • Update NuGet packages to latest versions

Download the template from Visual Studio Marketplace or directly use VSIX below.

ASP.Net Core 3.1 RESTful Service Template v2.1

22 Jan 15:06
Compare
Choose a tag to compare
  • Fix deploying to IIS
  • Fix publishing the service

ASP.Net Core 3.1 RESTful Service Template v2.0

22 Jan 12:49
Compare
Choose a tag to compare
  • Target framework changed to .Net Core 3.1
  • Startup code changed to meet new infrastructure
  • Documentation updated
  • Health check service added

ASP.Net Core 2.2 RESTful Service Template v1.3

21 Jan 13:41
Compare
Choose a tag to compare
  • Target framework was updated to .Net Core 2.2
  • All of the NuGet packages were updated to the latest version

ASP.Net Core RESTful Service Template v1.2

22 Aug 07:14
Compare
Choose a tag to compare
  • NuGet-packages are updated to the latest versions
  • Project tags are added to make it simple to find this project template in a VS2019 project creation wizard