Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 6769391

Browse files
authored
ref: Set project URL to sentry.io
* NuGet nows shows a link to source based on RepositoryUrl
1 parent e355d14 commit 6769391

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Sentry.PlatformAbstractions/Sentry.PlatformAbstractions.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
<Authors>Sentry Team and Contributors</Authors>
1111
<PackageTags>Sentry;GetSentry;Error-Reporting;Crash-Reporting;Exception-Handling</PackageTags>
1212
<PackageIconUrl>https://raw.githubusercontent.com/getsentry/sentry-dotnet-platform-abstractions/master/.assets/sentry-nuget.png</PackageIconUrl>
13-
<PackageProjectUrl>https://github.com/getsentry/sentry-dotnet-platform-abstractions</PackageProjectUrl>
13+
<PackageProjectUrl>https://sentry.io</PackageProjectUrl>
1414
<PackageLicenseUrl>https://github.com/getsentry/sentry-dotnet-platform-abstractions/blob/master/LICENSE</PackageLicenseUrl>
15-
</PropertyGroup>
15+
<RepositoryType>git</RepositoryType>
16+
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
17+
<RepositoryUrl>https://github.com/getsentry/sentry-dotnet-platform-abstractions</RepositoryUrl>
18+
</PropertyGroup>
1619

1720
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
1821
</ItemGroup>

0 commit comments

Comments
 (0)