Skip to content

Commit 3124d29

Browse files
committed
v0.0.5
1 parent 1084cbb commit 3124d29

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.0.5]
4+
5+
- remove: SharpZipLib , YamlDotNet dependencies
6+
37
## [v0.0.4]
48

59
- fix: Assets path problem

src/UnityPackageGUI_Winform/UnityPackageGUI_Winform_Form.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ internal sealed class Opt_Pack : IOptionPack
2424
public string Prefix { get; set; } = string.Empty;
2525
}
2626

27-
const string VERSION = "v0.0.4";
27+
const string VERSION = "v0.0.5";
2828

2929
public UnityPackageGUI_Winform_Form()
3030
{

0 commit comments

Comments
 (0)