Skip to content

Commit

Permalink
Version 8.6.0
Browse files Browse the repository at this point in the history
## Version 8.6.0 - February 23, 2023

  - **Changed:** .NET Framework target is changed from net461 to net472.
    So from now on, you need to have a .NET Framework 4.7.2 or above project to reference our .NET Framework DLL (not related to our .netstandard2.0 DLL).
    Minimum supported development environment version is changed from Visual Studio 2012 to Visual Studio 2015 (first to support net472 targeting pack).
    Minimum supported deployment server OS is still Windows Server 2008 R2 SP1 (first to support net472 runtime).
    Minimum supported deployment client OS is still Windows 7 SP1 (first to support net472 runtime).

  - **Improved:** FileCache will now log information and errors about trimming and migrating.
    - Migration related details and errors will be logged to CacheMigrate.log in cache folder (and important one also to GleamTech.log).
    - Trimming related details and errors will be logged to CacheTrim.log in cache folder (and important one also to GleamTech.log).
    - Updated cache versioning, CacheVersion's first 2 parts are FileCache version, second 2 parts are sub-class cache version.
      e.g. 2.0.1.0 -> FileCache, 2.0.2.0 -> DocumentCache, 2.0.3.0 -> ThumbnailCache.
    - Improved migration handling (especially in FileCache sublasses) and stability.

  - **Changed:** GleamTechConfiguration.LogEnabled property -> The default value is now true.
    GleamTech.log can be found under the temporary folder specified by GleamTechConfiguration.TemporaryFolder.

  - **Changed:** Thumbnail cache subfolder under temporary folder will be renamed: "ImageCache" -> "ThumbnailCache"
  • Loading branch information
