File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using System . Reflection ;
22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
44
1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "FlatRedBall" ) ]
1212[ assembly: AssemblyProduct ( "Gum" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © FlatRedBall 2017" ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © FlatRedBall 2017-2026. " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3131//
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
34- // [assembly: AssemblyVersion("1.0.* ")]
35- [ assembly: AssemblyVersion ( "2025.10.3 " ) ]
36- [ assembly: AssemblyFileVersion ( "2025.10.3 " ) ]
37- [ assembly: InternalsVisibleTo ( "GumToolUnitTests" ) ]
34+ // [assembly: AssemblyVersion("2026.03.28 ")]
35+ [ assembly: AssemblyVersion ( "2026.03.28 " ) ]
36+ [ assembly: AssemblyFileVersion ( "2026.03.28 " ) ]
37+ [ assembly: InternalsVisibleTo ( "GumToolUnitTests" ) ]
You can’t perform that action at this time.
0 commit comments