diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config
new file mode 100644
index 00000000..67f8ea04
--- /dev/null
+++ b/.nuget/NuGet.Config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets
new file mode 100644
index 00000000..46a1b6ce
--- /dev/null
+++ b/.nuget/NuGet.targets
@@ -0,0 +1,133 @@
+
+
+
+ $(MSBuildProjectDirectory)\..\
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+ $([System.IO.Path]::Combine($(SolutionDir), ".nuget"))
+ $([System.IO.Path]::Combine($(ProjectDir), "packages.config"))
+
+
+
+
+ $(SolutionDir).nuget
+ packages.config
+
+
+
+
+ $(NuGetToolsPath)\NuGet.exe
+ @(PackageSource)
+
+ "$(NuGetExePath)"
+ mono --runtime=v4.0.30319 $(NuGetExePath)
+
+ $(TargetDir.Trim('\\'))
+
+ -RequireConsent
+ -NonInteractive
+
+
+ $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir "$(SolutionDir) "
+ $(NuGetCommand) pack "$(ProjectPath)" -Properties Configuration=$(Configuration) $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols
+
+
+
+ RestorePackages;
+ $(BuildDependsOn);
+
+
+
+
+ $(BuildDependsOn);
+ BuildPackage;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.nuget/Xam.Plugins.Android.ExoPlayer.0.0.0.3.nupkg b/.nuget/Xam.Plugins.Android.ExoPlayer.0.0.0.3.nupkg
new file mode 100644
index 00000000..5fb7717e
Binary files /dev/null and b/.nuget/Xam.Plugins.Android.ExoPlayer.0.0.0.3.nupkg differ
diff --git a/Xam.Plugins.Android.ExoPlayer.nuspec b/Xam.Plugins.Android.ExoPlayer.nuspec
new file mode 100644
index 00000000..879ed7dd
--- /dev/null
+++ b/Xam.Plugins.Android.ExoPlayer.nuspec
@@ -0,0 +1,20 @@
+
+
+
+ Xam.Plugins.Android.ExoPlayer
+ 0.0.0.3
+ ExoPlayer Control for Xamarin.Android
+ Martijn van Dijk
+ Martijn van Dijk
+ https://github.com/martijn00/ExoPlayerXamarin/blob/master/LICENSE.md
+ https://github.com/martijn00/ExoPlayerXamarin
+ false
+ Xamarin bindings for ExoPlayer
+ Xamarin bindings library for the Google ExoPlayer library
+ xamarin, exoplayer, monodroid, C#, xamarin.android, android
+
+
+
+
+
+
\ No newline at end of file