Skip to content

Commit

Permalink
Publish v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed May 31, 2017
1 parent 2749fc5 commit 13dbd58
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
Binary file added Naxam.SinchVoice.Droid.3.11.0.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion Naxam.SinchVoice.Droid/Naxam.SinchVoice.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectTypeGuids>{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Naxam.SinchVoice.Droid</RootNamespace>
<AssemblyName>Naxam.Sinch.VoiceSdk.Droid</AssemblyName>
<AssemblyName>Naxam.SinchVoice.Droid</AssemblyName>
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
Expand Down
6 changes: 6 additions & 0 deletions README.md
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
```
23 changes: 23 additions & 0 deletions voice.nuspec
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>

0 comments on commit 13dbd58

Please sign in to comment.