Skip to content

Commit 6dfa654

Browse files
chore(main): release 3.0.0 (#2)
1 parent 22c0e06 commit 6dfa654

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.1"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [3.0.0](https://github.com/jcamp-code/RazorLight/compare/v2.3.1...v3.0.0) (2025-10-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* .NET 8.0 and 9.0 support and testing
9+
10+
### ✨ Features
11+
12+
* .NET 8.0 and 9.0 support and testing ([4fb2a0a](https://github.com/jcamp-code/RazorLight/commit/4fb2a0acf95806810f8ff5f9ff1a50c705107662))
13+
* .net9.0 support and testing ([b51e703](https://github.com/jcamp-code/RazorLight/commit/b51e703c26ace597f16951dea3f2b44e8117a322))
14+
15+
16+
### 🏡 Miscellaneous Chores
17+
18+
* Begin process of renaming ([fc3480d](https://github.com/jcamp-code/RazorLight/commit/fc3480ddac727be10512f5c693ced7cdded3c1e2))
19+
* Revert .net 9.0 dependencies for .net 8.0 ([756bb6c](https://github.com/jcamp-code/RazorLight/commit/756bb6c953717ad7832296aa50c089afca53adf3))
20+
* Setup release-please ([d725975](https://github.com/jcamp-code/RazorLight/commit/d72597553b67ec54569846f54b480f6e7a70e210))

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- This is what currently determines the version number. -->
33
<PropertyGroup>
4-
<Version>2.3.1</Version>
4+
<Version>3.0.0</Version>
55
</PropertyGroup>
66

77
</Project>

0 commit comments

Comments
 (0)