mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-11 21:48:34 +00:00
Removed DLL based nuspec, added project based nuspec
This commit is contained in:
parent
cdc923c3b5
commit
e9542e45e1
@ -86,7 +86,9 @@
|
|||||||
<Compile Include="Public\Spatial\Vector3.cs" />
|
<Compile Include="Public\Spatial\Vector3.cs" />
|
||||||
<Compile Include="Public\Scripting\Variables.cs" />
|
<Compile Include="Public\Scripting\Variables.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup>
|
||||||
|
<None Include="OSCADSharp.nuspec" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
|||||||
17
OSCADSharp/OSCADSharp/OSCADSharp.nuspec
Normal file
17
OSCADSharp/OSCADSharp/OSCADSharp.nuspec
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<package >
|
||||||
|
<metadata>
|
||||||
|
<id>OSCADSharp</id>
|
||||||
|
<version>0.6.0</version>
|
||||||
|
<title>OSCADSharp</title>
|
||||||
|
<authors>Michael Smith</authors>
|
||||||
|
<owners>Michael Smith</owners>
|
||||||
|
<licenseUrl>https://github.com/Exolun/OSCADSharp/blob/master/LICENSE.txt</licenseUrl>
|
||||||
|
<projectUrl>https://github.com/Exolun/OSCADSharp</projectUrl>
|
||||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
<description>A C# library for generating OpenSCAD Code</description>
|
||||||
|
<releaseNotes>Initial release of OSCADSharp</releaseNotes>
|
||||||
|
<copyright>Copyright 2016</copyright>
|
||||||
|
<tags>OpenSCAD OSCADSharp</tags>
|
||||||
|
</metadata>
|
||||||
|
</package>
|
||||||
Loading…
x
Reference in New Issue
Block a user