Skip to content

Commit

Permalink
nuget: support for .Net 3.5, .Net 4.0, .Net 4.5 and included xml docu…
Browse files Browse the repository at this point in the history
…mentation (Issue S7NetPlus#65).

Signed-off-by: Michele Cattafesta <[email protected]>
  • Loading branch information
mesta1 committed Aug 26, 2016
1 parent 8f4dd2e commit 7e7b867
Show file tree
Hide file tree
Showing 7 changed files with 2,591 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NuGetPack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
set /p version="Version: "
msbuild S7.Net\S7.Net.csproj /P:Configuration=Release
rmdir /S /Q nuget-pack\lib
xcopy S7.Net\bin\Release\S7.Net.dll nuget-pack\lib\net35\ /Y
xcopy S7.Net\bin\Release\S7.Net.xml nuget-pack\lib\net35\ /Y
xcopy S7.Net\bin\Release\S7.Net.dll nuget-pack\lib\net40\ /Y
xcopy S7.Net\bin\Release\S7.Net.xml nuget-pack\lib\net40\ /Y
xcopy S7.Net\bin\Release\S7.Net.dll nuget-pack\lib\net45\ /Y
xcopy S7.Net\bin\Release\S7.Net.xml nuget-pack\lib\net45\ /Y
.nuget\nuget pack nuget-pack\S7.Net.nuspec -Version %version%
pause
Binary file added nuget-pack/lib/net35/S7.Net.dll
Binary file not shown.
862 changes: 862 additions & 0 deletions nuget-pack/lib/net35/S7.Net.xml

Large diffs are not rendered by default.

Binary file added nuget-pack/lib/net40/S7.Net.dll
Binary file not shown.
862 changes: 862 additions & 0 deletions nuget-pack/lib/net40/S7.Net.xml

Large diffs are not rendered by default.

Binary file modified nuget-pack/lib/net45/S7.Net.dll
Binary file not shown.
862 changes: 862 additions & 0 deletions nuget-pack/lib/net45/S7.Net.xml

Large diffs are not rendered by default.

0 comments on commit 7e7b867

Please sign in to comment.