File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public static string GetVersionFromReadme()
124
124
}
125
125
126
126
try {
127
- var versionHeader = "**Version** :" ;
127
+ var versionHeader = "VERSION :" ;
128
128
var lines = File . ReadAllLines ( absPath ) ;
129
129
foreach ( var line in lines ) {
130
130
if ( line . StartsWith ( versionHeader ) ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class Integrations
10
10
private const string MODULE_FILENAME = "unityoneclick" ;
11
11
private const string PACKAGE_NAME = "FbxExporters" ;
12
12
private const string VERSION_FILENAME = "README.txt" ;
13
- private const string VERSION_FIELD = "**Version** " ;
13
+ private const string VERSION_FIELD = "VERSION " ;
14
14
private const string VERSION_TAG = "{Version}" ;
15
15
private const string PROJECT_TAG = "{UnityProject}" ;
16
16
You can’t perform that action at this time.
0 commit comments