Skip to content

Commit

Permalink
バージョンを 0.7.2 に引き上げ
Browse files Browse the repository at this point in the history
  • Loading branch information
musashino205 committed May 28, 2024
1 parent 94a92a0 commit df5b692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ firmware-wintools xorimage -i <input file> -o <output file> -p <pattern> [-x] [-

## バージョン履歴

- 0.7.2 (2024/05/28): Firmwareクラスにデシリアライザを追加, nec-bsdfwモードにLZMA圧縮表示を追加, nec-bsdffsに4バイト探索オプションとnindir=512以外のサポートを追加
- 0.7.0 (2024/03/31): 全体でコマンドラインオプションをリスト化, aesモードに事前共有鍵サポートを追加, aesモードのパディングをPKCS#7に変更
- 0.6.6 (2023/12/12): nec-bsdffsにおいて、出力先ディレクトリ名の変更やinode例外等を修正, デバッグ関連整理, xorimageモードの16進パターン長修正, hex2bin文字列スペース除去, その他
- 0.6.5.2 (2022/11/30): nec-bsdffsモードにおいて、ディレクトリinodeデータ内の総エントリが0x200を超える場合の問題を修正
Expand Down
6 changes: 3 additions & 3 deletions firmware-wintools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Firmware-WinTools")]
[assembly: AssemblyCopyright("Copyright ©musashino205 2019-2021")]
[assembly: AssemblyCopyright("Copyright ©musashino205 2019-2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.0")]

0 comments on commit df5b692

Please sign in to comment.