-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
61,179 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,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.0</version> | ||
<title>NCDK.Display: Depiction module of NCDK</title> | ||
<authors>Kazuya Ujihara</authors> | ||
<owners>kazuya</owners> | ||
<licenseUrl>https://github.com/kazuyaujihara/NCDK/blob/master/LICENSE</licenseUrl> | ||
<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-2021 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.0" /> | ||
</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> | ||
<metadata> | ||
<id>NCDK.Display</id> | ||
<version>1.6.1</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-2021 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.1" /> | ||
</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,50 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>NCDK</id> | ||
<version>1.6.0</version> | ||
<title>NCDK: library of algorithms for structural cheminformatics</title> | ||
<authors>Kazuya Ujihara</authors> | ||
<owners>kazuya</owners> | ||
<licenseUrl>https://github.com/kazuyaujihara/NCDK/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/kazuyaujihara/NCDK</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>NCDK is C# implementation of the Chemistry Development Kit (CDK), which is an open-source library of algorithms for structural cheminformatics and bioinformatics.</description> | ||
<releaseNotes>This release is based on https://github.com/cdk/cdk/tree/a027f6689a34d9ede3bb9befad2d0f1c5b2bb711 snapshot.</releaseNotes> | ||
<copyright>Copyright © 2016-2021 Kazuya Ujihara</copyright> | ||
<tags>cdk cheminformatics chemistry toolkit</tags> | ||
<dependencies> | ||
<dependency id="MathNet.Numerics.Signed" version="4.15.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="NCDK.targets" target="build/" /> | ||
<file src="NCDK/bin/Release/netcoreapp3.1/NCDK.dll" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK/bin/Release/netcoreapp3.1/NCDK.xml" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK.Math/bin/Release/netcoreapp3.1/NCDK.Math.dll" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK.Math/bin/Release/netcoreapp3.1/NCDK.Math.xml" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK/bin/Release/netstandard2.0/NCDK.dll" target="lib/netstandard2.0" /> | ||
<file src="NCDK/bin/Release/netstandard2.0/NCDK.xml" target="lib/netstandard2.0" /> | ||
<file src="NCDK.Math/bin/Release/netstandard2.0/NCDK.Math.dll" target="lib/netstandard2.0" /> | ||
<file src="NCDK.Math/bin/Release/netstandard2.0/NCDK.Math.xml" target="lib/netstandard2.0" /> | ||
<file src="NCDK/runtimes/win-x64/native/libinchi.dll" target="runtimes/win-x64/native" /> | ||
<file src="NCDK/runtimes/win-x86/native/libinchi.dll" target="runtimes/win-x86/native" /> | ||
<file src="NCDK/runtimes/linux-x64/native/libinchi.so.1.05.00" target="runtimes/linux-x64/native" /> | ||
<file src="NCDK/runtimes/linux-x86/native/libinchi.so.1.05.00" target="runtimes/linux-x86/native" /> | ||
</files> | ||
<metadata> | ||
<id>NCDK</id> | ||
<version>1.6.1</version> | ||
<title>NCDK: library of algorithms for structural cheminformatics</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>NCDK is C# implementation of the Chemistry Development Kit (CDK), which is an open-source library of algorithms for structural cheminformatics and bioinformatics.</description> | ||
<releaseNotes>This release is based on https://github.com/cdk/cdk/tree/a027f6689a34d9ede3bb9befad2d0f1c5b2bb711 snapshot.</releaseNotes> | ||
<copyright>Copyright © 2016-2021 Kazuya Ujihara</copyright> | ||
<tags>cdk cheminformatics chemistry toolkit</tags> | ||
<dependencies> | ||
<dependency id="MathNet.Numerics.Signed" version="4.15.0" /> | ||
<!-- | ||
<dependency id="dotNetRDF" version="2.6.2" /> | ||
--> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="NCDK.targets" target="build/" /> | ||
<file src="NCDK/bin/Release/netcoreapp3.1/NCDK.dll" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK/bin/Release/netcoreapp3.1/NCDK.xml" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK.Math/bin/Release/netcoreapp3.1/NCDK.Math.dll" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK.Math/bin/Release/netcoreapp3.1/NCDK.Math.xml" target="lib/netcoreapp3.1" /> | ||
<!-- | ||
<file src="NCDK.RDF/bin/Release/netcoreapp3.1/NCDK.RDF.dll" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK.RDF/bin/Release/netcoreapp3.1/NCDK.RDF.xml" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK.Legacy/bin/Release/netcoreapp3.1/NCDK.Legacy.dll" target="lib/netcoreapp3.1" /> | ||
<file src="NCDK.Legacy/bin/Release/netcoreapp3.1/NCDK.Legacy.xml" target="lib/netcoreapp3.1" /> | ||
--> | ||
<file src="NCDK/bin/Release/netstandard2.0/NCDK.dll" target="lib/netstandard2.0" /> | ||
<file src="NCDK/bin/Release/netstandard2.0/NCDK.xml" target="lib/netstandard2.0" /> | ||
<file src="NCDK.Math/bin/Release/netstandard2.0/NCDK.Math.dll" target="lib/netstandard2.0" /> | ||
<file src="NCDK.Math/bin/Release/netstandard2.0/NCDK.Math.xml" target="lib/netstandard2.0" /> | ||
<!-- | ||
<file src="NCDK.RDF/bin/Release/netstandard2.0/NCDK.RDF.dll" target="lib/netstandard2.0" /> | ||
<file src="NCDK.RDF/bin/Release/netstandard2.0/NCDK.RDF.xml" target="lib/netstandard2.0" /> | ||
<file src="NCDK.Legacy/bin/Release/netstandard2.0/NCDK.Legacy.dll" target="lib/netstandard2.0" /> | ||
<file src="NCDK.Legacy/bin/Release/netstandard2.0/NCDK.Legacy.xml" target="lib/netstandard2.0" /> | ||
--> | ||
<file src="NCDK/runtimes/win-x64/native/libinchi.dll" target="runtimes/win-x64/native" /> | ||
<file src="NCDK/runtimes/win-x86/native/libinchi.dll" target="runtimes/win-x86/native" /> | ||
<file src="NCDK/runtimes/linux-x64/native/libinchi.so" target="runtimes/linux-x64/native" /> | ||
<file src="NCDK/runtimes/linux-x86/native/libinchi.so" target="runtimes/linux-x86/native" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.