forked from opensim-org/opensim-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.opensim-core.nuspec
20 lines (20 loc) · 958 Bytes
/
.opensim-core.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package>
<metadata>
<id>opensim-core$packageIdSuffix$</id>
<version>0.0.0</version>
<authors>OpenSim Team</authors>
<owners>OpenSim Team</owners>
<licenseUrl>https://github.com/opensim-org/opensim-core/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://opensim.stanford.edu</projectUrl>
<iconUrl>http://simtk-confluence.stanford.edu:8080/download/attachments/3376252/OpenSimLogoWhiteNoText.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SimTK OpenSim C++ libraries and command-line applications and Java/Python wrapping.</description>
<releaseNotes>https://github.com/opensim-org/opensim-core/blob/master/CHANGELOG.md</releaseNotes>
<copyright>Copyright 2016-2017</copyright>
<tags>biomechanics</tags>
</metadata>
<files>
<file src="**" target="" />
</files>
</package>