More csproj work and updates to nuspec

This commit is contained in:
Cinder
2021-12-29 11:40:43 -06:00
parent 1de771d3e8
commit f9d746f30b
22 changed files with 131 additions and 61 deletions

View File

@@ -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>