invertedtomato / crc

A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations.
MIT License
29 stars 10 forks source link

Missing .xml in NuGet package #5

Closed maettu-this closed 1 year ago

maettu-this commented 1 year ago

Hi Ben

The package directories \InvertedTomato.Crc.1.3.0\lib\*\ only contain the InvertedTomato.Crc.dll, but no accompanying InvertedTomato.Crc.xml. Please generate and deploy.

Best regards, Matthias

invertedtomato commented 1 year ago

Sure thing. Is this what you mean? https://github.com/invertedtomato/crc/releases/tag/v1.3.3

maettu-this commented 1 year ago

Exactly, \lib now contains the .xml:

grafik

However, the newly added content and contentFiles folders have an impact on a Visual Studio project, the .xml automatically gets shown, others (e.g. IPNetwork) don't show this:

grafik