Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.0 KiB

Maintaining Math.NET Numerics

Note: This document is only relevant for the maintainers of this project

When creating a new release

  • Update RELEASENOTES file with relevant changes, attributed by contributor (if external). Set date.

  • Update CONTRIBUTORS file (via git shortlog -sn)

  • buildn.sh All release

  • Commit and push release notes and (auto-updated) assembly info files with new "Release: v1.2.3" commit

  • buildn.sh PublishDocs

  • buildn.sh PublishApi

  • buildn.sh PublishTag

  • buildn.sh PublishMirrors

  • buildn.sh PublishNuGet

  • Create new Codeplex and GitHub release, attach Zip files

Misc: