Skip to content

Commit

Permalink
Replace template placeholders.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Jan 15, 2025
1 parent ef6a6f1 commit bf649a9
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<DebugType>embedded</DebugType>
<GitHubOrganization>Faithlife</GitHubOrganization>
<RepositoryName>RepoName</RepositoryName>
<RepositoryName>HfTokenizers</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 → HfTokenizers.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", "{1F75E8CE-F59A-4738-81EC-17B71C125A06}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logos.HfTokenizers", "src\Logos.HfTokenizers\Logos.HfTokenizers.csproj", "{1F75E8CE-F59A-4738-81EC-17B71C125A06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectName.Tests", "tests\ProjectName.Tests\ProjectName.Tests.csproj", "{3506DA15-B470-42E7-B897-D436451CBC32}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logos.HfTokenizers.Tests", "tests\Logos.HfTokenizers.Tests\Logos.HfTokenizers.Tests.csproj", "{3506DA15-B470-42E7-B897-D436451CBC32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "tools\Build\Build.csproj", "{9BB3C85C-100E-4128-A9AF-8F697D753538}"
EndProject
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
# Logos.HfTokenizers

ProjectName class library.
Logos.HfTokenizers 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/HfTokenizers/workflows/Build/badge.svg)](https://github.com/Faithlife/HfTokenizers/actions?query=workflow%3ABuild) [![NuGet](https://img.shields.io/nuget/v/Logos.HfTokenizers.svg)](https://www.nuget.org/packages/Logos.HfTokenizers)

[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/HfTokenizers/) | [Release Notes](https://github.com/Faithlife/HfTokenizers/blob/master/ReleaseNotes.md) | [Contributing](https://github.com/Faithlife/HfTokenizers/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>Logos.HfTokenizers class library.</Description>
<PackageTags></PackageTags>
<IsPackable>true</IsPackable>
<EnablePackageValidation>true</EnablePackageValidation>
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\Logos.HfTokenizers\Logos.HfTokenizers.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using NUnit.Framework;

namespace ProjectName.Tests;
namespace Logos.HfTokenizers.Tests;

internal sealed class PlaceholderTests
{
Expand Down
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/HfTokenizers/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\Logos.HfTokenizers\Logos.HfTokenizers.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bf649a9

Please sign in to comment.