Last active
August 29, 2015 14:13
-
-
Save Redth/5e0d3e5e499b5f3bd5c2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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 |
This file contains hidden or 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
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