Skip to content

Instantly share code, notes, and snippets.

@Redth
Last active August 29, 2015 14:13
Show Gist options
  • Save Redth/5e0d3e5e499b5f3bd5c2 to your computer and use it in GitHub Desktop.
Save Redth/5e0d3e5e499b5f3bd5c2 to your computer and use it in GitHub Desktop.
version: 1.0.1.0
name: Example Component
id: example-component
publisher: Xamarin
publisher-url: "http://xamarin.com"
summary: An example after moving to NuGet dependencies
libraries:
android:
- ../build/android/Example.dll
ios:
- ../build/ios/Example.dll
packages:
android:
- Newtonsoft.Json, Version=6.0.8.0
samples:
"Android Sample": samples/Android/ExampleAndroidSample.sln
"iOS Sample": samples/iOS/ExampleiOSSample.sln
version: 1.0.0.0
name: Example Component
id: example-component
publisher: Xamarin
publisher-url: "http://xamarin.com"
summary: An example before using NuGet dependencies
libraries:
android:
- ../build/android/Example.dll
- ../build/android/Newtonsoft.Json.dll
ios:
- ../build/ios/Example.dll
- ../build/ios/Newtonsoft.Json.dll
samples:
"Android Sample": samples/Android/ExampleAndroidSample.sln
"iOS Sample": samples/iOS/ExampleiOSSample.sln
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment