We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032091b commit d9baeb6Copy full SHA for d9baeb6
Mod.Localizer/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
31
// You can specify all the values or you can default the Build and Revision Numbers
32
// by using the '*' as shown below:
33
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion("0.1.2.0")]
35
-[assembly: AssemblyFileVersion("0.1.2.0")]
+[assembly: AssemblyVersion("0.2.0.0")]
+[assembly: AssemblyFileVersion("0.2.0.0")]
Mod.Localizer/Resources/Strings.zh-CN.resx
@@ -171,4 +171,7 @@
171
<data name="Saving" xml:space="preserve">
172
<value>保存模组文件:{0}</value>
173
</data>
174
+ <data name="BuildPropWrittenToPath" xml:space="preserve">
175
+ <value>模组介绍等信息已经导出至 {0}</value>
176
+ </data>
177
</root>
0 commit comments