Skip to content

Commit 791b44b

Browse files
committed
remove old dlls + add NuGet /packages
1 parent bee8058 commit 791b44b

File tree

61 files changed

+3951
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3951
-33
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ App_Data/
4141
*.resharper.user
4242
*.suo
4343
*.user
44-
packages
4544
*.ncrunch*
4645
*.gpState
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/rename/RazorEngine.dll

-55.5 KB
Binary file not shown.

lib/rename/ServiceStack.Common.dll

-241 KB
Binary file not shown.
-97 KB
Binary file not shown.
-12 KB
Binary file not shown.

lib/rename/ServiceStack.OrmLite.dll

-159 KB
Binary file not shown.

lib/rename/ServiceStack.Razor.dll

-122 KB
Binary file not shown.

lib/rename/ServiceStack.Redis.dll

-213 KB
Binary file not shown.
-250 KB
Binary file not shown.

lib/rename/ServiceStack.Text.dll

-178 KB
Binary file not shown.

lib/rename/ServiceStack.dll

-753 KB
Binary file not shown.

lib/rename/System.Web.Razor.dll

-174 KB
Binary file not shown.

lib/rename/sqlite3.dll

-492 KB
Binary file not shown.
Binary file not shown.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>ServiceStack</id>
5+
<version>3.9.63</version>
6+
<title>ServiceStack webservice framework: Faster, Cleaner, Modern WCF alternative</title>
7+
<authors>Demis Bellot</authors>
8+
<owners>Demis Bellot</owners>
9+
<licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
11+
<iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>Binaries for the ServiceStack web framework.
14+
Visit http://www.servicestack.net/ServiceStack.Hello/
15+
and https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice
16+
for walk throughs and docs on creating your first web service.</description>
17+
<summary>Opensource .NET and Mono REST Web Services framework</summary>
18+
<releaseNotes />
19+
<copyright>servicestack.net 2012 and contributors</copyright>
20+
<language>en-US</language>
21+
<tags>Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework MONO ServiceStack</tags>
22+
<dependencies>
23+
<dependency id="ServiceStack.Common" version="[3.0, 4.0)" />
24+
<dependency id="ServiceStack.Redis" version="[3.0, 4.0)" />
25+
<dependency id="ServiceStack.OrmLite.SqlServer" version="[3.0, 4.0)" />
26+
</dependencies>
27+
<references>
28+
<reference file="ServiceStack.dll" />
29+
<reference file="ServiceStack.ServiceInterface.dll" />
30+
</references>
31+
</metadata>
32+
</package>
Binary file not shown.
Binary file not shown.

lib/rename/ServiceStack.xml renamed to src/packages/ServiceStack.3.9.63/lib/net35/ServiceStack.xml

Lines changed: 212 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>ServiceStack.Common</id>
5+
<version>3.9.63</version>
6+
<title>Service Clients and Common libs for ServiceStack projects</title>
7+
<authors>Demis Bellot</authors>
8+
<owners>Demis Bellot</owners>
9+
<licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
11+
<iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>Common library dependency for other ServiceStack projects.
14+
Includes JSON, XML, JSV and SOAP Generic Service Clients.
15+
Contains:
16+
- ServiceStack.Interfaces
17+
- ServiceStack.Common
18+
Dependencies:
19+
- ServiceStack.Text</description>
20+
<summary>Opensource .NET and Mono REST Web Services framework</summary>
21+
<releaseNotes />
22+
<copyright>servicestack.net 2012 and contributors</copyright>
23+
<language>en-US</language>
24+
<tags>ServiceStack Common Framework Clients ServiceClients Gateway</tags>
25+
<dependencies>
26+
<dependency id="ServiceStack.Text" version="[3.0, 4.0)" />
27+
</dependencies>
28+
<references>
29+
<reference file="ServiceStack.Common.dll" />
30+
<reference file="ServiceStack.Interfaces.dll" />
31+
</references>
32+
</metadata>
33+
</package>

0 commit comments

Comments
 (0)