Skip to content

Commit

Permalink
Update .csproj release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ied206 committed Jun 6, 2020
1 parent 3d47012 commit b1c75df
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ManagedWimLib/ManagedWimLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@
<Description>Native wimlib wrapper library for .NET.
Provides every capabilities of wimlib.
Supports Windows, Linux and macOS.</Description>
<Copyright>Copyright (c) 2018-220 Hajin Jang</Copyright>
<Copyright>Copyright (c) 2018-2020 Hajin Jang</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ied206/ManagedWimLib</PackageProjectUrl>
<PackageIcon>images\Logo.png</PackageIcon>
<RepositoryUrl>https://github.com/ied206/ManagedWimLib</RepositoryUrl>
<PackageReleaseNotes>- Improve RHEL/CentOS compatibility</PackageReleaseNotes>
<PackageReleaseNotes>
- Updated included wimlib to 1.13.2.
- Native libraries are now placed following [NuGet convention-based working directory](https://docs.microsoft.com/en-US/nuget/create-packages/creating-a-package#create-the-nuspec-file) on .NET Standard build.
- Added `Compressor`, `Decompressor` classes.
- Redesigned public APIs.
</PackageReleaseNotes>
<PackageTags>wim wimlib dism imagex archive native pinvoke interop</PackageTags>
</PropertyGroup>
<!-- PackageReference -->
Expand Down

0 comments on commit b1c75df

Please sign in to comment.