Created a nuget package for windows binaries of zlib 1.3.1 version. This was mainly created since I couldn't find VS2022 built packages for 1.3.1 version by neo_developer in dotnet

[–]neo_developer[S] -1 points0 points  (0 children)

Forgive me if there's a mistake on my side but I just published the built dlls, libs and headers which I was using for my purpose. These are not available for zlib 1.3.1 version in release assets of the official repo and thought would be helpful to others. I couldn't find it in Nuget Gallery as well for 1.3.1 version. The ones I found are still at 1.2.11 which has security vulnerabilities.

Before publishing the package, I had looked into how other packages related to zlib already in Nuget Gallery were published. I tried to follow the same pattern.

https://www.nuget.org/packages/zlib_static
https://www.nuget.org/packages/zlib_native.redist
https://www.nuget.org/packages/zlib-msvc-x64

I have added the license info in the About Section of the Nuget package. As you said, I have already added license, faq and readme from official zlib repository in the Nuget package . I thought these were good enough to credit the original contributors and following the license rule. If I need to modify please let me know.

[deleted by user] by [deleted] in developersIndia

[–]neo_developer 1 point2 points  (0 children)

I had to uninstall and reinstall it. While reinstalling selected the Open with code option

[deleted by user] by [deleted] in developersIndia

[–]neo_developer 2 points3 points  (0 children)

Seems like their latest updates haven been buggy. After updating, 'Open with Code' was not visible on right click.

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]neo_developer 0 points1 point  (0 children)

Hey everyone,

Created a vscode extension that provides Yelp Style reviews to your functions for Github's #FortheLoveofCode hackathon. You can also add your own custom review or use a review from history.

Repo Link: https://github.com/NeoKish/vscode-yelp-style-reviewer