Updates to latest examine version which internally supports tokenized paths in config so we don't need to do this in the umbraco core.

This commit is contained in:
Shannon
2015-02-13 15:34:54 +11:00
parent 0600d5c463
commit c7778467e3
16 changed files with 40 additions and 52 deletions

View File

@@ -127,9 +127,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\dotless.1.4.1.0\lib\dotless.Core.dll</HintPath>
</Reference>
<Reference Include="Examine, Version=0.1.59.2941, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Examine.0.1.59.2941\lib\Examine.dll</HintPath>
<Reference Include="Examine">
<HintPath>..\packages\Examine.0.1.60.2941\lib\Examine.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>

View File

@@ -4,7 +4,7 @@
<package id="ClientDependency" version="1.8.1.0" targetFramework="net45" />
<package id="ClientDependency-Mvc" version="1.8.0.0" targetFramework="net45" />
<package id="dotless" version="1.4.1.0" targetFramework="net45" />
<package id="Examine" version="0.1.59.2941" targetFramework="net45" />
<package id="Examine" version="0.1.60.2941" targetFramework="net45" />
<package id="ImageProcessor" version="1.9.5.0" targetFramework="net45" />
<package id="ImageProcessor.Web" version="3.3.1.0" targetFramework="net45" />
<package id="log4net-mediumtrust" version="2.0.0" targetFramework="net40" />