Skip to content

Commit 7e011d6

Browse files
committed
Updating release
1 parent ee20f89 commit 7e011d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for `dotnet-delice`
22

3+
## [2.1.0] - 2025-03-24
4+
5+
### Added
6+
7+
- Support for `slnx` files in addition to `sln` files. This allows for the discovery of licenses in projects that use the new `slnx` format.
8+
39
## [2.0.0] - 2024-11-11
410

511
### Changed

src/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RepositoryType>git</RepositoryType>
1111
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1212

13-
<VersionPrefix>2.0.0</VersionPrefix>
13+
<VersionPrefix>2.1.0</VersionPrefix>
1414
<VersionPrefixStripped>$([System.String]::new('$(VersionPrefix)').Replace('.', ''))</VersionPrefixStripped>
1515

1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)