Skip to content

Commit

Permalink
Link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Sep 16, 2013
1 parent a519cb5 commit b9f9627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
SolrNet 0.4.0
Solr client for .NET
http://code.google.com/p/solrnet/
## SolrNet is an [Apache Solr](http://lucene.apache.org/solr/) client for .NET

This release is built against:
Castle Windsor 3.0.0.2230
Ninject 2.2.1.0
StructureMap 2.6.2
Autofac 2.5.2
NHibernate 3.2.0
Unity 2.1.505

If you use the built-in container, you'll need Microsoft.Practices.ServiceLocation.dll
If you use SolrNet with the Windsor integration, you'll need Windsor binaries instead.
and so on.

The "unmerged" directory in the release package contains the unmerged assemblies in case you want more control.
[See documentation here](Documentation/README.md).
1 change: 0 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ Target "ReleasePackage" <| fun _ ->
let outputPath = "build"
rm_rf outputPath
mkdir outputPath
cp "readme.md" outputPath
if File.Exists docsFile then
cp docsFile outputPath

Expand Down

0 comments on commit b9f9627

Please sign in to comment.