Skip to content

Commit c3841b7

Browse files
committed
csproj updates to try to get GH to pick up the nuget reference for the repo display
1 parent 5ad741f commit c3841b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

GuardianClient/GuardianClient/GuardianClient.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77

88
<!-- NuGet Package Properties -->
99
<PackageId>GuardianClient.NET</PackageId>
10-
<Version>0.2.0-alpha</Version>
10+
<Version>0.2.1-alpha</Version>
1111
<Authors>Andrew Tarr</Authors>
1212
<Description>A .NET API wrapper for Guardian services</Description>
1313
<PackageTags>guardian;api;client;wrapper</PackageTags>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<PackageProjectUrl>https://github.com/tarrball/GuardianClient.NET</PackageProjectUrl>
16-
<RepositoryUrl>https://github.com/tarrball/GuardianClient.NET</RepositoryUrl>
16+
<RepositoryUrl>https://github.com/tarrball/GuardianClient.NET.git</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
18+
<RepositoryBranch>main</RepositoryBranch>
1819
<PackageReadmeFile>README.md</PackageReadmeFile>
1920
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2021
</PropertyGroup>

0 commit comments

Comments
 (0)