Skip to content

Commit

Permalink
Version 3.8.5
Browse files Browse the repository at this point in the history
## Version 3.8.5 - April 24, 2023

  - **Improved:** Used <LangVersion>9.0</LangVersion> to be able to inject module initializers.
    For example CheckTargetFramework method will throw error like below (some users still reference wrong DLLs):
    PlatformNotSupportedException: You currently referenced netstandard2.0 version of GleamTech.Common.dll which is
    not targeted for current runtime: .NET Framework 4.8.9139.0.
    Please reference net472 versions of GleamTech DLLs (found in folder Bin\net472) for .NET Framework 4.7.2+ projects.

  - **Improved:** Stability of AssemblyResolver.
    Ensured old log files are cleared, e.g. AssemblyResolver-xx.log and GleamTech-xx.log files.

  - **Changed:** AssemblyVersion is changed so recompile your project against the new DLLs (drop in to bin folder will not work).
  • Loading branch information
GleamTech committed Apr 23, 2023
1 parent 66b0687 commit 89208e7
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="5.8.7" />
<PackageReference Include="GleamTech.VideoUltimate" Version="3.8.3" />
<PackageReference Include="GleamTech.Common" Version="5.9.0" />
<PackageReference Include="GleamTech.VideoUltimate" Version="3.8.5" />
</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="5.8.7" />
<PackageReference Include="GleamTech.VideoUltimate" Version="3.8.3" />
<PackageReference Include="GleamTech.Common" Version="5.9.0" />
<PackageReference Include="GleamTech.VideoUltimate" Version="3.8.5" />
</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 @@ -46,10 +46,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.5.8.7\lib\net472\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.9.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.8.3\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.8.5\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
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="3.2.9" targetFramework="net472" />
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
<package id="GleamTech.Common" version="5.8.7" />
<package id="GleamTech.VideoUltimate" version="3.8.3" />
<package id="GleamTech.Common" version="5.9.0" />
<package id="GleamTech.VideoUltimate" version="3.8.5" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetMvcVB/AspNetMvcVB.vbproj
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.5.8.7\lib\net472\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.9.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.8.3\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.8.5\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
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="3.2.9" targetFramework="net472" />
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net472" />
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
<package id="GleamTech.Common" version="5.8.7" />
<package id="GleamTech.VideoUltimate" version="3.8.3" />
<package id="GleamTech.Common" version="5.9.0" />
<package id="GleamTech.VideoUltimate" version="3.8.5" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.5.8.7\lib\net472\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.9.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.8.3\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.8.5\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
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="5.8.7" />
<package id="GleamTech.VideoUltimate" version="3.8.3" />
<package id="GleamTech.Common" version="5.9.0" />
<package id="GleamTech.VideoUltimate" version="3.8.5" />
</packages>
4 changes: 2 additions & 2 deletions Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.Common">
<HintPath>..\packages\GleamTech.Common.5.8.7\lib\net472\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.5.9.0\lib\net472\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="GleamTech.VideoUltimate">
<HintPath>..\packages\GleamTech.VideoUltimate.3.8.3\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.VideoUltimate.3.8.5\lib\net472\GleamTech.VideoUltimate.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
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="5.8.7" />
<package id="GleamTech.VideoUltimate" version="3.8.3" />
<package id="GleamTech.Common" version="5.9.0" />
<package id="GleamTech.VideoUltimate" version="3.8.5" />
</packages>

0 comments on commit 89208e7

Please sign in to comment.