From 50577f36c4f0deaa0f5084ed11c02a0b06f689cc Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Mon, 18 Dec 2023 00:50:37 +0100 Subject: [PATCH] Release: prepare v1.2.0 --- CHANGELOG.md | 7 ++++++- Codingteam.Site/Codingteam.Site.fsproj | 2 +- MAINTAINERSHIP.md | 2 +- README.md | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31c1e9..e31b6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ Versioning](https://semver.org/spec/v2.0.0.html). This file only documents changes in the site engine, not any changes in the hosting infrastructure. +## [1.2.0] - 2023-12-18 +### Changed +- The application now uses .NET 8.0. + ## [1.1.0] - 2023-07-18 ### Removed - There's no longer a **Resources** page; all the resources are now listed on the main page. @@ -157,4 +161,5 @@ Initial version of the application, written in Scala using Spray framework. [1.0.1]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.0...1.0.1 [1.0.2]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.1...v1.0.2 [1.1.0]: https://github.com/codingteam/codingteam.org.ru/compare/v1.0.2...v1.1.0 -[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.1.0...HEAD +[1.2.0]: https://github.com/codingteam/codingteam.org.ru/compare/v1.1.0...v1.2.0 +[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.2.0...HEAD diff --git a/Codingteam.Site/Codingteam.Site.fsproj b/Codingteam.Site/Codingteam.Site.fsproj index 0a6ec60..839c441 100644 --- a/Codingteam.Site/Codingteam.Site.fsproj +++ b/Codingteam.Site/Codingteam.Site.fsproj @@ -2,7 +2,7 @@ Exe net8.0 - 1.1.0 + 1.2.0 ` element of the `Codingteam.Site/Views/Shared/_Layout.cshtml`, if required. 3. Choose a new version according to [Semantic Versioning][semver]. It should consist of three numbers (i.e. `1.0.0`). 4. Make sure there's a properly formed version entry in the `CHANGELOG.md`. -5. Update the `` property in the `Codingteam.Site/Codingteam.Sire.fsproj` file. +5. Update the `` property in the `Codingteam.Site/Codingteam.Site.fsproj` file. 6. Merge the aforementioned changes via a pull request. 7. Push a tag named `v` to GitHub. diff --git a/README.md b/README.md index 8d51ca7..e52bdde 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This is the code that services [codingteam.org.ru][] website. Prerequisites ------------- -To build the application, you'll need to install [.NET Core SDK][dotnet] 3.1.201+. +To build the application, you'll need to install [.NET SDK][dotnet] 8.0+. -To run the application, [.NET Core Runtime][dotnet] 3.1 is required. +To run the application, [.NET Runtime][dotnet] 8.0 is required. Configure ---------