Skip to content

Commit a01453b

Browse files
committed
Release 1.0.7
1 parent a8d1f2d commit a01453b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

LivekitApi.Example/dotnet8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Livekit.Server.Sdk.Dotnet" Version="1.0.6" />
11+
<PackageReference Include="Livekit.Server.Sdk.Dotnet" Version="1.0.7" />
1212
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
1313
</ItemGroup>
1414

LivekitApi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog (Release Notes)
22

3+
## 1.0.7
4+
5+
- Update livekit/protocol to [v1.34.0](https://github.com/livekit/protocol/releases/tag/%40livekit%2Fprotocol%401.34.0)
6+
37
## 1.0.6
48

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

LivekitApi/LivekitApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup>
88
<PackageId>Livekit.Server.Sdk.Dotnet</PackageId>
9-
<Version>1.0.6</Version>
9+
<Version>1.0.7</Version>
1010
<Authors>pabloFuente</Authors>
1111
<MaintainerEmail>pablofuenteperez@gmail.com</MaintainerEmail>
1212
<PackageProjectUrl>https://github.com/pabloFuente/livekit-server-sdk-dotnet</PackageProjectUrl>

0 commit comments

Comments
 (0)