Skip to content

Commit

Permalink
Version 1.9.5
Browse files Browse the repository at this point in the history
## Version 1.9.5 - January 11, 2019

  - **Improved:** Stability of video processing.
  • Loading branch information
GleamTech committed Jan 11, 2019
1 parent 8c33e8e commit 248f833
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Examples/Mvc.CS/Mvc.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Core">
<HintPath>..\packages\GleamTech.Core.3.2.0\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Core.3.2.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.1.9.2\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\VideoUltimate.1.9.5\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="System.Drawing"/>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions Examples/Mvc.CS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40"/>
<package id="GleamTech.Core" version="3.2.0" targetFramework="net40"/>
<package id="VideoUltimate" version="1.9.2" targetFramework="net40"/>
<package id="GleamTech.Core" version="3.2.5" targetFramework="net40"/>
<package id="VideoUltimate" version="1.9.5" targetFramework="net40"/>
</packages>
4 changes: 2 additions & 2 deletions Examples/Mvc.VB/Mvc.VB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Core">
<HintPath>..\packages\GleamTech.Core.3.2.0\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Core.3.2.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.1.9.2\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\VideoUltimate.1.9.5\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="System.Drawing"/>
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions Examples/Mvc.VB/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40"/>
<package id="GleamTech.Core" version="3.2.0" targetFramework="net40"/>
<package id="VideoUltimate" version="1.9.2" targetFramework="net40"/>
<package id="GleamTech.Core" version="3.2.5" targetFramework="net40"/>
<package id="VideoUltimate" version="1.9.5" targetFramework="net40"/>
</packages>
4 changes: 2 additions & 2 deletions Examples/WebForms.CS/WebForms.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Core">
<HintPath>..\packages\GleamTech.Core.3.2.0\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Core.3.2.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.1.9.2\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\VideoUltimate.1.9.5\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="System"/>
<Reference Include="System.Core"/>
Expand Down
4 changes: 2 additions & 2 deletions Examples/WebForms.CS/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GleamTech.Core" version="3.2.0" targetFramework="net40"/>
<package id="VideoUltimate" version="1.9.2" targetFramework="net40"/>
<package id="GleamTech.Core" version="3.2.5" targetFramework="net40"/>
<package id="VideoUltimate" version="1.9.5" targetFramework="net40"/>
</packages>
4 changes: 2 additions & 2 deletions Examples/WebForms.VB/WebForms.VB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Core">
<HintPath>..\packages\GleamTech.Core.3.2.0\lib\net40\GleamTech.Core.dll</HintPath>
<HintPath>..\packages\GleamTech.Core.3.2.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\VideoUltimate.1.9.2\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\VideoUltimate.1.9.5\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="System"/>
<Reference Include="System.Core"/>
Expand Down
4 changes: 2 additions & 2 deletions Examples/WebForms.VB/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GleamTech.Core" version="3.2.0" targetFramework="net40"/>
<package id="VideoUltimate" version="1.9.2" targetFramework="net40"/>
<package id="GleamTech.Core" version="3.2.5" targetFramework="net40"/>
<package id="VideoUltimate" version="1.9.5" targetFramework="net40"/>
</packages>

0 comments on commit 248f833

Please sign in to comment.