Change project URL since Codeplex is shutting down

This commit is contained in:
Christian Helle
2017-11-09 21:53:58 +01:00
parent 576430e2f0
commit 0559618286
5 changed files with 25 additions and 1 deletions
@@ -64,5 +64,11 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.CustomTool.Tests
{
Assert.IsTrue(actual.Contains("new ResourceLoader(currentAssemblyName + \"/Resources\");"));
}
[TestMethod]
public void ContainsProjectUrl()
{
Assert.IsTrue(actual.Contains("http://bit.ly/reswcodegen"));
}
}
}
@@ -65,5 +65,11 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.CustomTool.Tests
{
Assert.IsTrue(actual.Contains("new ResourceLoader(currentAssemblyName + \"/Resources\");"));
}
[TestMethod]
public void ContainsProjectUrl()
{
Assert.IsTrue(actual.Contains("http://bit.ly/reswcodegen"));
}
}
}
@@ -66,5 +66,11 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.CustomTool.Tests
{
Assert.IsTrue(actual.Contains("New ResourceLoader(currentAssemblyName + \"/Resources\")"));
}
[TestMethod]
public void ContainsProjectUrl()
{
Assert.IsTrue(actual.Contains("http://bit.ly/reswcodegen"));
}
}
}
@@ -59,5 +59,11 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.CustomTool.Tests
{
Assert.IsTrue(actual.Contains("New ResourceLoader(currentAssemblyName + \"/Resources\")"));
}
[TestMethod]
public void ContainsProjectUrl()
{
Assert.IsTrue(actual.Contains("http://bit.ly/reswcodegen"));
}
}
}
@@ -39,7 +39,7 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.VSPackage.CustomTool
codeNamespace.Comments.Add(
new CodeCommentStatement("--------------------------------------------------------------------------------------------------"));
codeNamespace.Comments.Add(new CodeCommentStatement("<auto-generatedInfo>"));
codeNamespace.Comments.Add(new CodeCommentStatement("\tThis code was generated by ResW File Code Generator (http://reswcodegen.codeplex.com)"));
codeNamespace.Comments.Add(new CodeCommentStatement("\tThis code was generated by ResW File Code Generator (http://bit.ly/reswcodegen)"));
codeNamespace.Comments.Add(new CodeCommentStatement("\tResW File Code Generator was written by Christian Resma Helle"));
codeNamespace.Comments.Add(new CodeCommentStatement("\tand is under GNU General Public License version 2 (GPLv2)"));
codeNamespace.Comments.Add(new CodeCommentStatement(string.Empty));