GleamTech committed Feb 23, 2023
1 parent 7f930fc commit 6bf9097
Show file tree
Hide file tree
Showing 23 changed files with 99 additions and 105 deletions.
2 changes: 1 addition & 1 deletion Examples/AspNetCoreCS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 16
VisualStudioVersion = 16.0.30709.132
MinimumVisualStudioVersion = 11.0.50727.1
MinimumVisualStudioVersion = 14.0.23107.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreCS", "AspNetCoreCS\AspNetCoreCS.csproj", "{FDA0E92D-1D0D-4EC2-AA71-7D9D037A7C01}"
EndProject
Global
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>GleamTech.FileUltimateExamples.AspNetCoreCS</AssemblyName>
<RootNamespace>GleamTech.FileUltimateExamples.AspNetCoreCS</RootNamespace>
<!--disable NETSDK1138 outdated SDK warning-->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="5.5.5" />
<PackageReference Include="GleamTech.FileUltimate" Version="8.5.1" />
<PackageReference Include="GleamTech.Common" Version="5.6.0" />
<PackageReference Include="GleamTech.FileUltimate" Version="8.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetCoreCS/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:42955",
"applicationUrl": "http://localhost:5220",
"sslPort": 0
}
},
Expand All @@ -19,7 +19,7 @@
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
"applicationUrl": "http://localhost:5221",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetCoreOnNetFullCS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 11.0.50727.1
MinimumVisualStudioVersion = 14.0.23107.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCoreOnNetFullCS", "AspNetCoreOnNetFullCS\AspNetCoreOnNetFullCS.csproj", "{2AD943F9-8CEA-402A-AE92-16E007AC2166}"
EndProject
Global
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="5.5.5" />
<PackageReference Include="GleamTech.FileUltimate" Version="8.5.1" />
<PackageReference Include="GleamTech.Common" Version="5.6.0" />
<PackageReference Include="GleamTech.FileUltimate" Version="8.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetCoreOnNetFullCS/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:54485/",
"applicationUrl": "http://localhost:5216/",
"sslPort": 0
}
},
Expand All @@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:54486/"
"applicationUrl": "http://localhost:5217/"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<button id="updateButton">Update partial view</button>
<br/><br />
<div id="partialViewContainer">
@Html.Partial("FileManagerPartialView", Model)
@await Html.PartialAsync("FileManagerPartialView", Model)
</div>
</body>
</html>
6 changes: 3 additions & 3 deletions Examples/AspNetMvcCS.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 11.0.50727.1
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 14.0.23107.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetMvcCS", "AspNetMvcCS\AspNetMvcCS.csproj", "{51B698FB-5DA0-43BB-A2A1-09E77FDDD948}"
EndProject
Global
Expand Down
21 changes: 10 additions & 11 deletions Examples/AspNetMvcCS/AspNetMvcCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GleamTech.FileUltimateExamples.AspNetMvcCS</RootNamespace>
<AssemblyName>GleamTech.FileUltimateExamples.AspNetMvcCS</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />
Expand Down Expand Up @@ -46,19 +46,19 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.8.6.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.6.7.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.5.7.0\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -150,14 +150,13 @@
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>54829</DevelopmentServerPort>
<AutoAssignPort>False</AutoAssignPort>
<DevelopmentServerPort>5212</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:54829/</IISUrl>
<IISUrl>http://localhost:5212/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<CustomServerUrl></CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
Expand Down
18 changes: 9 additions & 9 deletions Examples/AspNetMvcCS/Packages.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net461" />
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net461" />
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net461" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
<package id="GleamTech.Common" version="5.5.5" />
<package id="GleamTech.VideoUltimate" version="3.6.1" />
<package id="GleamTech.ImageUltimate" version="5.6.1" />
<package id="GleamTech.DocumentUltimate" version="6.6.2" />
<package id="GleamTech.FileUltimate" version="8.5.1" />
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net472" />
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net472" />
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net472" />
<package id="GleamTech.Common" version="5.6.0" />
<package id="GleamTech.VideoUltimate" version="3.7.0" />
<package id="GleamTech.ImageUltimate" version="5.7.0" />
<package id="GleamTech.DocumentUltimate" version="6.7.0" />
<package id="GleamTech.FileUltimate" version="8.6.0" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetMvcCS/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
-->
</appSettings>
<system.web>
<httpRuntime targetFramework="4.6.1" />
<compilation debug="true" targetFramework="4.6.1"/>
<httpRuntime targetFramework="4.7.2" />
<compilation debug="true" targetFramework="4.7.2"/>
</system.web>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetMvcVB.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 11.0.50727.1
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 14.0.23107.0
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AspNetMvcVB", "AspNetMvcVB\AspNetMvcVB.vbproj", "{25B55037-14CB-42A7-91EF-B4D757BD54D7}"
EndProject
Global
Expand Down
19 changes: 9 additions & 10 deletions Examples/AspNetMvcVB/AspNetMvcVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<OutputType>Library</OutputType>
<RootNamespace>GleamTech.FileUltimateExamples.AspNetMvcVB</RootNamespace>
<AssemblyName>GleamTech.FileUltimateExamples.AspNetMvcVB</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<MyType>Custom</MyType>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
Expand Down Expand Up @@ -48,19 +48,19 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.8.6.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.6.7.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.5.7.0\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -228,13 +228,12 @@
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>False</AutoAssignPort>
<DevelopmentServerPort>56724</DevelopmentServerPort>
<DevelopmentServerPort>5213</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:56724/</IISUrl>
<IISUrl>http://localhost:5213/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<CustomServerUrl></CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
Expand Down
18 changes: 9 additions & 9 deletions Examples/AspNetMvcVB/Packages.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net461" />
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net461" />
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net461" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
<package id="GleamTech.Common" version="5.5.5" />
<package id="GleamTech.VideoUltimate" version="3.6.1" />
<package id="GleamTech.ImageUltimate" version="5.6.1" />
<package id="GleamTech.DocumentUltimate" version="6.6.2" />
<package id="GleamTech.FileUltimate" version="8.5.1" />
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net472" />
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net472" />
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net472" />
<package id="GleamTech.Common" version="5.6.0" />
<package id="GleamTech.VideoUltimate" version="3.7.0" />
<package id="GleamTech.ImageUltimate" version="5.7.0" />
<package id="GleamTech.DocumentUltimate" version="6.7.0" />
<package id="GleamTech.FileUltimate" version="8.6.0" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetMvcVB/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
-->
</appSettings>
<system.web>
<httpRuntime targetFramework="4.6.1" />
<compilation debug="true" targetFramework="4.6.1"/>
<httpRuntime targetFramework="4.7.2" />
<compilation debug="true" targetFramework="4.7.2"/>
</system.web>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetWebFormsCS.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 11.0.50727.1
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 14.0.23107.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetWebFormsCS", "AspNetWebFormsCS\AspNetWebFormsCS.csproj", "{A4260AAF-3B93-4AEA-8065-0A7A048510E5}"
EndProject
Global
Expand Down
22 changes: 10 additions & 12 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GleamTech.FileUltimateExamples.AspNetWebFormsCS</RootNamespace>
<AssemblyName>GleamTech.FileUltimateExamples.AspNetWebFormsCS</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<UseIISExpress>false</UseIISExpress>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand Down Expand Up @@ -50,20 +50,20 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.8.5.1\lib\net461\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.8.6.0\lib\net472\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.6.6.2\lib\net461\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.6.7.0\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.5.6.1\lib\net461\GleamTech.ImageUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.ImageUltimate.5.7.0\lib\net472\GleamTech.ImageUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.6.1\lib\net461\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.7.0\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.5.5.5\lib\net461\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.6.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -192,15 +192,13 @@
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>23357</DevelopmentServerPort>
<AutoAssignPort>False</AutoAssignPort>
<DevelopmentServerPort>5210</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<IISUrl>http://localhost:5210/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<CustomServerUrl></CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsCS/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
-->
</appSettings>
<system.web>
<httpRuntime targetFramework="4.6.1" />
<compilation debug="true" targetFramework="4.6.1"/>
<httpRuntime targetFramework="4.7.2" />
<compilation debug="true" targetFramework="4.7.2"/>
</system.web>
<!--
FileUltimate does not depend on any Web.config settings to work (it's config-free for easy deployment).
Expand Down
10 changes: 5 additions & 5 deletions Examples/AspNetWebFormsCS/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="GleamTech.Common" version="5.5.5" />
<package id="GleamTech.VideoUltimate" version="3.6.1" />
<package id="GleamTech.ImageUltimate" version="5.6.1" />
<package id="GleamTech.DocumentUltimate" version="6.6.2" />
<package id="GleamTech.FileUltimate" version="8.5.1" />
<package id="GleamTech.Common" version="5.6.0" />
<package id="GleamTech.VideoUltimate" version="3.7.0" />
<package id="GleamTech.ImageUltimate" version="5.7.0" />
<package id="GleamTech.DocumentUltimate" version="6.7.0" />
<package id="GleamTech.FileUltimate" version="8.6.0" />
</packages>
6 changes: 3 additions & 3 deletions Examples/AspNetWebFormsVB.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 11.0.50727.1
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 14.0.23107.0
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AspNetWebFormsVB", "AspNetWebFormsVB\AspNetWebFormsVB.vbproj", "{6C1AFBEB-71DF-4442-B489-B6145EDAFCFC}"
EndProject
Global
Expand Down
Loading

0 comments on commit 6bf9097

Please sign in to comment.