diff options
| author | Konstantin <const@const.me> | 2023-01-16 15:19:41 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-16 15:19:41 +0100 |
| commit | c838a2a24bc0f6c06c69044d074e15480fcf5596 (patch) | |
| tree | 8e22432aa6c04e68423cf6ac48cac2ea2a546409 /WhisperNet/WhisperNet.nuspec | |
| parent | d6504b5d59044e129160ed4f68ef290a4eb2f488 (diff) | |
Another readme for the nuget package
Diffstat (limited to 'WhisperNet/WhisperNet.nuspec')
| -rw-r--r-- | WhisperNet/WhisperNet.nuspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WhisperNet/WhisperNet.nuspec b/WhisperNet/WhisperNet.nuspec index d0a61f7..f4f6cff 100644 --- a/WhisperNet/WhisperNet.nuspec +++ b/WhisperNet/WhisperNet.nuspec @@ -16,6 +16,7 @@ <dependency id="ComLightInterop" version="1.3.7" /> </group> </dependencies> + <readme>docs/Readme.md</readme> </metadata> <files> <!-- Managed DLL with XML documentation --> @@ -23,5 +24,6 @@ <file src="bin/Release/WhisperNet.xml" target="lib/net6.0/" /> <!-- The C++ DLL --> <file src="../x64/Release/Whisper.dll" target="runtimes/win-x64/native/" /> + <file src="Readme.md" target="docs/" /> </files> </package>
\ No newline at end of file |
