Skip to content
Hugues Valois edited this page Dec 24, 2025 · 6 revisions

Welcome to the SecurityCryptography wiki!

How to prepare a release

Update the version in source code

  1. Update AssemblyFileVersion attribute in src/Common/Common.Assembly.Info.cs.
  2. Update Version property in src/Woohoo.Security.Cryptography/Woohoo.Security.Cryptography.csproj.

Build

  1. Switch to the solution's Release configuration.
  2. Build -> Rebuild All.
  3. Test -> Run All Tests.
  4. Commit changes and push to GitHub.
  5. Verify that the CI workflow passes on GitHub.

Upload to NuGet

  1. Upload src\Woohoo.Security.Cryptography\bin\Release\Woohoo.Security.Cryptography.*.nupkg to https://www.nuget.org/packages/Woohoo.Security.Cryptography.