Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Sep 18, 2024
1 parent 2d7b9fd commit 4c88e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
## これは何?

.NETやそのドキュメントなどに、現在のバージョンを埋め込みたいと考えたことはありませんか?
更に、CIでそのようさ操作を自動化したいが、追加の作業があまりに不透明かつ多くて閉口したことはありませんか?
更に、CIで操作を自動化したいが、追加の作業があまりに不透明かつ多くて閉口したことはありませんか?

C#ではこのような情報を、慣例で`AssemblyInfo.cs`ファイルに記述します:
C#ではバージョンに関する情報を、慣例で`AssemblyInfo.cs`ファイルに記述します:

```csharp
using System.Reflection;
Expand Down

0 comments on commit 4c88e09

Please sign in to comment.