Skip to content

Commit a00c857

Browse files
committed
Update version to v0.17.4
1 parent 5333757 commit a00c857

File tree

8 files changed

+19
-7
lines changed

8 files changed

+19
-7
lines changed

AssetStudio.PInvoke/AssetStudio.PInvoke.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net472;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6-
<Version>0.17.3.0</Version>
6+
<Version>0.17.4.0</Version>
77
<Copyright>Copyright © Perfare 2020-2022; Copyright © hozuki 2020</Copyright>
88
<DebugType>embedded</DebugType>
99
</PropertyGroup>

AssetStudio/AssetStudio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net472;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks>
5-
<Version>0.17.3.0</Version>
5+
<Version>0.17.4.0</Version>
66
<Copyright>Copyright © Perfare 2018-2022; Copyright © aelurum 2023</Copyright>
77
<DebugType>embedded</DebugType>
88
</PropertyGroup>

AssetStudioCLI/AssetStudioCLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFrameworks>net472;net6.0;net7.0;net8.0</TargetFrameworks>
66
<AssemblyTitle>AssetStudioMod by aelurum</AssemblyTitle>
77
<AssemblyName>AssetStudioModCLI</AssemblyName>
8-
<Version>0.17.3.0</Version>
8+
<Version>0.17.4.0</Version>
99
<Copyright>Copyright © Perfare; Copyright © aelurum 2023</Copyright>
1010
<PlatformTarget>AnyCPU</PlatformTarget>
1111
<DebugType>embedded</DebugType>

AssetStudioFBXWrapper/AssetStudioFBXWrapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net472;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6-
<Version>0.17.3.0</Version>
6+
<Version>0.17.4.0</Version>
77
<Copyright>Copyright © Perfare 2018-2022; Copyright © hozuki 2020</Copyright>
88
<DebugType>embedded</DebugType>
99
</PropertyGroup>

AssetStudioGUI/AssetStudioGUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ApplicationIcon>Resources\as.ico</ApplicationIcon>
88
<AssemblyTitle>AssetStudioMod by aelurum</AssemblyTitle>
99
<AssemblyName>AssetStudioModGUI</AssemblyName>
10-
<Version>0.17.3.0</Version>
10+
<Version>0.17.4.0</Version>
1111
<Copyright>Copyright © Perfare 2018-2022; Copyright © aelurum 2021-2023</Copyright>
1212
<DebugType>embedded</DebugType>
1313
</PropertyGroup>

AssetStudioUtility/AssetStudioUtility.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net472;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows</TargetFrameworks>
5-
<Version>0.17.3.0</Version>
5+
<Version>0.17.4.0</Version>
66
<Copyright>Copyright © Perfare 2018-2022; Copyright © aelurum 2023</Copyright>
77
<DebugType>embedded</DebugType>
88
</PropertyGroup>

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.17.4.0 [16-12-2023]
4+
- Added support for Live2D Fade motions
5+
- [GUI] Added related settings to the Export Options window
6+
- [CLI] Added options section with related settings
7+
- Added support for separate PreloadData (https://github.com/Perfare/AssetStudio/issues/690)
8+
- [GUI] Added support for .lnk files via Drag&Drop (https://github.com/aelurum/AssetStudio/issues/13)
9+
- [GUI] Added support for Drag&Drop files from a browser
10+
- [GUI] Added console logger
11+
- Added option to save log to a file
12+
- [GUI] Added option to not build a tree structure
13+
- Made some other minor fixes and improvements
14+
315
## v0.17.3.0 [13-09-2023]
416
- [CLI] Added support for exporting split objects (fbx) (https://github.com/aelurum/AssetStudio/pull/10)
517
- [CLI] Fixed display of asset names in the exported asset list in some working modes

Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net472</TargetFramework>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6-
<Version>0.17.3.0</Version>
6+
<Version>0.17.4.0</Version>
77
<Copyright>Copyright © Perfare 2020-2022; Copyright © hozuki 2020</Copyright>
88
<DebugType>embedded</DebugType>
99
</PropertyGroup>

0 commit comments

Comments
 (0)