This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<id>Paket.Unity3D.Example.Source</id> | ||
<version>0.0.13</version> | ||
<authors>devboy</authors> | ||
<owners>devboy</owners> | ||
<licenseUrl>http://github.com/fsprojects/Paket.Unity3D/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>http://fsprojects.github.com/Paket.Unity3D</projectUrl> | ||
<!--<iconUrl>https://raw.githubusercontent.com/fsprojects/ProjectScaffold/master/docs/files/img/logo.png</iconUrl>--> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<summary>Example project demonstrating Paket.Unity3D</summary> | ||
<description>Example project demonstrating Paket.Unity3D</description> | ||
<releaseNotes>Add command installs automatically when single project is found and displays a warning when multiple projects are found but interactive command is not given</releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
<tags>nuget, bundler, F#</tags> | ||
<dependencies /> | ||
</metadata> | ||
<files> | ||
<file src="src/Paket.Unity3D.Example/Sources/**/*.cs" target="content" /> | ||
<file src="src/Paket.Unity3D.Example/Plugins/**/*.h" target="content/Plugins" /> | ||
</files> | ||
</package> |
This file contains 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
This file contains 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
This file contains 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