Skip to content

Commit

Permalink
updated version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Aug 13, 2013
1 parent 165f818 commit 8e1328a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ TestResults/*
Examine.Web.Demo/App_Data/*
*.user
build/Releases/*
packages/*
packages/*
Projects/Examine.Web.Demo/App_Data/*.sdf
Projects/Examine.Web.Demo/App_Data/SimpleIndexSet2/Index/*
1 change: 1 addition & 0 deletions Examine.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Build-Release.ps1 = Build-Release.ps1
Examine.vsmdi = Examine.vsmdi
Local.testsettings = Local.testsettings
README.md = README.md
SolutionInfo.cs = SolutionInfo.cs
EndProjectSection
EndProject
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ Examine allows you to index and search data easily and wraps the Lucene.Net inde
* If you're a Lucene fanatic, you can specify any type of Analzers you want to use for your indexing or searching via configuration.

Full documentation can be found in the [Documentation](https://github.com/Shandem/Examine/wiki) section.

## Nuget

PM> Install-Package Examine

## Copyright & Licence

© 2013 by Shannon Deminick

This is free software and is licensed under the [Microsoft Public License (Ms-PL)](http://opensource.org/licenses/MS-PL)
4 changes: 2 additions & 2 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyCulture("")]


[assembly: AssemblyVersion("0.1.51.2941")]
[assembly: AssemblyFileVersion("0.1.51.2941")]
[assembly: AssemblyVersion("0.1.52.2941")]
[assembly: AssemblyFileVersion("0.1.52.2941")]

0 comments on commit 8e1328a

Please sign in to comment.