Skip to content

Commit 788bfb8

Browse files
committed
Upgrade Editor-DataBase-Image-Browser to 2017.1.118
1 parent 7b97dac commit 788bfb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+36813
-25315
lines changed

editor/database-image-browser/DatabaseImageBrowser/DatabaseImageBrowser.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<IISExpressUseClassicPipelineMode />
2323
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
2424
<RestorePackages>true</RestorePackages>
25+
<UseGlobalApplicationHostFile />
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2728
<DebugSymbols>true</DebugSymbols>
@@ -41,9 +42,10 @@
4142
<WarningLevel>4</WarningLevel>
4243
</PropertyGroup>
4344
<ItemGroup>
44-
<Reference Include="Kendo.Mvc, Version=2013.2.716.340, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
45+
<Reference Include="Kendo.Mvc, Version=2017.1.118.440, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
4546
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>..\lib\KENDOUIMVC\2014.3.1119.414\Kendo.Mvc.dll</HintPath>
47+
<HintPath>..\lib\KENDOUIMVC\2017.1.118.440\Kendo.Mvc.dll</HintPath>
48+
<Private>True</Private>
4749
</Reference>
4850
<Reference Include="Microsoft.CSharp" />
4951
<Reference Include="System" />

editor/database-image-browser/DatabaseImageBrowser/Views/Shared/_Layout.cshtml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<head>
44
<title>@ViewBag.Title</title>
55
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
6-
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
7-
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
8-
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" />
9-
<script src="http://cdn.kendostatic.com/2014.3.1119/js/jquery.min.js"></script>
10-
<script src="http://cdn.kendostatic.com/2014.3.1119/js/kendo.all.min.js"></script>
11-
<script src="http://cdn.kendostatic.com/2014.3.1119/js/kendo.aspnetmvc.min.js"></script>
6+
<link href="https://kendo.cdn.telerik.com/2017.1.118/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
7+
<link href="https://kendo.cdn.telerik.com/2017.1.118/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
8+
<link href="https://kendo.cdn.telerik.com/2017.1.118/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" />
9+
<script src="https://kendo.cdn.telerik.com/2017.1.118/js/jquery.min.js"></script>
10+
<script src="https://kendo.cdn.telerik.com/2017.1.118/js/jszip.min.js"></script>
11+
<script src="https://kendo.cdn.telerik.com/2017.1.118/js/kendo.all.min.js"></script>
12+
<script src="https://kendo.cdn.telerik.com/2017.1.118/js/kendo.aspnetmvc.min.js"></script>
1213
</head>
1314
<body>
1415

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)