Skip to content

Developer Notes

daw42 edited this page Jan 3, 2012 · 11 revisions

Developer Notes

Rolling a release

  1. Update version information in:
    • pGina/src/Core/Properties/SharedAssemblyInfo.cs
    • pGina/src/CredentialProvider/CredentialProvider.rc
    • pGina/src/Gina/Gina/Gina.rc
    • pGina/Installer/installer.iss
  2. Run msbuild:
    • msbuild /t:Clean pGinaBuild.msbuild.xml
    • msbuild pGinaBuild.msbuild.xml
  3. Commit changes, and tag as "v3.0.x.y"
  4. Push changes and tag to github
  5. Run Inno and build installer, rename to pGinaSetup-3.0.x.y.exe
  6. Upload exe to downloads in github
  7. Update the web site download link.

Clone this wiki locally