Skip to content

Commit f4e8856

Browse files
committed
Moved nuget files. Removed Nuget project
1 parent e7035ed commit f4e8856

File tree

10 files changed

+36
-125
lines changed

10 files changed

+36
-125
lines changed

Nuget/Nuget.csproj

Lines changed: 0 additions & 57 deletions
This file was deleted.

Nuget/Nuget.nuspec

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<package >
33
<metadata>
4-
<id>DelegateFactory</id>
4+
<id>DelegatesFactory</id>
55
<version>1.0.0</version>
6-
<title>DelegateFactory</title>
6+
<title>DelegatesFactory</title>
77
<authors>npodbielski</authors>
88
<owners>npodbielski</owners>
99
<description>
@@ -17,14 +17,37 @@
1717
</summary>
1818
<language>en-US</language>
1919
<projectUrl>https://nuget.org/packages/DelegateFactory</projectUrl>
20-
<iconUrl>file://delegateFactoryIcon.png</iconUrl>
20+
<iconUrl>http://internetexception.com/nuget/delegateFactoryIcon.png</iconUrl>
2121
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2222
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
2323
<copyright>Copyright npodbielski 2017</copyright>
2424
<tags>reflection, delegates</tags>
2525
</metadata>
2626
<files>
27-
<file src="lib\**.dll" target="lib" />
28-
<file src="lib\**.xml" target="lib" />
27+
<file src="..\Platforms\NET35\DelegatesFactory\bin\Release\**.dll" target="lib\NET35" />
28+
<file src="..\Platforms\NET35\DelegatesFactory\bin\Release\**.pdb" target="lib\NET35" />
29+
<file src="..\Platforms\NET35\DelegatesFactory\bin\Release\**.xml" target="lib\NET35" />
30+
<file src="..\Platforms\NET4\DelegatesFactory\bin\Release\**.dll" target="lib\NET4" />
31+
<file src="..\Platforms\NET4\DelegatesFactory\bin\Release\**.pdb" target="lib\NET4" />
32+
<file src="..\Platforms\NET4\DelegatesFactory\bin\Release\**.xml" target="lib\NET4" />
33+
<file src="..\Platforms\NET45\DelegatesFactory\bin\Release\**.dll" target="lib\NET45" />
34+
<file src="..\Platforms\NET45\DelegatesFactory\bin\Release\**.pdb" target="lib\NET45" />
35+
<file src="..\Platforms\NET45\DelegatesFactory\bin\Release\**.xml" target="lib\NET45" />
36+
<file src="..\Platforms\NET46\DelegatesFactory\bin\Release\**.dll" target="lib\NET46" />
37+
<file src="..\Platforms\NET46\DelegatesFactory\bin\Release\**.pdb" target="lib\NET46" />
38+
<file src="..\Platforms\NET46\DelegatesFactory\bin\Release\**.xml" target="lib\NET46" />
39+
<file src="..\Platforms\NETCore\DelegatesFactory\bin\Release\netstandard1.6\**.dll" target="lib\NETCore" />
40+
<file src="..\Platforms\NETCore\DelegatesFactory\bin\Release\netstandard1.6\**.pdb" target="lib\NETCore" />
41+
<file src="..\Platforms\NETCore\DelegatesFactory\bin\Release\netstandard1.6\**.xml" target="lib\NETCore" />
42+
<file src="..\Platforms\NETPortable\DelegatesFactory\bin\Release\**.dll" target="lib\portable-net45+sl50+netcore45+wpa81+wp8" />
43+
<file src="..\Platforms\NETPortable\DelegatesFactory\bin\Release\**.pdb" target="lib\portable-net45+sl50+netcore45+wpa81+wp8" />
44+
<file src="..\Platforms\NETPortable\DelegatesFactory\bin\Release\**.xml" target="lib\portable-net45+sl50+netcore45+wpa81+wp8" />
45+
<file src="..\Platforms\NETStandard\DelegatesFactory\bin\Release\**.dll" target="lib\netstandard1.5" />
46+
<file src="..\Platforms\NETStandard\DelegatesFactory\bin\Release\**.pdb" target="lib\netstandard1.5" />
47+
<file src="..\Platforms\NETStandard\DelegatesFactory\bin\Release\**.xml" target="lib\netstandard1.5" />
48+
<file src="..\src\DelegatesFactory\CustomDelegates\**\*.cs" target="src\CustomDelegates" />
49+
<file src="..\src\DelegatesFactory\Extensions\**\*.cs" target="src\Extensions" />
50+
<file src="..\src\DelegatesFactory\Helper\**\*.cs" target="src\Helper" />
51+
<file src="..\src\DelegatesFactory\*.cs" target="src" />
2952
</files>
3053
</package>

Nuget/pack-publish.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nuget pack Nuget.csproj -symbols -properties Configuration=Release -outputdirectory .\bin\Release
2-
--nuget push .\bin\Release\DelegateFactory.1.0.0.nupkg -Source https://www.nuget.org/api/v2/package
1+
nuget pack Nuget.nuspec -symbols -properties Configuration=Release -outputdirectory packages
2+
nuget push .\packages\DelegatesFactory.1.0.0.nupkg -Source https://www.nuget.org/api/v2/package
134 KB
Binary file not shown.
323 KB
Binary file not shown.

Platforms/NETCore/DelegatesFactory/Nuget.nuspec

Lines changed: 0 additions & 53 deletions
This file was deleted.
-2.79 KB
Binary file not shown.

Platforms/NETCore/DelegatesFactory/pack-publish.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

Platforms/NETCore/DelegatesTest/project.fragment.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"type": "project",
66
"framework": ".NETStandard,Version=v1.5",
77
"compile": {
8-
"bin/Debug/DelegatesFactory.dll": {}
8+
"bin/Release/DelegatesFactory.dll": {}
99
},
1010
"runtime": {
11-
"bin/Debug/DelegatesFactory.dll": {}
11+
"bin/Release/DelegatesFactory.dll": {}
1212
},
1313
"contentFiles": {
14-
"bin/Debug/DelegatesFactory.pdb": {
14+
"bin/Release/DelegatesFactory.pdb": {
1515
"buildAction": "None",
1616
"codeLanguage": "any",
1717
"copyToOutput": true

Platforms/NETStandard/DelegatesTest/project.fragment.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"type": "project",
66
"framework": ".NETStandard,Version=v1.5",
77
"compile": {
8-
"bin/Debug/DelegatesFactory.dll": {}
8+
"bin/Release/DelegatesFactory.dll": {}
99
},
1010
"runtime": {
11-
"bin/Debug/DelegatesFactory.dll": {}
11+
"bin/Release/DelegatesFactory.dll": {}
1212
},
1313
"contentFiles": {
14-
"bin/Debug/DelegatesFactory.pdb": {
14+
"bin/Release/DelegatesFactory.pdb": {
1515
"buildAction": "None",
1616
"codeLanguage": "any",
1717
"copyToOutput": true

0 commit comments

Comments
 (0)