diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 77c5cf8..880aa00 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.2.1")] -[assembly: AssemblyFileVersion("0.0.2.1")] +[assembly: AssemblyVersion("0.0.3")] +[assembly: AssemblyFileVersion("0.0.3")] diff --git a/README.md b/README.md index 68f15f8..3f13366 100644 --- a/README.md +++ b/README.md @@ -65,18 +65,20 @@ current ones. We're using [Squirrel](https://github.com/Squirrel/Squirrel.Windows) for packaging the builds. In order to release a new version: -1. Bump to release version at `AssemblyInfo.cs` AND `vpdb-agent.nuspec` +1. Bump to release version at `AssemblyInfo.cs` AND `vpdb-agent.nuspec`. Also + update release in the NU specs. 2. **Build Release** -3. In the *Package Manager Console*, type: +3. Add new `.dll`s to `vpdb-agent.nuspec` if necessary. +4. In the *Package Manager Console*, type: ``` PM> nuget pack .\vpdb-agent.nuspec PM> squirrel --releasify .\VpdbAgent.0.0.x.nupkg ``` -4. Commit, tag and push -5. Package `setup.exe` as `vpdb-agent-0.0.x.zip` -6. Create release on GitHub and attach zip -7. Bump to snapshot version. +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. ## License diff --git a/Releases/RELEASES b/Releases/RELEASES index a2a5dce..23c8c5a 100644 --- a/Releases/RELEASES +++ b/Releases/RELEASES @@ -1,3 +1,5 @@ 47DB6F316DB29B6D211C0E5E0BCD645824223512 VpdbAgent-0.0.1-full.nupkg 2853103 D719113274E722FD409A65EF33D529C0D2F35AD6 VpdbAgent-0.0.2-delta.nupkg 12547 -FDA24F79A66E683007F29484909856AC664D602B VpdbAgent-0.0.2-full.nupkg 2853105 \ No newline at end of file +FDA24F79A66E683007F29484909856AC664D602B VpdbAgent-0.0.2-full.nupkg 2853105 +7B22E160F199FF458FDC105AC4B6058E21357E3A VpdbAgent-0.0.3-delta.nupkg 379674 +BFFF33152B2AB42358548F83A91C98AF139DD016 VpdbAgent-0.0.3-full.nupkg 3176627 \ No newline at end of file diff --git a/Releases/Setup.exe b/Releases/Setup.exe index 13814d5..6979f27 100644 Binary files a/Releases/Setup.exe and b/Releases/Setup.exe differ diff --git a/Releases/Setup.msi b/Releases/Setup.msi index 8057ef4..a0ccbfc 100644 Binary files a/Releases/Setup.msi and b/Releases/Setup.msi differ diff --git a/Releases/VpdbAgent-0.0.3-delta.nupkg b/Releases/VpdbAgent-0.0.3-delta.nupkg new file mode 100644 index 0000000..1c7970c Binary files /dev/null and b/Releases/VpdbAgent-0.0.3-delta.nupkg differ diff --git a/Releases/VpdbAgent-0.0.3-full.nupkg b/Releases/VpdbAgent-0.0.3-full.nupkg new file mode 100644 index 0000000..e311ec7 Binary files /dev/null and b/Releases/VpdbAgent-0.0.3-full.nupkg differ diff --git a/vpdb-agent.nuspec b/vpdb-agent.nuspec index d157b29..67f800a 100644 --- a/vpdb-agent.nuspec +++ b/vpdb-agent.nuspec @@ -2,7 +2,7 @@ VpdbAgent - 0.0.2.1 + 0.0.3 freezy freezy https://raw.githubusercontent.com/freezy/vpdb-agent/master/LICENSE @@ -21,9 +21,14 @@ + + + + + @@ -43,6 +48,8 @@ + +