Skip to content

Commit

Permalink
Released v0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Nov 18, 2015
1 parent d5dc6f7 commit aa5e0bb
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 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.2.1")]
[assembly: AssemblyFileVersion("0.0.2.1")]
[assembly: AssemblyVersion("0.0.3")]
[assembly: AssemblyFileVersion("0.0.3")]
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion Releases/RELEASES
Original file line number Diff line number Diff line change
@@ -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
FDA24F79A66E683007F29484909856AC664D602B VpdbAgent-0.0.2-full.nupkg 2853105
7B22E160F199FF458FDC105AC4B6058E21357E3A VpdbAgent-0.0.3-delta.nupkg 379674
BFFF33152B2AB42358548F83A91C98AF139DD016 VpdbAgent-0.0.3-full.nupkg 3176627
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.3-delta.nupkg
Binary file not shown.
Binary file added Releases/VpdbAgent-0.0.3-full.nupkg
Binary file not shown.
9 changes: 8 additions & 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.2.1</version>
<version>0.0.3</version>
<authors>freezy</authors>
<owners>freezy</owners>
<licenseUrl>https://raw.githubusercontent.com/freezy/vpdb-agent/master/LICENSE</licenseUrl>
Expand All @@ -21,9 +21,14 @@
<file src="bin\Release\Akavache.Sqlite3.dll" target="lib\net45\Akavache.Sqlite3.dll" />
<file src="bin\Release\Akavache.Sqlite3.xml" target="lib\net45\Akavache.Sqlite3.xml" />
<file src="bin\Release\Akavache.xml" target="lib\net45\Akavache.xml" />
<file src="bin\Release\CommandLine.dll" target="lib\net45\CommandLine.dll" />
<file src="bin\Release\CommandLine.xml" target="lib\net45\CommandLine.xml" />
<file src="bin\Release\DeltaCompressionDotNet.dll" target="lib\net45\DeltaCompressionDotNet.dll" />
<file src="bin\Release\DeltaCompressionDotNet.MsDelta.dll" target="lib\net45\DeltaCompressionDotNet.MsDelta.dll" />
<file src="bin\Release\DeltaCompressionDotNet.PatchApi.dll" target="lib\net45\DeltaCompressionDotNet.PatchApi.dll" />
<file src="bin\Release\Hardcodet.Wpf.TaskbarNotification.dll" target="lib\net45\Hardcodet.Wpf.TaskbarNotification.dll" />
<file src="bin\Release\Hardcodet.Wpf.TaskbarNotification.xml" target="lib\net45\Hardcodet.Wpf.TaskbarNotification.xml" />
<file src="bin\Release\HashLib.dll" target="lib\net45\HashLib.dll" />
<file src="bin\Release\Humanizer.dll" target="lib\net45\Humanizer.dll" />
<file src="bin\Release\Humanizer.xml" target="lib\net45\Humanizer.xml" />
<file src="bin\Release\ICSharpCode.SharpZipLib.dll" target="lib\net45\ICSharpCode.SharpZipLib.dll" />
Expand All @@ -43,6 +48,8 @@
<file src="bin\Release\NLog.dll" target="lib\net45\NLog.dll" />
<file src="bin\Release\NLog.xml" target="lib\net45\NLog.xml" />
<file src="bin\Release\NuGet.Squirrel.dll" target="lib\net45\NuGet.Squirrel.dll" />
<file src="bin\Release\OpenMcdf.dll" target="lib\net45\OpenMcdf.dll" />
<file src="bin\Release\OpenMcdf.xml" target="lib\net45\OpenMcdf.xml" />
<file src="bin\Release\PusherClient.dll" target="lib\net45\PusherClient.dll" />
<file src="bin\Release\PusherClient.xml" target="lib\net45\PusherClient.xml" />
<file src="bin\Release\ReactiveUI.dll" target="lib\net45\ReactiveUI.dll" />
Expand Down

0 comments on commit aa5e0bb

Please sign in to comment.