icsharpcode / SharpZipLib

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
http://icsharpcode.github.io/SharpZipLib/
MIT License
3.7k stars 976 forks source link

Release notes missing for 1.4.2 #826

Closed davisnw closed 1 year ago

davisnw commented 1 year ago

Describe the bug

https://www.nuget.org/packages/SharpZipLib/1.4.2#release-body-tab says to see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.4.2 for release notes.

However https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.4.2 does not exist.

The last public commit to https://github.com/icsharpcode/SharpZipLib.wiki.git was on November 5, 2022

Reproduction Code

No response

Steps to reproduce

  1. Go to https://www.nuget.org/packages/SharpZipLib/1.4.2#release-body-tab
  2. Click the link for the release notes (https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.4.2)
  3. There are no release notes for 1.4.2

Expected behavior

Release notes page exists.

Operating System

No response

Framework Version

No response

Tags

Documentation

Additional context

No response

piksel commented 1 year ago

The release notes are written on the releases page, but I forgot to copy it to the wiki. Thanks!

piksel commented 1 year ago

Fixed!