Skip to content

Commit

Permalink
Merge pull request #401 from adlair/Explosions
Browse files Browse the repository at this point in the history
[Explosions] to Nuget.
  • Loading branch information
newky2k committed Jul 23, 2018
2 parents 9464ba4 + 03091f9 commit 8720c27
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 2 deletions.
28 changes: 28 additions & 0 deletions Android/Explosions/External-Dependency-Info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do not translate or localize

Xamarin Components for Explosions incorporates third party
material from the projects listed below. The original copyright notice and
the license under which Microsoft received such third party material are set
forth below. Microsoft reserves all other rights not expressly granted,
whether by implication, estoppel or otherwise.

########################################
# Explosions
# https://github.com/xamarin/XamarinComponents/tree/master/Android/Explosions
########################################

The MIT License (MIT)

Copyright (c) .NET Foundation Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

########################################
# end - Explosions
########################################

File renamed without changes.
4 changes: 4 additions & 0 deletions Android/Explosions/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ var buildSpec = new BuildSpec () {
new DefaultSolutionBuilder { SolutionPath = "./samples/ExplosionsSample.sln" },
},

NuGets = new [] {
new NuGetInfo { NuSpec = "./nuget/Xamarin.Explosions.nuspec" },
},

Components = new [] {
new Component {ManifestDirectory = "./component"},
},
Expand Down
18 changes: 16 additions & 2 deletions Android/Explosions/component/component.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 1.0.0.1
version: 1.0.0.2
name: Explosions
id: Explosions
publisher: Xamarin Inc
publisher-url: http://xamarin.com/
src-url: https://github.com/xamarin/XamarinComponents/tree/master/Android/Explosions
summary: An explosive dust effect for all your Android views.

license: License.md
license: ../License.md
details: Details.md
getting-started: GettingStarted.md

Expand All @@ -21,3 +21,17 @@ libraries:
samples:
- name: "Android Sample"
path: ../samples/ExplosionsSample.sln
removeProjects:
- Explosions
installNuGets:
- project: ExplosionsSample
packages:
- Xamarin.Explosions

is_shell: true
packages:
android: Xamarin.Explosions, Version=1.0.0.2
local-nuget-repo: ../output
additional-files:
- source: "../External-Dependency-Info.txt"
destination: "THIRD-PARTY-NOTICES.txt"
19 changes: 19 additions & 0 deletions Android/Explosions/nuget/Xamarin.Explosions.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Xamarin.Explosions</id>
<title>Explosions for Android</title>
<version>1.0.0.2</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>An Android library that provides explosions for any and all your Android views.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<projectUrl>https://go.microsoft.com/fwlink/?linkid=875057</projectUrl>
<licenseUrl>https://go.microsoft.com/fwlink/?linkid=875058</licenseUrl>
</metadata>
<files>
<file src="output/Explosions.dll" target="lib/MonoAndroid23" />
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
</files>
</package>

0 comments on commit 8720c27

Please sign in to comment.