Skip to content

Commit

Permalink
Add Title and edit Description.
Browse files Browse the repository at this point in the history
Add System.ComponentModel.Composition also to the Client package.
  • Loading branch information
Fitzchak Yitzchaki committed Apr 1, 2012
1 parent 481a5c8 commit 879bce8
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 22 deletions.
1 change: 1 addition & 0 deletions NuGet/RavenDB.Client.Debug.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<metadata>
<id>RavenDB.Client.Debug</id>
<version>1.0</version>
<title>RavenDB Client Debug</title>
<authors>Hibernating Rhinos</authors>
<description>RavenDB client debugger visualizer</description>
<language>en-US</language>
Expand Down
3 changes: 2 additions & 1 deletion NuGet/RavenDB.Client.FSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<metadata>
<id>RavenDB.Client.FSharp</id>
<version>1.0</version>
<title>RavenDB Client for FSharp</title>
<authors>Hibernating Rhinos</authors>
<description>RavenDB client FSharp library</description>
<description>This package includes the clinet API of RavenDB to use in FSharp project. RavenDB is a document database for the .NET/Windows platform, offering a flexible data model design to fit the needs of real world systems.</description>
<language>en-US</language>
<licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
<projectUrl>http://www.ravendb.net/</projectUrl>
Expand Down
3 changes: 2 additions & 1 deletion NuGet/RavenDB.Client.MvcIntegration.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<metadata>
<id>RavenDB.Client.MvcIntegration</id>
<version>1.0</version>
<title>RavenDB Client MvcIntegration</title>
<authors>Hibernating Rhinos</authors>
<description>RavenDB client asp.net mvc integration</description>
<description>RavenDB client MvcIntegration let you include a visual profiler in your ASP.NET MVC application which will show you all the opened session and the time took to complete each database request. This can help you when developing with RavenDB.</description>
<language>en-US</language>
<licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
<projectUrl>http://www.ravendb.net/</projectUrl>
Expand Down
40 changes: 22 additions & 18 deletions NuGet/RavenDB.Client.nuspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>RavenDB.Client</id>
<version>1.0</version>
<authors>Hibernating Rhinos</authors>
<description>RavenDB client libraries</description>
<language>en-US</language>
<licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
<projectUrl>http://www.ravendb.net/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags>nosql ravendb raven document database client</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="[4.0.8]"/>
<dependency id="NLog" version="[2.0.0.2000]" />
</dependencies>
<iconUrl>http://static.ravendb.net/logo-for-nuget.png</iconUrl>
</metadata>
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>RavenDB.Client</id>
<version>1.0</version>
<title>RavenDB Client</title>
<authors>Hibernating Rhinos</authors>
<description>This package includes the clinet API of RavenDB. RavenDB is a document database for the .NET/Windows platform, offering a flexible data model design to fit the needs of real world systems.</description>
<language>en-US</language>
<licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
<projectUrl>http://www.ravendb.net/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags>nosql ravendb raven document database client</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="[4.0.8]"/>
<dependency id="NLog" version="[2.0.0.2000]" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ComponentModel.Composition" targetFramework="net40" />
</frameworkAssemblies>
<iconUrl>http://static.ravendb.net/logo-for-nuget.png</iconUrl>
</metadata>
</package>
3 changes: 2 additions & 1 deletion NuGet/RavenDB.Database.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<metadata>
<id>RavenDB.Database</id>
<version>1.0</version>
<title>RavenDB Database</title>
<authors>Hibernating Rhinos</authors>
<description>RavenDB database package</description>
<description>This package include the RavenDB database binraies. Use this package if you want to run RavenDB binaries in your application folder. Don't use this pakcage if you just want to work with existing RavenDB server, in order to so just use the client API which is in the RavenDB.Client package. RavenDB is a document database for the .NET/Windows platform, offering a flexible data model design to fit the needs of real world systems.</description>
<language>en-US</language>
<licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
<projectUrl>http://www.ravendb.net/</projectUrl>
Expand Down
3 changes: 2 additions & 1 deletion NuGet/RavenDB.Embedded.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<metadata>
<id>RavenDB.Embedded</id>
<version>1.0</version>
<title>RavenDB Embedded</title>
<authors>Hibernating Rhinos</authors>
<description>RavenDB embedded database</description>
<description>This package let you include RavenDB embedded in-process with your application. RavenDB is a document database for the .NET/Windows platform, offering a flexible data model design to fit the needs of real world systems.</description>
<language>en-US</language>
<licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
<projectUrl>http://www.ravendb.net/</projectUrl>
Expand Down

0 comments on commit 879bce8

Please sign in to comment.