Updated the version to match with the Linux build version for Windows

This commit is contained in:
Eric Vasquez
2024-10-05 14:41:38 -05:00
parent a94309136b
commit a02a4365ba
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ src/.vs/
*.suo *.suo
*.user *.user
*.DotSettings *.DotSettings
build/Fody*

View File

@@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
[assembly: Guid("04f08f8d-9e98-423b-acdb-4effb31c0d35")] [assembly: Guid("04f08f8d-9e98-423b-acdb-4effb31c0d35")]
[assembly: AssemblyVersion("6.0.0.3")] [assembly: AssemblyVersion("6.0.1.3")]
[assembly: AssemblyFileVersion("6.0.0.3")] [assembly: AssemblyFileVersion("6.0.1.3")]
[assembly: CLSCompliant(false)] [assembly: CLSCompliant(false)]