We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee20f89 commit 7e011d6Copy full SHA for 7e011d6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog for `dotnet-delice`
2
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
9
## [2.0.0] - 2024-11-11
10
11
### Changed
src/Directory.Build.targets
@@ -10,7 +10,7 @@
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
12
13
- <VersionPrefix>2.0.0</VersionPrefix>
+ <VersionPrefix>2.1.0</VersionPrefix>
14
<VersionPrefixStripped>$([System.String]::new('$(VersionPrefix)').Replace('.', ''))</VersionPrefixStripped>
15
16
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
0 commit comments