From 2406359979a724a1b83258b1fcd5351215495d93 Mon Sep 17 00:00:00 2001 From: Christian Rondeau Date: Tue, 16 May 2017 21:48:10 -0400 Subject: [PATCH] Bump to 0.7.0 --- GoToWindow.Shared/Properties/AssemblyInfo.Shared.cs | 8 ++++---- GoToWindow.nuspec | 2 +- chocolatey/tools/chocolateyinstall.ps1 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GoToWindow.Shared/Properties/AssemblyInfo.Shared.cs b/GoToWindow.Shared/Properties/AssemblyInfo.Shared.cs index c7717d6..96619f4 100644 --- a/GoToWindow.Shared/Properties/AssemblyInfo.Shared.cs +++ b/GoToWindow.Shared/Properties/AssemblyInfo.Shared.cs @@ -3,10 +3,10 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Christian Rondeau")] [assembly: AssemblyProduct("Go To Window")] -[assembly: AssemblyCopyright("Copyright © Christian Rondeau 2016")] +[assembly: AssemblyCopyright("Copyright © Christian Rondeau 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("0.6.1")] -[assembly: AssemblyFileVersion("0.6.1")] -[assembly: AssemblyInformationalVersion("0.6.1")] +[assembly: AssemblyVersion("0.7.0")] +[assembly: AssemblyFileVersion("0.7.0")] +[assembly: AssemblyInformationalVersion("0.7.0")] diff --git a/GoToWindow.nuspec b/GoToWindow.nuspec index bd6b113..f5b62d3 100644 --- a/GoToWindow.nuspec +++ b/GoToWindow.nuspec @@ -2,7 +2,7 @@ GoToWindow - 0.6.1 + 0.7.0 GoToWindow Christian Rondeau Christian Rondeau diff --git a/chocolatey/tools/chocolateyinstall.ps1 b/chocolatey/tools/chocolateyinstall.ps1 index 1c2174a..b18251d 100644 --- a/chocolatey/tools/chocolateyinstall.ps1 +++ b/chocolatey/tools/chocolateyinstall.ps1 @@ -1,5 +1,5 @@ $packageName = 'GoToWindow' -$url = 'https://github.com/christianrondeau/GoToWindow/releases/download/v0.6.1/GoToWindow.Setup.0.6.1.exe' +$url = 'https://github.com/christianrondeau/GoToWindow/releases/download/v0.7.0/GoToWindow.Setup.0.7.0.exe' $installerType = 'exe' $silentArgs = '--silent'