You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the file version of 'AWSSDK.Extensions.CrtIntegration.dll' is still "Version 3.7.0.0". So the Installer does not update the previous version of this file at all. The "AssemblyFileVersion" should be "3.7.300.1".
"extensions/src/AWSSDK.Extensions.CrtIntegration/Properties/AssemblyInfo.cs"
[assembly: AssemblyFileVersion("3.7.0.0")] <= here
Expected Behavior
Any installer can replace the previous version of AWSSDK.Extensions.CrtIntegration.dll with the new one.
Current Behavior
The Installer does not replace the previous version of this file.
Reproduction Steps
Installing AWSSDK.Extensions.CrtIntegration.dll by creating any MSI installer.
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
AWSSDK.Extensions.CrtIntegration 3.7.300.1
Targeted .NET Platform
.NET Framework 4.8.1
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
Hi, the file version of 'AWSSDK.Extensions.CrtIntegration.dll' is still "Version 3.7.0.0". So the Installer does not update the previous version of this file at all. The "AssemblyFileVersion" should be "3.7.300.1".
"extensions/src/AWSSDK.Extensions.CrtIntegration/Properties/AssemblyInfo.cs"
[assembly: AssemblyFileVersion("3.7.0.0")] <= here
Expected Behavior
Any installer can replace the previous version of AWSSDK.Extensions.CrtIntegration.dll with the new one.
Current Behavior
The Installer does not replace the previous version of this file.
Reproduction Steps
Installing AWSSDK.Extensions.CrtIntegration.dll by creating any MSI installer.
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
AWSSDK.Extensions.CrtIntegration 3.7.300.1
Targeted .NET Platform
.NET Framework 4.8.1
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered: