Fiss icon indicating copy to clipboard operation
Fiss copied to clipboard

[Suggestions] Nuget package

Open Computr1x opened this issue 1 year ago • 5 comments

  1. Не генерируется документация из xml. Нужно добавить данный тэг в csproj, чтобы включать документацию в пакет. <GenerateDocumentationFile>true</GenerateDocumentationFile>

  2. Readme указывает на обычную версию пакета 0.1.1, а документация для 1.0.0-preview1. Либо добавить указание на pre-release версию, либо релизнуть новую.

Install-Package Fiss -IncludePrerelease
dotnet add package Fiss --prerelease

  1. Documentation from xml was not generated. You need to add this tag to csproj to include documentation in the package. <GenerateDocumentationFile>true</GenerateDocumentationFile>

  2. The Readme points to the regular package version 0.1.1, and the documentation for 1.0.0-preview1. Either add an indication of the pre-release version, or release a new one.

Install-Package Fiss -IncludePrerelease
dotnet add package Fiss --prerelease

Computr1x avatar Jan 22 '24 21:01 Computr1x