Skip to content

Commit 7dbb5f9

Browse files
committed
Changed references from the old CodePlex site to the new GitHub site.
1 parent d47398a commit 7dbb5f9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Source/WhiteTie/ReadMe.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
 White Tie
2-
--============================--
3-
http://whitetie.codeplex.com
4-
--============================--
2+
--==================================--
3+
https://github.com/RxDave/WhiteTie
4+
--==================================--
55

66
Build your project in Release mode to:
77

@@ -62,10 +62,10 @@ More Information
6262
----------------
6363

6464
Getting Started
65-
https://whitetie.codeplex.com/documentation
65+
https://github.com/RxDave/WhiteTie/wiki
6666

6767
Configuration
68-
http://whitetie.codeplex.com/wikipage?title=Configuration
68+
https://github.com/RxDave/WhiteTie/wiki/Configuration
6969

7070
Author's Blog
7171
http://davesexton.com/blog

Source/WhiteTie/WhiteTie.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<title>White Tie</title>
99
<authors>Dave Sexton</authors>
1010
<owners>Dave Sexton</owners>
11-
<licenseUrl>https://whitetie.codeplex.com/license</licenseUrl>
12-
<projectUrl>https://whitetie.codeplex.com</projectUrl>
11+
<licenseUrl>https://github.com/RxDave/WhiteTie/blob/master/LICENSE</licenseUrl>
12+
<projectUrl>https://github.com/RxDave/WhiteTie</projectUrl>
1313
<iconUrl>http://davesexton.com/Images/WhiteTie/WhiteTie.png</iconUrl>
1414
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1515
<description>Provides MSBuild properties and targets that automatically enable static analysis tools, NuGet packaging, documentation generation and local deployment. No configuration necessary.</description>
1616
<summary>MSBuild properties and targets related to static analysis, NuGet packaging, documentation generation and local deployment.</summary>
17-
<releaseNotes>https://whitetie.codeplex.com/releases</releaseNotes>
17+
<releaseNotes>https://github.com/RxDave/WhiteTie/releases</releaseNotes>
1818
<copyright>Copyright © 2013-2016 Dave Sexton</copyright>
1919
<language>en-us</language>
2020
<tags>MSBuild, Build, Targets, Project, NuGet, Package, Deploy</tags>

Source/WhiteTie/WhiteTie.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ wmic datafile where Name="%FileEscaped%" get version /VALUE]]>
199199
<_WhiteTieReflectionProgramSource>
200200
<![CDATA[
201201
// Copyright © 2014 Dave Sexton
202-
// http://whitetie.codeplex.com
202+
// https://github.com/RxDave/WhiteTie
203203
using System;
204204
using System.Collections.Generic;
205205
using System.IO;

0 commit comments

Comments
 (0)