Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Oct 17, 2023
1 parent 93df36d commit 366c761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ RelaxVersionerは、ビルド後に、以下の位置にファイルを保存し

例えば、`FooBarProject/obj/Debug/net6.0/` のようなディレクトリ階層です。以下に保存するファイルを示します:

* `RelaxVersioner.cs` : バージョン属性や`ThisAssembly`クラスの定義を含む、ソースコードです。RelaxVersionerの中心的な役割を果たします。
* `RelaxVersioner_Metadata.cs` : バージョン属性や`ThisAssembly`クラスの定義を含む、ソースコードです。RelaxVersionerの中心的な役割を果たします。
* `RelaxVersioner_Properties.xml` : RelaxVersionerがバージョン計算を行う直前の、MSBuildの全てのプロパティを、XML形式でダンプしたものです。
* `RelaxVersioner_Result.xml` : RelaxVersionerがバージョン計算を行った後の、主要なバージョン情報をXML形式でダンプしたものです。
* `RelaxVersioner_Version.txt` : RelaxVersionerがバージョン計算を行った後の、バージョン番号のみをテキスト形式で保存したものです。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ To be precise:

For example, `FooBarProject/obj/Debug/net6.0/` directory hierarchy. Here are the files to save:

* `RelaxVersioner.cs` : Source code including version attributes and `ThisAssembly` class definition, which is the core feature of RelaxVersioner.
* `RelaxVersioner_Metadata.cs` : Source code including version attributes and `ThisAssembly` class definition, which is the core feature of RelaxVersioner.
* `RelaxVersioner_Properties.xml` : A dump of all MSBuild properties in XML format, just before RelaxVersioner calculates the version.
* `RelaxVersioner_Result.xml` : An XML dump of the main version information after RelaxVersioner has calculated the version.
* `RelaxVersioner_Version.txt` : A text file containing only the version number after RelaxVersioner has calculated the version.
Expand Down

0 comments on commit 366c761

Please sign in to comment.