FVNever.Reuse
1.1.0
dotnet add package FVNever.Reuse --version 1.1.0
NuGet\Install-Package FVNever.Reuse -Version 1.1.0
<PackageReference Include="FVNever.Reuse" Version="1.1.0" />
<PackageVersion Include="FVNever.Reuse" Version="1.1.0" />
<PackageReference Include="FVNever.Reuse" />
paket add FVNever.Reuse --version 1.1.0
#r "nuget: FVNever.Reuse, 1.1.0"
#:package FVNever.Reuse@1.1.0
#addin nuget:?package=FVNever.Reuse&version=1.1.0
#tool nuget:?package=FVNever.Reuse&version=1.1.0
dotnet-reuse

dotnet-reuse is a .NET library to interact with license information in REUSE-compliant sources.
It parses all the sources of the REUSE information and provides it per file in your repository.
See the API reference for more details and examples.
Installation
Install the package from nuget.org.
Documentation
License
The project is distributed under the terms of the MIT license.
The license indication in the project's sources is compliant with the REUSE specification v3.3.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- GitignoreParserNet (>= 0.2.0.14)
- Microsoft.Extensions.FileSystemGlobbing (>= 9.0.8)
- TruePath (>= 1.10.0)
- TruePath.SystemIo (>= 1.10.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
[Added]
- New method ReuseFileEntry.UpdateFileContents to apply changes to REUSE metadata kept in a file.