File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ private void Init()
3838 var version = Assembly . GetExecutingAssembly ( )
3939 . GetCustomAttribute < AssemblyInformationalVersionAttribute > ( )
4040 ? . InformationalVersion ;
41+ if ( version ! . Contains ( '+' ) )
42+ {
43+ version = version ! . Split ( '+' ) [ 0 ] ;
44+ }
45+
4146 _formTitle = $ "Sly Multi Trainer (v{ version } )";
4247 bgWorkerMain . RunWorkerAsync ( ) ;
4348 }
Original file line number Diff line number Diff line change 6868 <Content Include =" ..\SlyMultiTrainer-Changelog.txt" >
6969 <CopyToPublishDirectory >Always</CopyToPublishDirectory >
7070 </Content >
71+ <Content Include =" ..\LICENSE.txt" >
72+ <CopyToPublishDirectory >Always</CopyToPublishDirectory >
73+ </Content >
7174 <Content Include =" Img\icon_1_256x256.ico" />
7275 </ItemGroup >
7376
You can’t perform that action at this time.
0 commit comments