Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Jan 28, 2025
1 parent 30b6095 commit 51d0cf2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LivekitApi.Example/dotnet8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Livekit.Server.Sdk.Dotnet" Version="1.0.4" />
<PackageReference Include="Livekit.Server.Sdk.Dotnet" Version="1.0.5" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1" />
</ItemGroup>

</Project>
</Project>
4 changes: 4 additions & 0 deletions LivekitApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog (Release Notes)

## 1.0.5

- Update livekit/protocol to [v1.32.1](https://github.com/livekit/protocol/releases/tag/%40livekit%2Fprotocol%401.32.1)

## 1.0.4

- Update livekit/protocol to [v1.32.0](https://github.com/livekit/protocol/releases/tag/%40livekit%2Fprotocol%401.32.0)
Expand Down
2 changes: 1 addition & 1 deletion LivekitApi/LivekitApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<PackageId>Livekit.Server.Sdk.Dotnet</PackageId>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Authors>pabloFuente</Authors>
<MaintainerEmail>pablofuenteperez@gmail.com</MaintainerEmail>
<PackageProjectUrl>https://github.com/pabloFuente/livekit-server-sdk-dotnet</PackageProjectUrl>
Expand Down

0 comments on commit 51d0cf2

Please sign in to comment.