Skip to content

Commit 50577f3

Browse files
committed
Release: prepare v1.2.0
1 parent 1f3de54 commit 50577f3

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
77
This file only documents changes in the site engine, not any changes in the
88
hosting infrastructure.
99

10+
## [1.2.0] - 2023-12-18
11+
### Changed
12+
- The application now uses .NET 8.0.
13+
1014
## [1.1.0] - 2023-07-18
1115
### Removed
1216
- 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.
157161
[1.0.1]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.0...1.0.1
158162
[1.0.2]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.1...v1.0.2
159163
[1.1.0]: https://github.com/codingteam/codingteam.org.ru/compare/v1.0.2...v1.1.0
160-
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.1.0...HEAD
164+
[1.2.0]: https://github.com/codingteam/codingteam.org.ru/compare/v1.1.0...v1.2.0
165+
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/v1.2.0...HEAD

Codingteam.Site/Codingteam.Site.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>1.1.0</Version>
5+
<Version>1.2.0</Version>
66
</PropertyGroup>
77

88
<Target Name="DownloadLogo" BeforeTargets="Build"

MAINTAINERSHIP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To release a new version:
88
2. Update the copyright year inside of the `<footer>` element of the `Codingteam.Site/Views/Shared/_Layout.cshtml`, if required.
99
3. Choose a new version according to [Semantic Versioning][semver]. It should consist of three numbers (i.e. `1.0.0`).
1010
4. Make sure there's a properly formed version entry in the `CHANGELOG.md`.
11-
5. Update the `<Version>` property in the `Codingteam.Site/Codingteam.Sire.fsproj` file.
11+
5. Update the `<Version>` property in the `Codingteam.Site/Codingteam.Site.fsproj` file.
1212
6. Merge the aforementioned changes via a pull request.
1313
7. Push a tag named `v<VERSION>` to GitHub.
1414

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This is the code that services [codingteam.org.ru][] website.
66
Prerequisites
77
-------------
88

9-
To build the application, you'll need to install [.NET Core SDK][dotnet] 3.1.201+.
9+
To build the application, you'll need to install [.NET SDK][dotnet] 8.0+.
1010

11-
To run the application, [.NET Core Runtime][dotnet] 3.1 is required.
11+
To run the application, [.NET Runtime][dotnet] 8.0 is required.
1212

1313
Configure
1414
---------

0 commit comments

Comments
 (0)