Skip to content

Commit daa7fa0

Browse files
committed
Updated readme.
1 parent 0804e44 commit daa7fa0

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

README.ja.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -529,13 +529,6 @@ nuspecファイルを使ってパッケージを生成する場合は、デフ
529529

530530
----
531531

532-
## TODO:
533-
534-
* 除外ルールのサポート
535-
* ネイティブC++プロジェクトに対応させる
536-
* テンプレート出力をサポートする
537-
* フォールバックルールを指定可能にする
538-
539532
## License
540533

541534
* Copyright (c) Kouji Matsui (@kozy_kekyo, @kekyo@mastodon.cloud)
@@ -545,6 +538,8 @@ nuspecファイルを使ってパッケージを生成する場合は、デフ
545538

546539
## 履歴
547540

541+
* 3.10.0:
542+
* 環境によって.NET 9.0 SDK以上でビルド出来ない場合があるのを修正。
548543
* 3.9.0:
549544
* UTF8テキストファイル出力をBOMなしに変更。
550545
* 3.8.0:

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -510,13 +510,6 @@ When you are using a nuspec file to generate a NuGet package, there are addition
510510

511511
----
512512

513-
## TODO:
514-
515-
* Support exclude rule set.
516-
* Support native C++ project.
517-
* Support templated output.
518-
* Support fallback rule set.
519-
520513
## License
521514

522515
* Copyright (c) Kouji Matsui (@kozy_kekyo, @kekyo@mastodon.cloud)
@@ -526,6 +519,8 @@ When you are using a nuspec file to generate a NuGet package, there are addition
526519

527520
## History
528521

522+
* 3.10.0:
523+
* Fixed a bug that prevented building on .NET 9.0 SDK or upper, depending on the environment.
529524
* 3.9.0:
530525
* Changed UTF8 text file output to no BOM.
531526
* 3.8.0:

0 commit comments

Comments
 (0)