This repository was archived by the owner on Dec 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.2 .0" ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.2 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.0.3 .0" ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.0.3 .0" ) ]
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public string TranslatedText
65
65
{
66
66
get
67
67
{
68
- return Suffix + TM . Tr ( TextId , DefaultText , LanguageId ) + Prefix ;
68
+ return Prefix + TM . Tr ( TextId , DefaultText , LanguageId ) + Suffix ;
69
69
}
70
70
}
71
71
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.2 .0" ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.2 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.0.3 .0" ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.0.3 .0" ) ]
You can’t perform that action at this time.
0 commit comments