Skip to content

Commit

Permalink
Version 2.6.1
Browse files Browse the repository at this point in the history
## Version 2.6.1 - May 26, 2021

  - **Fixed:** "Reading video frames" example in AspNetWebFormsCS and AspNetWebFormsVB projects
    was broken (showed HTTP 404 error) since v2.6.0.

  - **Improved:** Updated GleamTech.Common.
  • Loading branch information
GleamTech committed May 26, 2021
1 parent fef541a commit 3c029fd
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="4.5.2" />
<PackageReference Include="GleamTech.VideoUltimate" Version="2.6.0" />
<PackageReference Include="GleamTech.Common" Version="4.5.4" />
<PackageReference Include="GleamTech.VideoUltimate" Version="2.6.1" />
</ItemGroup>

<ItemGroup>
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="4.5.2" />
<PackageReference Include="GleamTech.VideoUltimate" Version="2.6.0" />
<PackageReference Include="GleamTech.Common" Version="4.5.4" />
<PackageReference Include="GleamTech.VideoUltimate" Version="2.6.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetMvcCS/AspNetMvcCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.4.5.2\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.5.4\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.2.6.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.6.1\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/AspNetMvcCS/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.Common" version="4.5.2" />
<package id="GleamTech.VideoUltimate" version="2.6.0" />
<package id="GleamTech.Common" version="4.5.4" />
<package id="GleamTech.VideoUltimate" version="2.6.1" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetMvcVB/AspNetMvcVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.4.5.2\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.5.4\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.2.6.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.6.1\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/AspNetMvcVB/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.Common" version="4.5.2" />
<package id="GleamTech.VideoUltimate" version="2.6.0" />
<package id="GleamTech.Common" version="4.5.4" />
<package id="GleamTech.VideoUltimate" version="2.6.1" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.4.5.2\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.5.4\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.2.6.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.6.1\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetWebFormsCS/Reading.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<caption>Current Frame</caption>
<tr>
<td style="text-align: center;">
<img id="videoFrame" src="<%=FrameDownloaderUrl%>" style="max-width: 600px;"/>
<img id="videoFrame" src="<%:FrameDownloaderUrl%>" style="max-width: 600px;"/>
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsCS/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.Common" version="4.5.2" />
<package id="GleamTech.VideoUltimate" version="2.6.0" />
<package id="GleamTech.Common" version="4.5.4" />
<package id="GleamTech.VideoUltimate" version="2.6.1" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.4.5.2\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.5.4\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.2.6.0\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.2.6.1\lib\net40\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/AspNetWebFormsVB/Reading.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<caption>Current Frame</caption>
<tr>
<td style="text-align: center;">
<img id="videoFrame" src="<%=FrameDownloaderUrl%>" style="max-width: 600px;"/>
<img id="videoFrame" src="<%:FrameDownloaderUrl%>" style="max-width: 600px;"/>
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsVB/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.Common" version="4.5.2" />
<package id="GleamTech.VideoUltimate" version="2.6.0" />
<package id="GleamTech.Common" version="4.5.4" />
<package id="GleamTech.VideoUltimate" version="2.6.1" />
</packages>

0 comments on commit 3c029fd

Please sign in to comment.