File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 11
11
<language >en-US</language >
12
12
<licenseUrl >http://opensource.org/licenses/MIT</licenseUrl >
13
13
<projectUrl >http://umbraco.com/</projectUrl >
14
- <iconUrl >http ://umbraco.com/media/357769/100px_transparent .png</iconUrl >
14
+ <iconUrl >https ://umbraco.com/dist/nuget/logo-small .png</iconUrl >
15
15
<tags >Umbraco Examine Lucene PDF UmbracoExamine</tags >
16
16
<requireLicenseAcceptance >false</requireLicenseAcceptance >
17
17
<dependencies >
Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Globalization ;
3
- using System . Linq ;
4
2
using Examine ;
5
3
using Examine . LuceneEngine . Providers ;
6
4
using Lucene . Net . Index ;
7
5
using Umbraco . Core ;
8
6
using Umbraco . Core . Cache ;
9
7
using Umbraco . Core . Composing ;
10
- using Umbraco . Core . Events ;
11
- using Umbraco . Core . Models ;
12
8
using Umbraco . Core . Services ;
13
9
using Umbraco . Core . Services . Changes ;
14
- using Umbraco . Core . Services . Implement ;
15
10
using Umbraco . Core . Logging ;
16
11
using Umbraco . Core . Sync ;
17
12
using Umbraco . Web . Cache ;
You can’t perform that action at this time.
0 commit comments