Skip to content

Commit

Permalink
Released v0.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Dec 6, 2015
1 parent 0f18dea commit 304f50b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.5.1")]
[assembly: AssemblyFileVersion("0.0.5.1")]
[assembly: AssemblyVersion("0.0.6.0")]
[assembly: AssemblyFileVersion("0.0.6.0")]
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ packaging the builds. In order to release a new version:
PM> nuget pack .\vpdb-agent.nuspec
PM> squirrel --releasify .\VpdbAgent.0.0.x.nupkg
```
5. Commit, tag and push
6. Package `setup.exe` as `vpdb-agent-0.0.x.zip`
7. Create release on GitHub and attach zip
8. Bump to snapshot version.
5. Run `.\Releases\Setup.exe` and test
6. If all good, commit, tag and push
7. Package `setup.exe` as `vpdb-agent-0.0.x.zip`
8. Create release on GitHub and attach zip
9. Bump to snapshot version.

## Credits

Expand Down
4 changes: 3 additions & 1 deletion Releases/RELEASES
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ BFFF33152B2AB42358548F83A91C98AF139DD016 VpdbAgent-0.0.3-full.nupkg 3176627
B76834BE66E30A44CC8F4AE9887E27239A6ADC4D VpdbAgent-0.0.4-delta.nupkg 90783
9BA0C4E0477C6DF1C0D14E2F9D524C985D5E4870 VpdbAgent-0.0.4-full.nupkg 3233128
6CE925CCA54E482EAADADE41D55BE9147C3D4374 VpdbAgent-0.0.5-delta.nupkg 106229
476DE1B10D4119F95A1D32EA336DC6DE0AC6381F VpdbAgent-0.0.5-full.nupkg 3272858
476DE1B10D4119F95A1D32EA336DC6DE0AC6381F VpdbAgent-0.0.5-full.nupkg 3272858
B0645DE6797A3CBA10054A4A8E74D7499E9C52F0 VpdbAgent-0.0.6-delta.nupkg 576249
4B45315CA5ED1F50D52932923F48A77D1EE49F14 VpdbAgent-0.0.6-full.nupkg 3321116
Binary file modified Releases/Setup.exe
Binary file not shown.
Binary file modified Releases/Setup.msi
Binary file not shown.
Binary file added Releases/VpdbAgent-0.0.6-delta.nupkg
Binary file not shown.
Binary file added Releases/VpdbAgent-0.0.6-full.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion vpdb-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>VpdbAgent</id>
<version>0.0.5.1</version>
<version>0.0.6</version>
<authors>freezy</authors>
<owners>freezy</owners>
<licenseUrl>https://raw.githubusercontent.com/freezy/vpdb-agent/master/LICENSE</licenseUrl>
Expand Down

0 comments on commit 304f50b

Please sign in to comment.