Skip to content

Commit e5a9f0d

Browse files
committed
v0.2.0
1 parent 944cc25 commit e5a9f0d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

AviUtlScriptExtractor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
3333
// 既定値にすることができます:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.1.0.0")]
36-
[assembly: AssemblyFileVersion("0.1.0.0")]
35+
[assembly: AssemblyVersion("0.2.0.0")]
36+
[assembly: AssemblyFileVersion("0.2.0.0")]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
22

3+
## 0.2.0 - 2021-06-04
4+
- ニコニコの作品IDなどを出力する機能を追加
5+
- それに合わせて出力フォーマットをcsvに変更
6+
37
## 0.1.0 - 2021-04-11
48
初版公開

0 commit comments

Comments
 (0)