diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c315f..98a1dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ @@ -12,6 +12,11 @@ Versioning v2.0.0](https://semver.org/spec/v2.0.0.html). 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. +## [5.0.0] - 2026-06-26 +### Changed +- **(Requirement update!)** Update to .NET 10. +- Update dependencies. + ## [4.0.0] - 2025-01-15 ### Changed - **(Requirement update!)** Update to .NET 9. @@ -221,4 +226,5 @@ runtime 2.2. [2.4.4]: https://github.com/codingteam/emulsion/compare/v2.4.3...v2.4.4 [3.0.0]: https://github.com/codingteam/emulsion/compare/v2.4.4...v3.0.0 [4.0.0]: https://github.com/codingteam/emulsion/compare/v3.0.0...v4.0.0 -[Unreleased]: https://github.com/codingteam/emulsion/compare/v4.0.0...HEAD +[5.0.0]: https://github.com/codingteam/emulsion/compare/v4.0.0...v5.0.0 +[Unreleased]: https://github.com/codingteam/emulsion/compare/v5.0.0...HEAD diff --git a/Emulsion.Tests/Telegram/FunogramTests.fs b/Emulsion.Tests/Telegram/FunogramTests.fs index 41b442a..6dede9a 100644 --- a/Emulsion.Tests/Telegram/FunogramTests.fs +++ b/Emulsion.Tests/Telegram/FunogramTests.fs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 Emulsion contributors +// SPDX-FileCopyrightText: 2025-2026 Emulsion contributors // // SPDX-License-Identifier: MIT diff --git a/Emulsion.Tests/Telegram/LinkGeneratorTests.fs b/Emulsion.Tests/Telegram/LinkGeneratorTests.fs index 9882df2..3baef5f 100644 --- a/Emulsion.Tests/Telegram/LinkGeneratorTests.fs +++ b/Emulsion.Tests/Telegram/LinkGeneratorTests.fs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 Emulsion contributors +// SPDX-FileCopyrightText: 2024-2026 Emulsion contributors // // SPDX-License-Identifier: MIT diff --git a/Emulsion/Emulsion.fsproj b/Emulsion/Emulsion.fsproj index 1d64297..112f906 100644 --- a/Emulsion/Emulsion.fsproj +++ b/Emulsion/Emulsion.fsproj @@ -1,5 +1,5 @@ @@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT Exe net10.0 - 4.0.0 + 5.0.0 Major diff --git a/LICENSE.md b/LICENSE.md index 9be6c02..f1c0c9b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License =============== -Copyright (C) 2025 Emulsion contributors +Copyright (C) 2017-2026 Emulsion contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in