Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.71 KB

README.md

File metadata and controls

49 lines (38 loc) · 2.71 KB

README for aspnetcore-razorpages-changes repo

Introduction

This repo contains different versions of the ASP .NET Core Razor Pages template for Visual Studio.

Branches and versions

Version Branch name Changes between ASP .NET Core versions
3.1 release/3.1 ASP .NET Core 3.0 vs 3.1
3.0 release/3.0 ASP .NET Core 2.2 vs 3.0
2.2 release/2.2 ASP .NET Core 2.1 vs 2.2
2.1 release/2.1 ASP .NET Core 2.0 vs 2.1
2.0 release/2.0 Initial version in this repo

Version history

  1. Created ASP .NET Core Web Application, targeting ASP.NET Core 2.0 using template Web Application (with Configure for HTTPS checked)
  2. Added this README.MD file to repo
  3. Created branch release/2.0
  4. Deleted project files and re-created web application using ASP.NET Core 2.1
  5. Created branch release/2.1
  6. Deleted project files and re-created web application using ASP.NET Core 2.2
  7. Created branch release/2.2
  8. Deleted project files and re-created web application using ASP.NET Core 3.0
  9. Created branch release/3.0
  10. Deleted project files and re-created web application using ASP.NET Core 3.1
  11. Created branch release/3.1

More information

See also: