Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karoterra committed Oct 14, 2022
1 parent c92efd3 commit 7937118
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AupRename/AupRename.csproj
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<Version>0.1.2</Version>
<Version>0.2.0</Version>
<Authors>karoterra</Authors>
<Copyright>Copyright © 2021 karoterra</Copyright>
</PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## 0.2.0 - 2022-10-15
- AupDotNet を v0.1.0 以前のものから v0.1.0 に更新
- ターゲットフレームワークを .NET 5.0 から .NET 6.0 に更新

## 0.1.2 - 2021-11-23
- 特定の条件でaupの書き込みに失敗する問題を修正

Expand Down
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -7,13 +7,17 @@ AviUtl 拡張編集で使った動画・画像・音声等のファイルのパ
[Releases](https://github.com/karoterra/AupRename/releases)
から最新版の ZIP ファイルをダウンロードし、好きな場所に展開してください。

.NET 5 をインストール済みの方は `AupRename-xxx-win-x64-fd.zip` をダウンロードしてください。
.NET 5 をインストールしたくない方やよく分からない方は `AupRename-xxx-win-x64-sc.zip` をダウンロードしてください。
- `AupRename-<バージョン>-win-x64-fd.zip`
- .NET 6 ランタイムをインストール済みの場合
- `AupRename-<バージョン>-win-x64-sc.zip`
- .NET 6 ランタイムをインストールせずに使う場合
- よく分からないがとにかく使いたい場合

アンインストール時には展開したフォルダを削除してください。

## 使い方

1. `AupRename.exe` を起動してください。
1. ファイルのパスを編集したい aup ファイルをウィンドウにドラッグアンドドロップしてください。
念のため aup ファイルのバックアップを取っておくことをおすすめします。
2. パスの編集にはテキストエディタを使用するので、「編集するアプリケーション」にお好みのテキストエディタを指定してください。
Expand Down

0 comments on commit 7937118

Please sign in to comment.