Skip to content

Commit

Permalink
Replace template placeholders.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Jul 31, 2023
1 parent 9b1fa23 commit 55b305e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<NoWarn>$(NoWarn);1591;1998;NU5105</NoWarn>
<DebugType>embedded</DebugType>
<GitHubOrganization>Faithlife</GitHubOrganization>
<RepositoryName>RepoName</RepositoryName>
<RepositoryName>FaithlifeLINQPad</RepositoryName>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/$(GitHubOrganization)/$(RepositoryName)</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/$(GitHubOrganization)/$(RepositoryName)/blob/master/ReleaseNotes.md</PackageReleaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions RepoName.sln → FaithlifeLINQPad.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>ProjectName class library.</Description>
<Description>Faithlife.LINQPad class library.</Description>
<PackageTags></PackageTags>
<IsPackable>true</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\ProjectName\ProjectName.csproj" />
<ProjectReference Include="..\..\src\Faithlife.LINQPad\Faithlife.LINQPad.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tools/Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
GitLogin = gitLogin,
GitAuthor = new GitAuthorInfo("Faithlife Build Bot", "[email protected]"),
SourceCodeUrl = "https://github.com/Faithlife/RepoName/tree/master/src",
SourceCodeUrl = "https://github.com/Faithlife/FaithlifeLINQPad/tree/master/src",
GitBranchName = "docs",
TargetDirectory = "",
},
Expand Down
2 changes: 1 addition & 1 deletion tools/XmlDocGen/XmlDocGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\ProjectName\ProjectName.csproj" />
<ProjectReference Include="..\..\src\Faithlife.LINQPad\Faithlife.LINQPad.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 55b305e

Please sign in to comment.