Skip to content

Commit 3cae875

Browse files
committed
New package version
1 parent 749d5c2 commit 3cae875

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ Platforms/NETCore/DelegatesFactory/**/*.cs
3333
Platforms/NETCore/DelegatesTest/**/*.cs
3434
Platforms/NETStandard/DelegatesTest/**/*.cs
3535
**/project.fragment.lock.json
36+
**.nupkg

Nuget/Nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>DelegatesFactory</id>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<title>DelegatesFactory</title>
77
<authors>npodbielski</authors>
88
<owners>npodbielski</owners>

Nuget/pack-publish.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
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
3-
nuget push .\packages\DelegatesFactory.1.0.0.symbols.nupkg -source https://nuget.smbsrc.net/
2+
nuget push .\packages\DelegatesFactory.1.0.1.nupkg -Source https://www.nuget.org/api/v2/package
3+
nuget push .\packages\DelegatesFactory.1.0.1.symbols.nupkg -source https://nuget.smbsrc.net/
-134 KB
Binary file not shown.
-323 KB
Binary file not shown.

0 commit comments

Comments
 (0)