Skip to content

Commit

Permalink
feat: upgrade sdk to 4.2.1 (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: sylar <[email protected]>
  • Loading branch information
peilinok and sylar authored Jun 30, 2023
1 parent 5523aee commit c688eb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="agora_rtc_sdk" Version="4.2.0.1" />
<PackageReference Include="agora_rtc_sdk" Version="4.2.1" />
<PackageReference Include="SharpDX" Version="4.2.0" />
<PackageReference Include="SharpDX.Direct3D9" Version="4.2.0" />
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions Agora-C_Sharp-RTC-SDK/CI/config/agora_rtc_sdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>agora_rtc_sdk</id>
<version>4.2.0.1</version>
<version>4.2.1</version>
<title>agora rtc sdk wrapper</title>
<authors>berky</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -19,7 +19,7 @@ For details, see this [FAQ](https://docs.agora.io/en/faq/profile_difference).
<repository type="GitHub" url="https://github.com/AgoraIO/Agora-C_Sharp-SDK"/>
<releaseNotes>Fix bugs.</releaseNotes>
<copyright></copyright>
<tags>v4.2.0.1</tags>
<tags>v4.2.1</tags>
</metadata>
<files>
<file src="bin\agorartc_core20.props" target="build\netcoreapp20\agora_rtc_sdk.props"/>
Expand Down
2 changes: 1 addition & 1 deletion Agora-C_Sharp-RTC-SDK/Code/agorartc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Win32Resource />
<Company>Agora.io</Company>
<Copyright>Agora.io Copyright (C) 2021</Copyright>
<Version>4.2.0.1</Version>
<Version>4.2.1</Version>
<Description>Agora's Video Calling allows you to add customized real-time video experiences to any application.

Enabled by Agora’s Video SDK, Video Calling gives you full control over a rich set of features within your app. You can extend the SDK with functionality like recording and content moderation or use Extensions Marketplace to quickly activate background removal, face filters, and more.</Description>
Expand Down

0 comments on commit c688eb0

Please sign in to comment.