reinforced / Reinforced.Typings

Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
MIT License
507 stars 82 forks source link

Mark as `developmentDependency` #243

Closed Greg-Smulko closed 2 years ago

Greg-Smulko commented 2 years ago

Mark as development dependency by adding <developmentDependency>true</developmentDependency> to nuspec.

This is in line with expectations from the consumers. This is also how other packages are marked, e.g.:

Greg-Smulko commented 2 years ago

Thank you for merging it @pavel-b-novikov !

Greg-Smulko commented 2 years ago

(and generally thank you for the work on this project too!)