File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
InfobipClient/InfobipClientLib Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 3535 </PropertyGroup >
3636 <ItemGroup >
3737 <None Include =" App.config" />
38+ <None Include =" InfobipClientLib.nuspec" />
3839 <None Include =" packages.config" />
3940 </ItemGroup >
4041 <ItemGroup >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <package >
3+ <metadata >
4+ <id >Infobip.Api.Client</id >
5+ <version >1.0.0</version >
6+ <title >Infobip API C# Client Library</title >
7+ <authors >Infobip</authors >
8+ <owners >Infobip</owners >
9+ <licenseUrl >https://github.com/infobip/infobip-api-csharp-client</licenseUrl >
10+ <projectUrl >https://github.com/infobip/infobip-api-csharp-client</projectUrl >
11+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
12+ <description >Infobip API C# Client Library</description >
13+ <releaseNotes >Initial package release, supporting all main API features.</releaseNotes >
14+ <copyright >Copyright 2017</copyright >
15+ <tags >infobip sms api client</tags >
16+ <dependencies >
17+ <dependency id =" Newtonsoft.Json" version =" 10.0.3" />
18+ </dependencies >
19+ </metadata >
20+ <files >
21+ <file src =" bin\Release\InfobipClientLib.dll" target =" lib\net45\InfobipClientLib.dll" />
22+ </files >
23+ </package >
You can’t perform that action at this time.
0 commit comments