Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade sdk to 4.2.1 #282

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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