Skip to content

Commit

Permalink
Bump to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Nov 13, 2017
1 parent e428204 commit e92d87f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions GoToWindow.Shared/Properties/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.7.2")]
[assembly: AssemblyFileVersion("0.7.2")]
[assembly: AssemblyInformationalVersion("0.7.2")]
[assembly: AssemblyVersion("0.7.3")]
[assembly: AssemblyFileVersion("0.7.3")]
[assembly: AssemblyInformationalVersion("0.7.3")]
2 changes: 1 addition & 1 deletion GoToWindow.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>GoToWindow</id>
<version>0.7.2</version>
<version>0.7.3</version>
<title>GoToWindow</title>
<authors>Christian Rondeau</authors>
<owners>Christian Rondeau</owners>
Expand Down
4 changes: 3 additions & 1 deletion Releases/RELEASES
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ AFD4F1BF5569DC0C61EEBD58B51DA1DF0EB76331 https://github.com/christianrondeau/GoT
5CBD99788D87711C659BED4E025630A72D2AC7F6 https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.1/GoToWindow-0.7.1-delta.nupkg 122499
B1DB5E4656D6AA971C9D07E7CDDB5AF6AE7B95D9 https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.1/GoToWindow-0.7.1-full.nupkg 904930
7BCB1DE3699FE62C687DBDC5F1C9D1D5FC285318 https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.2/GoToWindow-0.7.2-delta.nupkg 11754
5F4C0EB138C0DD9A41D9F3925C63F137C2AF0927 https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.2/GoToWindow-0.7.2-full.nupkg 904906
5F4C0EB138C0DD9A41D9F3925C63F137C2AF0927 https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.2/GoToWindow-0.7.2-full.nupkg 904906
4779FCA283425D50FC7FA4B4AC22685F041E362F https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.3/GoToWindow-0.7.3-delta.nupkg 17120
3F6F19A0932E3729A5A6FDB4D0D2426E237B2B54 https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.3/GoToWindow-0.7.3-full.nupkg 994761
2 changes: 1 addition & 1 deletion chocolatey/gotowindow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gotowindow</id>
<version>0.7.2</version>
<version>0.7.3</version>
<packageSourceUrl>https://github.com/christianrondeau/GoToWindow/Chocolatey</packageSourceUrl>
<owners>Christian Rondeau</owners>
<title>GoToWindow (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$packageArgs = @{
packageName = 'GoToWindow'
installerType = 'exe'
url = 'https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.2/GoToWindow.Setup.0.7.2.exe'
url = 'https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.3/GoToWindow.Setup.0.7.3.exe'
checksumType = 'sha256'
checksum = '2073F863199E32C7A5DAD06D2004280A0E316A7686ED8496F3FC29854926CEC8'
checksum = '2CB16CBE99C66F3335578458A8D64354EF225DEB4036EF0FC6DE9BDAA8F78069'
silentArgs = '--silent'
validExitCodes = @(0)
}
Expand Down

0 comments on commit e92d87f

Please sign in to comment.