Skip to content

Commit

Permalink
Released v0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Nov 23, 2015
1 parent 48c25c8 commit f58df2c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 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.4.1")]
[assembly: AssemblyFileVersion("0.0.4.1")]
[assembly: AssemblyVersion("0.0.5.0")]
[assembly: AssemblyFileVersion("0.0.5.0")]
4 changes: 3 additions & 1 deletion Releases/RELEASES
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ FDA24F79A66E683007F29484909856AC664D602B VpdbAgent-0.0.2-full.nupkg 2853105
7B22E160F199FF458FDC105AC4B6058E21357E3A VpdbAgent-0.0.3-delta.nupkg 379674
BFFF33152B2AB42358548F83A91C98AF139DD016 VpdbAgent-0.0.3-full.nupkg 3176627
B76834BE66E30A44CC8F4AE9887E27239A6ADC4D VpdbAgent-0.0.4-delta.nupkg 90783
9BA0C4E0477C6DF1C0D14E2F9D524C985D5E4870 VpdbAgent-0.0.4-full.nupkg 3233128
9BA0C4E0477C6DF1C0D14E2F9D524C985D5E4870 VpdbAgent-0.0.4-full.nupkg 3233128
6CE925CCA54E482EAADADE41D55BE9147C3D4374 VpdbAgent-0.0.5-delta.nupkg 106229
476DE1B10D4119F95A1D32EA336DC6DE0AC6381F VpdbAgent-0.0.5-full.nupkg 3272858
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.5-delta.nupkg
Binary file not shown.
Binary file added Releases/VpdbAgent-0.0.5-full.nupkg
Binary file not shown.
4 changes: 3 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.4.1</version>
<version>0.0.5</version>
<authors>freezy</authors>
<owners>freezy</owners>
<licenseUrl>https://raw.githubusercontent.com/freezy/vpdb-agent/master/LICENSE</licenseUrl>
Expand Down Expand Up @@ -38,6 +38,8 @@
<file src="bin\Release\LoadingIndicators.WPF.dll" target="lib\net45\LoadingIndicators.WPF.dll" />
<file src="bin\Release\MahApps.Metro.dll" target="lib\net45\MahApps.Metro.dll" />
<file src="bin\Release\MahApps.Metro.xml" target="lib\net45\MahApps.Metro.xml" />
<file src="bin\Release\Mindscape.Raygun4Net.dll" target="lib\net45\Mindscape.Raygun4Net.dll" />
<file src="bin\Release\Mindscape.Raygun4Net4.dll" target="lib\net45\Mindscape.Raygun4Net4.dll" />
<file src="bin\Release\Mono.Cecil.dll" target="lib\net45\Mono.Cecil.dll" />
<file src="bin\Release\Mono.Cecil.Mdb.dll" target="lib\net45\Mono.Cecil.Mdb.dll" />
<file src="bin\Release\Mono.Cecil.Pdb.dll" target="lib\net45\Mono.Cecil.Pdb.dll" />
Expand Down

0 comments on commit f58df2c

Please sign in to comment.