Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions NuGet/NuGetPack.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SET NUGET=..\src\.nuget\nuget
%NUGET% pack ServiceStack.Logging.Elmah\servicestack.logging.elmah.nuspec -symbols
%NUGET% pack ServiceStack.Logging.EntLib5\servicestack.logging.entlib5.nuspec -symbols
%NUGET% pack ServiceStack.Logging.EventLog\servicestack.logging.eventlog.nuspec -symbols
%NUGET% pack ServiceStack.Logging.Log4Net\servicestack.logging.log4net.nuspec -symbols
%NUGET% pack ServiceStack.Logging.Log4Netv129\servicestack.logging.log4netv129.nuspec -symbols
%NUGET% pack ServiceStack.Logging.Log4Netv1210\servicestack.logging.log4netv1210.nuspec -symbols
%NUGET% pack ServiceStack.Logging.NLog\servicestack.logging.nlog.nuspec -symbols

15 changes: 15 additions & 0 deletions NuGet/NuGetPush.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SET NUGET=..\src\.nuget\nuget
%NUGET% push ServiceStack.Logging.Elmah.3.9.60.nupkg
%NUGET% push ServiceStack.Logging.Elmah.3.9.60.symbols.nupkg
%NUGET% push ServiceStack.Logging.EntLib5.3.9.60.nupkg
%NUGET% push ServiceStack.Logging.EntLib5.3.9.60.symbols.nupkg
%NUGET% push ServiceStack.Logging.EventLog.3.9.60.nupkg
%NUGET% push ServiceStack.Logging.EventLog.3.9.60.symbols.nupkg
%NUGET% push ServiceStack.Logging.Log4Net.3.9.60.nupkg
%NUGET% push ServiceStack.Logging.Log4Net.3.9.60.symbols.nupkg
%NUGET% push ServiceStack.Logging.Log4Netv129.3.9.60.nupkg
%NUGET% push ServiceStack.Logging.Log4Netv129.3.9.60.symbols.nupkg
%NUGET% push ServiceStack.Logging.Log4Netv1210.3.9.60.nupkg
%NUGET% push ServiceStack.Logging.Log4Netv1210.3.9.60.symbols.nupkg
%NUGET% push ServiceStack.Logging.NLog.3.9.60.nupkg
%NUGET% push ServiceStack.Logging.NLog.3.9.60.symbols.nupkg
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<dependency id="ServiceStack.Common" version="[3,4)" />
</dependencies>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\..\src\ServiceStack.Logging.Elmah\**\*.cs" target="src" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<dependency id="ServiceStack.Common" version="[3,4)" />
</dependencies>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\..\src\ServiceStack.Logging.EntLib5\**\*.cs" target="src" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
<dependency id="ServiceStack.Common" version="[3,4)" />
</dependencies>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\..\src\ServiceStack.Logging.EventLog\**\*.cs" target="src" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<dependency id="ServiceStack.Common" version="[3,4)" />
</dependencies>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\..\src\ServiceStack.Logging.Log4Net\**\*.cs" target="src" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<dependency id="ServiceStack.Common" />
</dependencies>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\..\src\ServiceStack.Logging.Log4Netv1210\**\*.cs" target="src" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
</dependencies>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\..\lib\log4net.1.2.9.dll" target="lib\net35\log4net.dll" />
<file src="..\..\src\ServiceStack.Logging.Log4Netv129\**\*.cs" target="src" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<dependency id="ServiceStack.Common" version="[3,4)" />
</dependencies>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\..\src\ServiceStack.Logging.NLog\**\*.cs" target="src" />
</files>
</package>
Binary file modified src/.nuget/NuGet.exe
Binary file not shown.