Skip to content

Commit

Permalink
Release: prepare v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 17, 2023
1 parent 1f3de54 commit 50577f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Codingteam.Site/Codingteam.Site.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
</PropertyGroup>

<Target Name="DownloadLogo" BeforeTargets="Build"
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERSHIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To release a new version:
2. Update the copyright year inside of the `<footer>` 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 `<Version>` property in the `Codingteam.Site/Codingteam.Sire.fsproj` file.
5. Update the `<Version>` property in the `Codingteam.Site/Codingteam.Site.fsproj` file.
6. Merge the aforementioned changes via a pull request.
7. Push a tag named `v<VERSION>` to GitHub.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------
Expand Down

0 comments on commit 50577f3

Please sign in to comment.