Skip to content

Commit

Permalink
Missed a few spots
Browse files Browse the repository at this point in the history
* Correcting version bump in a few missed locations
* Documentation all files that must be touched with each version bump
  • Loading branch information
ebekker committed Jan 26, 2016
1 parent 905ccef commit 5b21c15
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ACMESharp/ACMESharp.POSH/ACMESharp.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@{
RootModule = 'ACMESharp.POSH.dll'
ModuleVersion = '0.8.0'
ModuleVersion = '0.8.1'
GUID = '244FAB9A-D367-4C0E-A088-FF3D34EDF713'

Author = 'https://github.com/ebekker'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>acmesharp-posh-ea</id>
<title>ACMESharp PowerShell Module EA (Install)</title>
<version>0.8.0.0-EA</version>
<version>0.8.1.0-EA</version>
<authors>ebekker</authors>
<owners>ebekker</owners>
<summary>PowerShell module to interoperate with Let's Encrypt CA.</summary>
Expand Down
12 changes: 12 additions & 0 deletions ci/version-bump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

Locations that need to be updated with every version bump:
* `/appveyor.yml`
* `/ACMESharp/shared/SharedAssemblyVersionInfo.cs`
* `/ACMESharp/ACMESharp.POSH/ACMESharp.psd1` -- `ModuleVersion`
* `/ACMESharp/ACMESharp.POSH/choco/acmesharp-posh/acmesharp-posh-ea.nuspec` -- `<version>`
* `/ACMESharp/ACMESharp/ACMESharp.POSH-test/choco/acmesharp-posh-all/acmesharp-posh-all.nuspec` -- `<version>`


Building nuget packages with minor revisions
* `/ACMESharp/nuget-build.cmd`
* `/ACMESharp/nuget-build.cmd 3`

0 comments on commit 5b21c15

Please sign in to comment.