Skip to content

Commit

Permalink
1.7.1.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
kritsu committed Jun 19, 2018
1 parent c2bef7d commit d8dbbf1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
Binary file removed ExtractorSharp.Core/FreeImage.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion ExtractorSharp.UnitTest/UnitTest3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static UnitTest3() {
}

public string[] part_array = {"cap","coat","belt","neck","hair","face","skin","pants","shoes" };
public const string API_HOST = "http://localhost:8080/dressing";
public const string API_HOST = "http://localhost:8080/api/dressing";
public const string GAME_DIR = "D:/地下城与勇士";
public const string SAVE_DIR = "D:/avatar_new";

Expand Down
6 changes: 5 additions & 1 deletion ExtractorSharp/ExtractorSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,11 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions />
<ProjectExtensions>
<VisualStudio>
<UserProperties Resources_4version_1json__JSONSchema="" />
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
4 changes: 2 additions & 2 deletions ExtractorSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.1.4")]
[assembly: AssemblyFileVersion("1.7.1.4")]
[assembly: AssemblyVersion("1.7.1.5")]
[assembly: AssemblyFileVersion("1.7.1.5")]
[assembly: NeutralResourcesLanguage("zh-CN")]

10 changes: 9 additions & 1 deletion ExtractorSharp/Resources/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,14 @@
"优化了部分插件的文本",
"完善了试衣间插件的新职业-枪剑士",
"完善了文件占用的提示"
]
]
},
{
"Version": "1.7.1.5",
"Info": [
"修复版本转换色位不对的bug",
"修复保存文件不会删除已存在文件数据的bug",
"修复撤销添加文件报错的bug"
]
}
]

0 comments on commit d8dbbf1

Please sign in to comment.