Releases: drwatson1/AspNet-Core-REST-Service
Releases · drwatson1/AspNet-Core-REST-Service
ASP.Net REST API Service Template v3.0
- 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
- 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
- Minor fixes
Download the template from Visual Studio Marketplace or directly use VSIX below.
ASP.Net Core 3.1 RESTful Service Template v2.4
- Improve logging
ASP.Net Core 3.1 RESTful Service Template v2.3
- 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
- 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
- Fix deploying to IIS
- Fix publishing the service
ASP.Net Core 3.1 RESTful Service Template v2.0
- 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
- 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
- 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