Skip to content

Commit

Permalink
Improve tags of .csproj. Add PackageProjectUrl property
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Nov 21, 2024
1 parent da6aae6 commit fd7fe30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# If some rules are not applicable, you can disable them
# using the --excluded-rules or --excluded-rule-ids option
- name: Validate package
run: meziantou.validate-nuget-package --excluded-rules IconMustBeSet,ProjectUrlMustBeSet (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg")
run: meziantou.validate-nuget-package --excluded-rules IconMustBeSet (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg")

run_test:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion LivekitApi/LivekitApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<Version>1.0.2</Version>
<Authors>pabloFuente</Authors>
<MaintainerEmail>pablofuenteperez@gmail.com</MaintainerEmail>
<PackageProjectUrl>https://github.com/pabloFuente/livekit-server-sdk-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/pabloFuente/livekit-server-sdk-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Livekit Server Sdk Dotnet;LiveKit;LiveKit Server;LiveKit Dotnet;LiveKit SDK;</PackageTags>
<PackageTags>Livekit;LiveKit;livekit;SDK;WebRTC;VoIP;Dotnet;realtime</PackageTags>
<Description>
.NET APIs to manage LiveKit Access Tokens, Rooms, Egress, Ingress, SIP and Agents.
This library is designed to work with livekit-server. Use it with a .NET backend to manage
Expand Down

0 comments on commit fd7fe30

Please sign in to comment.