-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2749fc5
commit 13dbd58
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Xamarin Sinch Android SDK - Voice/Video Binding Library | ||
Xamarin Binding Library for Sinch Android SDK - Voice/Video | ||
|
||
``` | ||
Install-Package Naxam.SinchVoice.Droid | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<!-- Required elements--> | ||
<id>Naxam.SinchVoice.Droid</id> | ||
<version>3.11.0</version> | ||
<description>Xamarin Binding Library - Sinch Android SDK - Voice/Video</description> | ||
<authors>Vu Duc Tuyen</authors> | ||
<owners>NAXAM CO.,LTD</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<title>Naxam - Sinch Android SDK - Voice/Video</title> | ||
<releaseNotes>Sinch Android SDK - Voice/Video v3.11.0</releaseNotes> | ||
<summary>Xamarin Binding Library - Sinch Android SDK - Voice/Video</summary> | ||
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl> | ||
<projectUrl>https://github.com/NAXAM/xand-sinch-voice</projectUrl> | ||
<copyright>Copyright (c) 2017 NAXAM</copyright> | ||
<tags>Xamarin.Android, sinch, sinch-voice, sinch-video, sinch-android-rtc</tags> | ||
</metadata> | ||
<!-- Optional 'files' node --> | ||
<files> | ||
<file src="Naxam.SinchVoice.Droid/bin/Release/Naxam.SinchVoice.Droid.dll" target="lib/MonoAndroid10/Naxam.SinchVoice.Droid.dll" /> | ||
</files> | ||
</package> |