Skip to content

Commit

Permalink
Bump to 0.6.1, update Build.ps1 for MSBuild 14
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Apr 29, 2017
1 parent 0a54074 commit c4a1315
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Set-StrictMode -version Latest
Set-StrictMode -version Latest
$ErrorActionPreference = "Stop"

Write-Host "Building Go To Window..." -ForegroundColor Green
Expand All @@ -7,7 +7,7 @@ Write-Host "Building Go To Window..." -ForegroundColor Green

Function GetMSBuildExe {
[CmdletBinding()]
$DotNetVersion = "4.0"
$DotNetVersion = "14.0"
$RegKey = "HKLM:\software\Microsoft\MSBuild\ToolsVersions\$DotNetVersion"
$RegProperty = "MSBuildToolsPath"
$MSBuildExe = Join-Path -Path (Get-ItemProperty $RegKey).$RegProperty -ChildPath "msbuild.exe"
Expand Down
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.6.0")]
[assembly: AssemblyFileVersion("0.6.0")]
[assembly: AssemblyInformationalVersion("0.6.0")]
[assembly: AssemblyVersion("0.6.1")]
[assembly: AssemblyFileVersion("0.6.1")]
[assembly: AssemblyInformationalVersion("0.6.1")]
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.6.0</version>
<version>0.6.1</version>
<title>GoToWindow</title>
<authors>Christian Rondeau</authors>
<owners>Christian Rondeau</owners>
Expand Down

0 comments on commit c4a1315

Please sign in to comment.