Skip to content

Commit 4b5c3a0

Browse files
committed
Fix settings for NuGet.
1 parent 582be94 commit 4b5c3a0

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

Libraries/Cube.FileSystem.nuspec

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@
66
<title>$title$</title>
77
<authors>$author$</authors>
88
<owners>$author$</owners>
9-
<licenseUrl>https://github.com/cube-soft/Cube.FileSystem/blob/master/License.txt</licenseUrl>
10-
<projectUrl>https://github.com/cube-soft/Cube.FileSystem</projectUrl>
11-
<iconUrl>https://github.com/cube-soft/Cube.FileSystem/blob/master/Icon.png</iconUrl>
12-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<copyright>$copyright$</copyright>
1310
<description>I/O library for CubeSoft applications.</description>
1411
<releaseNotes>Private release.</releaseNotes>
15-
<copyright>$copyright$</copyright>
1612
<tags>Cube Windows</tags>
17-
<dependencies>
18-
<dependency id="AlphaFS" version="2.1.3" />
19-
<dependency id="Cube.Core" version="1.5.0" />
20-
<dependency id="log4net" version="2.0.8" />
21-
</dependencies>
13+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14+
<licenseUrl>https://github.com/cube-soft/Cube.FileSystem/blob/master/License.txt</licenseUrl>
15+
<projectUrl>https://github.com/cube-soft/Cube.FileSystem</projectUrl>
16+
<iconUrl>https://github.com/cube-soft/Cube.FileSystem/blob/master/Icon.png</iconUrl>
2217
</metadata>
18+
<files>
19+
<file src="bin\Release\Cube.FileSystem.dll" target="lib\net45" />
20+
</files>
2321
</package>

Libraries/SevenZip/Cube.FileSystem.SevenZip.nuspec

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
<title>$title$</title>
77
<authors>$author$</authors>
88
<owners>$author$</owners>
9-
<licenseUrl>https://github.com/cube-soft/Cube.FileSystem/blob/master/License.txt</licenseUrl>
10-
<projectUrl>https://github.com/cube-soft/Cube.FileSystem</projectUrl>
11-
<iconUrl>https://github.com/cube-soft/Cube.FileSystem/blob/master/Icon.png</iconUrl>
12-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<copyright>$copyright$</copyright>
1310
<description>C# wrapper library for 7-Zip.</description>
1411
<releaseNotes>Private release.</releaseNotes>
15-
<copyright>$copyright$</copyright>
1612
<tags>Cube Windows SevenZip</tags>
17-
<dependencies>
18-
<dependency id="Cube.Core" version="1.5.0" />
19-
<dependency id="log4net" version="2.0.8" />
20-
</dependencies>
13+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14+
<licenseUrl>https://github.com/cube-soft/Cube.FileSystem/blob/master/License.txt</licenseUrl>
15+
<projectUrl>https://github.com/cube-soft/Cube.FileSystem</projectUrl>
16+
<iconUrl>https://github.com/cube-soft/Cube.FileSystem/blob/master/Icon.png</iconUrl>
2117
</metadata>
18+
<files>
19+
<file src="bin\Release\Cube.FileSystem.SevenZip.dll" target="lib\net45" />
20+
</files>
2221
</package>

0 commit comments

Comments
 (0)