Update AssemblyVersion to 3.9.2200.1, add InternalsVisibleTo for TBFTests

This commit is contained in:
Michal Buzik 2026-04-20 11:23:40 +02:00
parent c4b61d885b
commit 2b9a207342

View File

@ -19,6 +19,9 @@ using System.Runtime.InteropServices;
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//Visibility to TBFTests internal classes
[assembly: InternalsVisibleTo("TBFTests")]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("2c13538e-15ee-48b2-af0f-2c95afb67186")]
@ -29,5 +32,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.9.2149.4")]
[assembly: AssemblyFileVersion("3.9.2149.4")]
[assembly: AssemblyVersion("3.9.2200.1")]
[assembly: AssemblyFileVersion("3.9.2200.1")]