diff --git a/README.ja.md b/README.ja.md index 614ef4f..c46076b 100644 --- a/README.ja.md +++ b/README.ja.md @@ -460,6 +460,10 @@ nuspecファイルを使ってパッケージを生成する場合は、デフ ## 履歴 +* 3.2.60: + * ビルド時に`ThisAssembly`シンボルが参照できない場合があるのを修正。 +* 3.2.50: + * 同じコミットに複数のバージョンタグが含まれる場合に、最も大きいバージョン番号を使用するように改良。 * 3.2.40: * .NET 8.0 RC2に対応しました。恐らくそのまま正式な.NET 8.0バージョンにも使用できますが、 .NET 8.0がリリースされたのちに再ビルドしたバージョンをリリースします。 diff --git a/README.md b/README.md index 163a4da..2ce3433 100644 --- a/README.md +++ b/README.md @@ -439,6 +439,10 @@ When you are using a nuspec file to generate a NuGet package, there are addition ## History +* 3.2.60: + * Fixed the `ThisAssembly` symbol could not be referenced at build time. +* 3.2.50: + * Improved to use the highest version number when multiple version tags are included in the same commit. * 3.2.40: * .NET 8.0 RC2 is now supported. Although it can probably be used for the .NET 8.0 release without any modification, but will release a rebuilt version after .NET 8.0 is released. * 3.2.20: