diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 3dfca23..2501219 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,8 +3,10 @@ "isRoot": true, "tools": { "csharpier": { - "version": "1.0.1", - "commands": ["csharpier"] + "version": "1.0.2", + "commands": [ + "csharpier" + ] } } -} +} \ No newline at end of file diff --git a/LivekitApi/LivekitApi.csproj b/LivekitApi/LivekitApi.csproj index fc04498..ce33c98 100644 --- a/LivekitApi/LivekitApi.csproj +++ b/LivekitApi/LivekitApi.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -12,9 +12,9 @@ git Livekit;LiveKit;livekit;SDK;WebRTC;VoIP;Dotnet;realtime - .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 - access to LiveKit. + .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 + access to LiveKit. @@ -46,7 +46,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - +