Update PackageProjectUrl in LibSE.csproj

The URL for the package project was modified to remove the subdirectory path. This change simplifies the link and ensures it points directly to the main repository page.

Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
This commit is contained in:
Ivandro Jao 2024-10-24 19:07:41 +01:00
parent 0913c8d72a
commit ea86c29043

View File

@ -6,7 +6,7 @@
<AssemblyName>libse</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/SubtitleEdit/subtitleedit/tree/main/src/libse</PackageProjectUrl>
<PackageProjectUrl>https://github.com/SubtitleEdit/subtitleedit</PackageProjectUrl>
<RepositoryUrl>https://github.com/SubtitleEdit/subtitleedit</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>subtitle subtitles subrip srt blu-ray sup</PackageTags>