From 3f610ac4905d582a8a23da350a94288bfdb3a76b Mon Sep 17 00:00:00 2001 From: Jorgen Thelin Date: Wed, 9 Aug 2017 11:04:34 -0700 Subject: [PATCH] GitLink - source code location. (#18) * GitLink - source code location. - Use GitLink to link back to GitHub repo for source server code debug. https://github.com/GitTools/GitLink - Update copyright date[s] - Bump package version to `1.1.4` for change tracking. * Use msbuild for travis-ci rather than old xbuild. * Only run GitLink in Windows builds due to bug[s] on travis-ci builds. https://github.com/GitTools/GitLink/issues/169 https://github.com/GitTools/GitLink/issues/168 --- Build.sh | 2 +- ServerHost.nuspec | 4 ++-- ServerHost.xunit/Properties/AssemblyInfo.cs | 2 +- ServerHost.xunit/ServerHost.xunit.csproj | 9 +++++++++ ServerHost.xunit/packages.config | 1 + ServerHost/Properties/AssemblyInfo.cs | 2 +- ServerHost/ServerHost.csproj | 9 +++++++++ ServerHost/packages.config | 1 + 8 files changed, 25 insertions(+), 5 deletions(-) diff --git a/Build.sh b/Build.sh index d376972..782c571 100755 --- a/Build.sh +++ b/Build.sh @@ -1,4 +1,4 @@ #/usr/bin/bash -xbuild ServerHost.sln +msbuild ServerHost.sln diff --git a/ServerHost.nuspec b/ServerHost.nuspec index 4042e4e..f10ee45 100644 --- a/ServerHost.nuspec +++ b/ServerHost.nuspec @@ -2,7 +2,7 @@ ServerHost - 1.1.3 + 1.1.4 Jorgen Thelin Jorgen Thelin https://github.com/jthelin/ServerHost/blob/master/LICENSE @@ -10,7 +10,7 @@ false ServerHost - A .NET Server Hosting utility library, including in-process server host testing. Release note are on GitHub https://github.com/jthelin/ServerHost/releases - Copyright 2015-2016 + Copyright 2015-2017 DotNet Server Host diff --git a/ServerHost.xunit/Properties/AssemblyInfo.cs b/ServerHost.xunit/Properties/AssemblyInfo.cs index 260659a..ec9b2bc 100644 --- a/ServerHost.xunit/Properties/AssemblyInfo.cs +++ b/ServerHost.xunit/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Jorgen Thelin")] [assembly: AssemblyProduct("ServerHost")] -[assembly: AssemblyCopyright("Copyright © Jorgen Thelin 2015-2016")] +[assembly: AssemblyCopyright("Copyright © Jorgen Thelin 2015-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ServerHost.xunit/ServerHost.xunit.csproj b/ServerHost.xunit/ServerHost.xunit.csproj index a22382c..250ec0b 100644 --- a/ServerHost.xunit/ServerHost.xunit.csproj +++ b/ServerHost.xunit/ServerHost.xunit.csproj @@ -1,5 +1,6 @@  + Debug @@ -45,6 +46,14 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + +