File tree 4 files changed +25
-0
lines changed
4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
+ <metadata >
4
+ <id >C-Sharp-Algorithms</id >
5
+ <version >1.0.0</version >
6
+ <title >C-Sharp-Algorithms</title >
7
+ <authors >Ahmad Alhour</authors >
8
+ <owners >Ahmad Alhour</owners >
9
+ <requireLicenseAcceptance >true</requireLicenseAcceptance >
10
+ <license type =" expression" >MIT</license >
11
+ <projectUrl >https://github.com/aalhour/C-Sharp-Algorithms</projectUrl >
12
+ <icon >images\icon.png</icon >
13
+ <description >Plug-and-play class-library project of standard Data Structures and Algorithms in C#.</description >
14
+ </metadata >
15
+ <files >
16
+ <file src =" ..\Algorithms\bin\Release\**\*.*" target =" lib" />
17
+ <file src =" .\*.*" exclude =" *.cmd" />
18
+ <file src =" .\images\icon.png" target =" images\" />
19
+ </files >
20
+ </package >
Original file line number Diff line number Diff line change
1
+ cd ..
2
+ dotnet build -c Release
3
+ cd Nuget
4
+ nuget pack c-sharp-algorithms.nuspec -Exclude .\*.*
5
+ nuget push C-Sharp-Algorithms.1.0.0.nupkg -Source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments