diff --git a/README.ja.md b/README.ja.md index f3d1c54..7506183 100644 --- a/README.ja.md +++ b/README.ja.md @@ -545,6 +545,8 @@ nuspecファイルを使ってパッケージを生成する場合は、デフ ## 履歴 +* 3.9.0: + * UTF8テキストファイル出力をBOMなしに変更。 * 3.8.0: * NPM `package.json` のバージョンを自動挿入する、NPMモードを追加。 * NuGetパッケージをビルドする時に、ビルドログにバージョン番号のゴミが出力されていたのを修正。 diff --git a/README.md b/README.md index 5b657a4..58c5a4b 100644 --- a/README.md +++ b/README.md @@ -526,6 +526,8 @@ When you are using a nuspec file to generate a NuGet package, there are addition ## History +* 3.9.0: + * Changed UTF8 text file output to no BOM. * 3.8.0: * Added NPM mode, which automatically inserts the version of NPM `package.json`. * Fixed version number print garbage in the build log when building NuGet packages.