Skip to content

Commit 35406b2

Browse files
committed
Release: prepare v5.0.0
1 parent d19137b commit 35406b2

5 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: 2025 Emulsion contributors <https://github.com/codingteam/emulsion>
2+
SPDX-FileCopyrightText: 2025-2026 Emulsion contributors <https://github.com/codingteam/emulsion>
33
44
SPDX-License-Identifier: MIT
55
-->
@@ -12,6 +12,11 @@ Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
1212

1313
When considering the public API, we take into account the tool configuration and external requirements of the framework-dependent binary. Meaning that basically, breaking changes in configuration files, command-line syntax, or in the runtime requirements should be causing a major version increment.
1414

15+
## [5.0.0] - 2026-06-26
16+
### Changed
17+
- **(Requirement update!)** Update to .NET 10.
18+
- Update dependencies.
19+
1520
## [4.0.0] - 2025-01-15
1621
### Changed
1722
- **(Requirement update!)** Update to .NET 9.
@@ -221,4 +226,5 @@ runtime 2.2.
221226
[2.4.4]: https://github.com/codingteam/emulsion/compare/v2.4.3...v2.4.4
222227
[3.0.0]: https://github.com/codingteam/emulsion/compare/v2.4.4...v3.0.0
223228
[4.0.0]: https://github.com/codingteam/emulsion/compare/v3.0.0...v4.0.0
224-
[Unreleased]: https://github.com/codingteam/emulsion/compare/v4.0.0...HEAD
229+
[5.0.0]: https://github.com/codingteam/emulsion/compare/v4.0.0...v5.0.0
230+
[Unreleased]: https://github.com/codingteam/emulsion/compare/v5.0.0...HEAD

Emulsion.Tests/Telegram/FunogramTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 Emulsion contributors <https://github.com/codingteam/emulsion>
1+
// SPDX-FileCopyrightText: 2025-2026 Emulsion contributors <https://github.com/codingteam/emulsion>
22
//
33
// SPDX-License-Identifier: MIT
44

Emulsion.Tests/Telegram/LinkGeneratorTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2024 Emulsion contributors <https://github.com/codingteam/emulsion>
1+
// SPDX-FileCopyrightText: 2024-2026 Emulsion contributors <https://github.com/codingteam/emulsion>
22
//
33
// SPDX-License-Identifier: MIT
44

Emulsion/Emulsion.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: 2025 Emulsion contributors <https://github.com/codingteam/emulsion>
2+
SPDX-FileCopyrightText: 2017-2026 Emulsion contributors <https://github.com/codingteam/emulsion>
33
44
SPDX-License-Identifier: MIT
55
-->
@@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT
88
<PropertyGroup>
99
<OutputType>Exe</OutputType>
1010
<TargetFramework>net10.0</TargetFramework>
11-
<Version>4.0.0</Version>
11+
<Version>5.0.0</Version>
1212
<RollForward>Major</RollForward>
1313
</PropertyGroup>
1414
<ItemGroup>

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22
===============
3-
Copyright (C) 2025 Emulsion contributors
3+
Copyright (C) 2017-2026 Emulsion contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)