Reset AssemblyFileVersion to 1.0.0.0 in AssemblyInfo.vb

The AssemblyFileVersion attribute was changed from 3.4.0.0 to 1.0.0.0, while keeping AssemblyVersion at 3.4.0.0. This resets the file version metadata without affecting assembly binding.
This commit is contained in:
OlgunR
2026-03-05 11:28:39 +01:00
parent d46fca1cfa
commit 91287d75c1

View File

@@ -32,4 +32,4 @@ Imports System.Runtime.InteropServices
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.4.0.0")>
<Assembly: AssemblyFileVersion("3.4.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>