Fix PackageProjectUrl in csproj file

This commit is contained in:
2026-01-15 22:17:16 +01:00
committed by GitHub
Unverified
parent 1c2c6b1a2a
commit 161def8c54

View File

@@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<Title>TimetableDesigner.Backend.Events</Title>
<Authors>Mateusz Skoczek</Authors>
<PackageProjectUrl>https://github.com/TimetableDesigner/</PackageProjectUrl>
<PackageProjectUrl>https://github.com/TimetableDesigner</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/TimetableDesigner/TimetableDesigner.Backend.Events</RepositoryUrl>
</PropertyGroup>