-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNCDK.Display.nuspec
30 lines (30 loc) · 1.5 KB
/
NCDK.Display.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NCDK.Display</id>
<version>1.6.2</version>
<title>NCDK.Display: Depiction module of NCDK</title>
<authors>Kazuya Ujihara</authors>
<owners>kazuya</owners>
<license type="expression">LGPL-2.1-only</license>
<projectUrl>https://github.com/kazuyaujihara/NCDK</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Depiction module of NCDK</description>
<releaseNotes>This release is based on https://github.com/cdk/cdk/tree/a027f6689a34d9ede3bb9befad2d0f1c5b2bb711 snapshot.</releaseNotes>
<copyright>Copyright © 2016-2023 Kazuya Ujihara</copyright>
<tags>cdk cheminformatics chemistry toolkit</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="PresentationCore" />
<frameworkAssembly assemblyName="PresentationFramework" />
<frameworkAssembly assemblyName="System.Windows.Presentation" />
<frameworkAssembly assemblyName="WindowsBase" />
</frameworkAssemblies>
<dependencies>
<dependency id="NCDK" version="1.6.2" />
</dependencies>
</metadata>
<files>
<file src="NCDK.Display/bin/Release/net461/NCDK.Display.dll" target="lib/net461" />
<file src="NCDK.Display/bin/Release/net461/NCDK.Display.xml" target="lib/net461" />
</files>
</package>