Skip to content

Commit

Permalink
Released v0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Dec 27, 2015
1 parent f248613 commit 7ddda29
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ packaging the builds. In order to release a new version:
4. In the *Package Manager Console*, type:

```
PM> nuget pack .\vpdb-agent.nuspec
PM> nuget pack .\VpdbAgent\VpdbAgent.nuspec
PM> squirrel --releasify .\VpdbAgent.0.0.x.nupkg
```
5. Run `.\Releases\Setup.exe` and test
Expand Down
4 changes: 3 additions & 1 deletion Releases/RELEASES
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ B76834BE66E30A44CC8F4AE9887E27239A6ADC4D VpdbAgent-0.0.4-delta.nupkg 90783
6CE925CCA54E482EAADADE41D55BE9147C3D4374 VpdbAgent-0.0.5-delta.nupkg 106229
476DE1B10D4119F95A1D32EA336DC6DE0AC6381F VpdbAgent-0.0.5-full.nupkg 3272858
B0645DE6797A3CBA10054A4A8E74D7499E9C52F0 VpdbAgent-0.0.6-delta.nupkg 576249
4B45315CA5ED1F50D52932923F48A77D1EE49F14 VpdbAgent-0.0.6-full.nupkg 3321116
4B45315CA5ED1F50D52932923F48A77D1EE49F14 VpdbAgent-0.0.6-full.nupkg 3321116
67EAFE051BBA47B365B8A2AB35984D2D14733D10 VpdbAgent-0.0.7-delta.nupkg 247115
B5446A3ACA1F9EF991F0974DFD74364D2B22390D VpdbAgent-0.0.7-full.nupkg 3330281
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.7-delta.nupkg
Binary file not shown.
Binary file added Releases/VpdbAgent-0.0.7-full.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion VpdbAgent/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
TitleCaps="False"
GlowBrush="#40000000"
RenderOptions.ClearTypeHint="Enabled"
Icon="vpdb-agent.ico"
Icon="VpdbAgent.ico"
d:DataContext="{d:DesignInstance Type=vpdbAgent:Bootstrapper}">

<Controls:MetroWindow.Resources>
Expand Down
4 changes: 2 additions & 2 deletions VpdbAgent/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.6.1")]
[assembly: AssemblyFileVersion("0.0.6.1")]
[assembly: AssemblyVersion("0.0.7.0")]
[assembly: AssemblyFileVersion("0.0.7.0")]
2 changes: 1 addition & 1 deletion VpdbAgent/Styles/NotifyIcon.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ContextMenu>

<tb:TaskbarIcon x:Key="TaskbarIcon"
IconSource="../vpdb-agent.ico"
IconSource="../VpdbAgent.ico"
ToolTipText="VPDB Agent"
DoubleClickCommand="{Binding ShowWindowCommand}"
ContextMenu="{StaticResource SysTrayMenu}">
Expand Down
4 changes: 2 additions & 2 deletions VpdbAgent/VpdbAgent.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.6.1</version>
<version>0.0.7</version>
<authors>freezy</authors>
<owners>freezy</owners>
<licenseUrl>https://raw.githubusercontent.com/freezy/vpdb-agent/master/LICENSE</licenseUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>VPDB Agent</description>
<summary>A Windows desktop application that syncs local data with VPDB.</summary>
<releaseNotes>First Update.</releaseNotes>
<releaseNotes></releaseNotes>
<language>en-US</language>
</metadata>
<files>
Expand Down

0 comments on commit 7ddda29

Please sign in to comment.