Skip to content

Commit

Permalink
Updated samples to latest NuGet version
Browse files Browse the repository at this point in the history
  • Loading branch information
kjac committed Nov 26, 2017
1 parent 2c6bb2e commit 1aee60d
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 20 deletions.
8 changes: 5 additions & 3 deletions Samples/Advanced custom field/My.Fields.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Examine.0.1.68.0\lib\Examine.dll</HintPath>
</Reference>
<Reference Include="FormEditor, Version=1.3.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.0.1\lib\net40\FormEditor.dll</HintPath>
<Reference Include="FormEditor, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.1.0\lib\net40\FormEditor.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -298,7 +298,9 @@
<Content Include="App_Plugins\FormEditor\editor\fields\my.range.png" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
<Content Include="packages.config">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Views\Web.config">
Expand Down
2 changes: 1 addition & 1 deletion Samples/Advanced custom field/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="ClientDependency" version="1.8.4" targetFramework="net45" />
<package id="ClientDependency-Mvc5" version="1.8.0.0" targetFramework="net45" />
<package id="Examine" version="0.1.68.0" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.0.1" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.1.0" targetFramework="net45" />
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" />
<package id="ImageProcessor" version="2.3.0.0" targetFramework="net45" />
<package id="ImageProcessor.Web" version="4.4.0.0" targetFramework="net45" />
Expand Down
8 changes: 5 additions & 3 deletions Samples/Custom validation condition/My.Conditions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<HintPath>..\packages\Examine.0.1.68.0\lib\Examine.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FormEditor, Version=1.3.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.0.1\lib\net40\FormEditor.dll</HintPath>
<Reference Include="FormEditor, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.1.0\lib\net40\FormEditor.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack">
<HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
Expand Down Expand Up @@ -270,7 +270,9 @@
<Content Include="JS\FormEditor\MyLengthConditionSync.js" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Custom validation condition/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="ClientDependency" version="1.8.4" targetFramework="net45" />
<package id="ClientDependency-Mvc5" version="1.8.0.0" targetFramework="net45" />
<package id="Examine" version="0.1.68.0" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.0.1" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.1.0" targetFramework="net45" />
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" />
<package id="ImageProcessor" version="2.3.0.0" targetFramework="net45" />
<package id="ImageProcessor.Web" version="4.4.0.0" targetFramework="net45" />
Expand Down
8 changes: 5 additions & 3 deletions Samples/Elastic storage index/FormEditor.ElasticIndex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<HintPath>..\packages\Examine.0.1.68.0\lib\Examine.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FormEditor, Version=1.3.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.0.1\lib\net40\FormEditor.dll</HintPath>
<Reference Include="FormEditor, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.1.0\lib\net40\FormEditor.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
Expand Down Expand Up @@ -288,7 +288,9 @@
<Compile Include="Storage\Index.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Elastic storage index/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="ClientDependency-Mvc5" version="1.8.0.0" targetFramework="net45" />
<package id="Elasticsearch.Net" version="1.6.0" targetFramework="net45" />
<package id="Examine" version="0.1.68.0" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.0.1" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.1.0" targetFramework="net45" />
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" />
<package id="ImageProcessor" version="2.3.0.0" targetFramework="net45" />
<package id="ImageProcessor.Web" version="4.4.0.0" targetFramework="net45" />
Expand Down
8 changes: 5 additions & 3 deletions Samples/Event handling/My.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<Reference Include="Examine">
<HintPath>..\packages\Examine.0.1.68.0\lib\Examine.dll</HintPath>
</Reference>
<Reference Include="FormEditor, Version=1.3.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.0.1\lib\net40\FormEditor.dll</HintPath>
<Reference Include="FormEditor, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.1.0\lib\net40\FormEditor.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack">
<HintPath>..\packages\HtmlAgilityPack.1.4.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
Expand Down Expand Up @@ -246,7 +246,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Event handling/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="ClientDependency" version="1.8.4" targetFramework="net45" />
<package id="ClientDependency-Mvc5" version="1.8.0.0" targetFramework="net45" />
<package id="Examine" version="0.1.68.0" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.0.1" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.1.0" targetFramework="net45" />
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" />
<package id="ImageProcessor" version="2.3.0.0" targetFramework="net45" />
<package id="ImageProcessor.Web" version="4.4.0.0" targetFramework="net45" />
Expand Down
8 changes: 5 additions & 3 deletions Samples/SQL storage index/FormEditor.SqlIndex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Examine.0.1.68.0\lib\Examine.dll</HintPath>
</Reference>
<Reference Include="FormEditor, Version=1.3.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.0.1\lib\net40\FormEditor.dll</HintPath>
<Reference Include="FormEditor, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FormEditor.Binaries.1.3.1.0\lib\net40\FormEditor.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -265,7 +265,9 @@
<Compile Include="Storage\Entry.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/SQL storage index/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="ClientDependency" version="1.8.4" targetFramework="net45" />
<package id="ClientDependency-Mvc5" version="1.8.0.0" targetFramework="net45" />
<package id="Examine" version="0.1.68.0" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.0.1" targetFramework="net45" />
<package id="FormEditor.Binaries" version="1.3.1.0" targetFramework="net45" />
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" />
<package id="ImageProcessor" version="2.3.0.0" targetFramework="net45" />
<package id="ImageProcessor.Web" version="4.4.0.0" targetFramework="net45" />
Expand Down

0 comments on commit 1aee60d

Please sign in to comment.