From 55b305e23c2bcdb4e9c4dbffd205124533b6c365 Mon Sep 17 00:00:00 2001 From: StephenCleary Date: Mon, 31 Jul 2023 15:03:40 -0400 Subject: [PATCH] Replace template placeholders. --- Directory.Build.props | 2 +- RepoName.sln => FaithlifeLINQPad.sln | 4 ++-- ...me.sln.DotSettings => FaithlifeLINQPad.sln.DotSettings | 0 README.md | 8 ++++---- .../Faithlife.LINQPad.csproj} | 2 +- .../Faithlife.LINQPad.Tests.csproj} | 2 +- tools/Build/Build.cs | 2 +- tools/XmlDocGen/XmlDocGen.csproj | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) rename RepoName.sln => FaithlifeLINQPad.sln (89%) rename RepoName.sln.DotSettings => FaithlifeLINQPad.sln.DotSettings (100%) rename src/{ProjectName/ProjectName.csproj => Faithlife.LINQPad/Faithlife.LINQPad.csproj} (84%) rename tests/{ProjectName.Tests/ProjectName.Tests.csproj => Faithlife.LINQPad.Tests/Faithlife.LINQPad.Tests.csproj} (81%) diff --git a/Directory.Build.props b/Directory.Build.props index 9e8b03d..58c2f2a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,7 +9,7 @@ $(NoWarn);1591;1998;NU5105 embedded Faithlife - RepoName + FaithlifeLINQPad MIT https://github.com/$(GitHubOrganization)/$(RepositoryName) https://github.com/$(GitHubOrganization)/$(RepositoryName)/blob/master/ReleaseNotes.md diff --git a/RepoName.sln b/FaithlifeLINQPad.sln similarity index 89% rename from RepoName.sln rename to FaithlifeLINQPad.sln index f1962f4..896d0c1 100644 --- a/RepoName.sln +++ b/FaithlifeLINQPad.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectName", "src\ProjectName\ProjectName.csproj", "{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Faithlife.LINQPad", "src\Faithlife.LINQPad\Faithlife.LINQPad.csproj", "{E1BF8BA1-9E9D-4E27-83FC-777B8D14F806}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectName.Tests", "tests\ProjectName.Tests\ProjectName.Tests.csproj", "{DF559AD1-5287-43B1-AB47-61B6F342B0FE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Faithlife.LINQPad.Tests", "tests\Faithlife.LINQPad.Tests\Faithlife.LINQPad.Tests.csproj", "{DF559AD1-5287-43B1-AB47-61B6F342B0FE}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{028A6C6D-8F8F-4A91-A063-45FFCF892109}" ProjectSection(SolutionItems) = preProject diff --git a/RepoName.sln.DotSettings b/FaithlifeLINQPad.sln.DotSettings similarity index 100% rename from RepoName.sln.DotSettings rename to FaithlifeLINQPad.sln.DotSettings diff --git a/README.md b/README.md index d8ebeff..1526f0f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# ProjectName +# Faithlife.LINQPad -ProjectName class library. +Faithlife.LINQPad class library. -[![Build](https://github.com/Faithlife/RepoName/workflows/Build/badge.svg)](https://github.com/Faithlife/RepoName/actions?query=workflow%3ABuild) [![NuGet](https://img.shields.io/nuget/v/ProjectName.svg)](https://www.nuget.org/packages/ProjectName) +[![Build](https://github.com/Faithlife/FaithlifeLINQPad/workflows/Build/badge.svg)](https://github.com/Faithlife/FaithlifeLINQPad/actions?query=workflow%3ABuild) [![NuGet](https://img.shields.io/nuget/v/Faithlife.LINQPad.svg)](https://www.nuget.org/packages/Faithlife.LINQPad) -[Documentation](https://faithlife.github.io/RepoName/) | [Release Notes](https://github.com/Faithlife/RepoName/blob/master/ReleaseNotes.md) | [Contributing](https://github.com/Faithlife/RepoName/blob/master/CONTRIBUTING.md) +[Documentation](https://faithlife.github.io/FaithlifeLINQPad/) | [Release Notes](https://github.com/Faithlife/FaithlifeLINQPad/blob/master/ReleaseNotes.md) | [Contributing](https://github.com/Faithlife/FaithlifeLINQPad/blob/master/CONTRIBUTING.md) diff --git a/src/ProjectName/ProjectName.csproj b/src/Faithlife.LINQPad/Faithlife.LINQPad.csproj similarity index 84% rename from src/ProjectName/ProjectName.csproj rename to src/Faithlife.LINQPad/Faithlife.LINQPad.csproj index a8952ff..fa79745 100644 --- a/src/ProjectName/ProjectName.csproj +++ b/src/Faithlife.LINQPad/Faithlife.LINQPad.csproj @@ -2,7 +2,7 @@ netstandard2.0 - ProjectName class library. + Faithlife.LINQPad class library. true README.md diff --git a/tests/ProjectName.Tests/ProjectName.Tests.csproj b/tests/Faithlife.LINQPad.Tests/Faithlife.LINQPad.Tests.csproj similarity index 81% rename from tests/ProjectName.Tests/ProjectName.Tests.csproj rename to tests/Faithlife.LINQPad.Tests/Faithlife.LINQPad.Tests.csproj index 1844790..088c1ab 100644 --- a/tests/ProjectName.Tests/ProjectName.Tests.csproj +++ b/tests/Faithlife.LINQPad.Tests/Faithlife.LINQPad.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/tools/Build/Build.cs b/tools/Build/Build.cs index 75aa85b..9c1738a 100644 --- a/tools/Build/Build.cs +++ b/tools/Build/Build.cs @@ -10,7 +10,7 @@ { GitLogin = gitLogin, GitAuthor = new GitAuthorInfo("Faithlife Build Bot", "faithlifebuildbot@users.noreply.github.com"), - SourceCodeUrl = "https://github.com/Faithlife/RepoName/tree/master/src", + SourceCodeUrl = "https://github.com/Faithlife/FaithlifeLINQPad/tree/master/src", GitBranchName = "docs", TargetDirectory = "", }, diff --git a/tools/XmlDocGen/XmlDocGen.csproj b/tools/XmlDocGen/XmlDocGen.csproj index 121930a..23a138b 100644 --- a/tools/XmlDocGen/XmlDocGen.csproj +++ b/tools/XmlDocGen/XmlDocGen.csproj @@ -6,7 +6,7 @@ - +