-
Notifications
You must be signed in to change notification settings - Fork 4
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
4 changed files
with
49 additions
and
13 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
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<id>BBT.StructureTools.Extensions</id> | ||
<title>BBT StructureTools Extensions</title> | ||
<version>2.0.1</version> | ||
<authors>BBT Software AG</authors> | ||
<owners>bbtsoftware</owners> | ||
<summary>.NET. classes for copying, comparing and converting object structures.</summary> | ||
<description>.NET. classes for copying, comparing and converting object structures.</description> | ||
<license type="expression">MIT</license> | ||
<icon>icon.png</icon> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<repository type="git" url="https://github.com/bbtsoftware/BBT.StructureTools.git" /> | ||
<copyright>Copyright © BBT Software AG</copyright> | ||
<tags>StructureTools Functional</tags> | ||
<releaseNotes>https://github.com/bbtsoftware/BBT.StructureTools/releases/tag/2.0.1</releaseNotes> | ||
<dependencies> | ||
<group targetFramework="net6.0" /> | ||
<group targetFramework="netstandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src=".\icon.png" target="" /> | ||
<file src="..\..\src\BBT.StructureTools.Extensions\bin\Release\netstandard2.0\BBT.StructureTools.Extensions.dll" target="lib\netstandard2.0" /> | ||
<file src="..\..\src\BBT.StructureTools.Extensions\bin\Release\netstandard2.0\BBT.StructureTools.Extensions.pdb" target="lib\netstandard2.0" /> | ||
<file src="..\..\src\BBT.StructureTools.Extensions\bin\Release\netstandard2.0\BBT.StructureTools.xml" target="lib\netstandard2.0" /> | ||
<file src="..\..\src\BBT.StructureTools.Extensions\bin\Release\net6.0\BBT.StructureTools.Extensions.dll" target="lib\net6.0" /> | ||
<file src="..\..\src\BBT.StructureTools.Extensions\bin\Release\net6.0\BBT.StructureTools.Extensions.pdb" target="lib\net6.0" /> | ||
<file src="..\..\src\BBT.StructureTools.Extensions\bin\Release\net6.0\BBT.StructureTools.xml" target="lib\net6.0" /> | ||
</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