diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 1795178..2120299 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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")] diff --git a/README.md b/README.md index 48eefee..7498c7e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Releases/RELEASES b/Releases/RELEASES index 35754ef..8e8a072 100644 --- a/Releases/RELEASES +++ b/Releases/RELEASES @@ -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 \ No newline at end of file +476DE1B10D4119F95A1D32EA336DC6DE0AC6381F VpdbAgent-0.0.5-full.nupkg 3272858 +B0645DE6797A3CBA10054A4A8E74D7499E9C52F0 VpdbAgent-0.0.6-delta.nupkg 576249 +4B45315CA5ED1F50D52932923F48A77D1EE49F14 VpdbAgent-0.0.6-full.nupkg 3321116 \ No newline at end of file diff --git a/Releases/Setup.exe b/Releases/Setup.exe index a2ed4aa..c0400f8 100644 Binary files a/Releases/Setup.exe and b/Releases/Setup.exe differ diff --git a/Releases/Setup.msi b/Releases/Setup.msi index adab976..d36ccf8 100644 Binary files a/Releases/Setup.msi and b/Releases/Setup.msi differ diff --git a/Releases/VpdbAgent-0.0.6-delta.nupkg b/Releases/VpdbAgent-0.0.6-delta.nupkg new file mode 100644 index 0000000..9657e5f Binary files /dev/null and b/Releases/VpdbAgent-0.0.6-delta.nupkg differ diff --git a/Releases/VpdbAgent-0.0.6-full.nupkg b/Releases/VpdbAgent-0.0.6-full.nupkg new file mode 100644 index 0000000..1509cd3 Binary files /dev/null and b/Releases/VpdbAgent-0.0.6-full.nupkg differ diff --git a/vpdb-agent.nuspec b/vpdb-agent.nuspec index ec2e90e..892fe3d 100644 --- a/vpdb-agent.nuspec +++ b/vpdb-agent.nuspec @@ -2,7 +2,7 @@ VpdbAgent - 0.0.5.1 + 0.0.6 freezy freezy https://raw.githubusercontent.com/freezy/vpdb-agent/master/LICENSE