Skip to content

Commit 11d76ee

Browse files
committed
(#192) Docs: update to .NET 8
1 parent 043c2cb commit 11d76ee

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic
55
Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] (2.4.5)
7+
## [Unreleased] (3.0.0)
8+
### Changed
9+
- **(Requirement update!)** Update to .NET 8.
10+
811
### Fixed
912
- The second part of [#190](https://github.com/codingteam/emulsion/issues/190): now the Telegram errors will be logged to the log file, not to the stdout.
1013

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ emulsion is a bridge between [Telegram][telegram] and [XMPP][xmpp].
66
Build
77
-----
88

9-
Install [.NET SDK][dotnet] 7.0 and Node.js 18 or newer for your platform, then run:
9+
Install [.NET SDK][dotnet] 8.0 and Node.js 18 or newer for your platform, then run:
1010

1111
```console
1212
$ dotnet build
@@ -98,7 +98,7 @@ $ dotnet test
9898
Run
9999
---
100100

101-
Requires [.NET Runtime][dotnet] version 7.0 or newer.
101+
Requires [.NET Runtime][dotnet] version 8.0 or newer.
102102

103103
```console
104104
$ dotnet run --project ./Emulsion [optional-path-to-json-config-file]

0 commit comments

Comments
 (0)