More csproj work and updates to nuspec
This commit is contained in:
@@ -1,15 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>LibreMetaverse.StructuredData</id>
|
||||
<id>$id$</id>
|
||||
<version>$version$</version>
|
||||
<authors>Cinder Biscuits</authors>
|
||||
<owners>Cinder Biscuits</owners>
|
||||
<licenseUrl>https://github.com/cinderblocks/libremetaverse/blob/master/LICENSE.txt</licenseUrl>
|
||||
<authors>$author$</authors>
|
||||
<license type="expression">BSD-3-Clause-Clear</license>
|
||||
<icon>..\data\logo.png</icon>
|
||||
<readme>..\docs\README.md</readme>
|
||||
<projectUrl>https://github.com/cinderblocks/libremetaverse</projectUrl>
|
||||
<repository type="git" url="https://github.com/cinderblocks/libremetaverse.git" branch="master" />
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>LibreMetaverse structured data library</description>
|
||||
<copyright>Copyright 2017</copyright>
|
||||
<tags>LMV OMV OpenMetaverse OpenSim Halcyon OpenMetaverseFoundation VirtualWorld Radegast SecondLife</tags>
|
||||
<description>$description$</description>
|
||||
<copyright>$copyright$</copyright>
|
||||
<tags>LMV OMV OpenMetaverse OpenSim Halcyon OpenMetaverseFoundation VirtualWorld VirtualReality 3D Radegast MEGAbolt SecondLife</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\data\logo.png" target="images\" />
|
||||
<file src="..\README.md" target="docs\" />
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user