Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 779 Bytes

File metadata and controls

19 lines (11 loc) · 779 Bytes

Contributing

Publishing

To publish an official release:

Prereleases

Certain changes can be hard to unit test and are better tested in a real consumer project. In this case, you can publish a beta version of the library for testing.

To publish a beta, add a <VersionSuffix> below <VersionPrefix> in Directory.Build.props, e.g., beta.1. Publish as above.

When beta testing is done, delete the <VersionSuffix> and publish again.