Skip to content

Commit

Permalink
Merge pull request facebook#6 from Redth/android-4.11.0
Browse files Browse the repository at this point in the history
Specific nuget.exe version and nuspec mac fixes
  • Loading branch information
Redth committed Jun 7, 2016
2 parents c7671ce + 287c66e commit 80f74dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Facebook.Android/nuget/Xamarin.Facebook.Android.nuspec
Expand Up @@ -21,6 +21,6 @@
</dependencies>
</metadata>
<files>
<file src="output/Xamarin.Facebook.dll" target="lib\MonoAndroid403" />
<file src="output/Xamarin.Facebook.dll" target="lib/MonoAndroid403" />
</files>
</package>
Expand Up @@ -23,6 +23,6 @@
</dependencies>
</metadata>
<files>
<file src="output/Xamarin.Facebook.AudienceNetwork.dll" target="lib\MonoAndroid41" />
<file src="output/Xamarin.Facebook.AudienceNetwork.dll" target="lib/MonoAndroid41" />
</files>
</package>
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -52,7 +52,7 @@ fi
# Download NuGet if it does not exist.
if [ ! -f "$NUGET_EXE" ]; then
echo "Downloading NuGet..."
curl -Lsfo "$NUGET_EXE" https://dist.nuget.org/win-x86-commandline/v2.8.6/nuget.exe
curl -Lsfo "$NUGET_EXE" https://dist.nuget.org/win-x86-commandline/v3.4.4/NuGet.exe
# v3/Latest URL: https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
if [ $? -ne 0 ]; then
echo "An error occured while downloading nuget.exe."
Expand Down

0 comments on commit 80f74dd

Please sign in to comment.