Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit fae4098

Browse files
authored
Add missing author and repo type
1 parent 4d64297 commit fae4098

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FriendlyChess/FriendlyChess.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<Project Sdk="Microsoft.NET.Sdk.Web">
2121

2222
<PropertyGroup>
23+
<Author>Garrett Koleda</Author>
24+
<RepositoryType>git</RepositoryType>
25+
<RepositoryUrl>git://github.com/FortniteCentral/FriendlyChess</RepositoryUrl>
2326
<OutputType>Exe</OutputType>
2427
<TargetFramework>net10.0</TargetFramework>
2528
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)