Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
v0.0.0.3 公開準備完了
Browse files Browse the repository at this point in the history
  • Loading branch information
Takym committed Jun 6, 2021
1 parent 6cd4de8 commit 22db7be
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CocoaLogViewer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Covid19Radar.LogViewer.Glob
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Covid19Radar.LogViewer.Tests", "tests\Covid19Radar.LogViewer.Tests.csproj", "{F3E66810-5209-4F40-AC25-FC3C290B5F8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Items", "GitHub Items", "{7EC95220-3552-461B-8FFB-93823195BFCF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Build.yml = .github\workflows\Build.yml
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\VerifyPR.yml = .github\workflows\VerifyPR.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Copyright (C) 2020-2021 Yigty.ORG; all rights reserved.
Copyright (C) 2020-2021 Takym.

[![Version](https://img.shields.io/badge/version-v0.0.0.2-inactive)](https://github.com/YigtyORG/CocoaLogViewer/releases)
[![Version](https://img.shields.io/badge/version-v0.0.0.3-active)](https://github.com/YigtyORG/CocoaLogViewer/releases)
[![License](https://img.shields.io/github/license/YigtyORG/CocoaLogViewer)](https://github.com/YigtyORG/CocoaLogViewer/blob/master/LICENSE.md)
[![Build](https://github.com/YigtyORG/CocoaLogViewer/workflows/Build/badge.svg)](https://github.com/YigtyORG/CocoaLogViewer/actions/workflows/Build.yml)

Expand All @@ -16,7 +16,7 @@ Copyright (C) 2020-2021 Takym.
現在実装されている主な機能は下記になります。
* ログレベル毎で色分け
* 一部メッセージを日本語化
* 詳細情報のコピー
* 詳細情報のコピー/Markdown へ変換

## 注意事項
このソフトウェアは厚生労働省とは関係ありません。
Expand Down Expand Up @@ -82,7 +82,7 @@ Copyright (C) 2020-2021 Takym.

| # |バージョン|開発コード名|更新日 |リリースノート |
|--:|:--------:|:-----------|:--------:|:-----------------------------------------------------------------|
| 3|v0.0.0.3 |c19r.lv00a3 |0000/00/00|まだ |
| 3|v0.0.0.3 |c19r.lv00a3 |2021/06/06|<https://github.com/YigtyORG/CocoaLogViewer/releases/tag/v0.0.0.3>|
| 2|v0.0.0.2 |c19r.lv00a2 |2021/05/22|<https://github.com/YigtyORG/CocoaLogViewer/releases/tag/v0.0.0.2>|
| 1|v0.0.0.1 |c19r.lv00a1 |2021/05/10|<https://github.com/YigtyORG/CocoaLogViewer/releases/tag/v0.0.0.1>|
| 0|v0.0.0.0 |c19r.lv00a0 |2021/05/10|<https://github.com/YigtyORG/CocoaLogViewer/releases/tag/v0.0.0.0>|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Covid19Radar.LogViewer/Covid19Radar.LogViewer.csproj" />
<Content Include="README.md" Condition="'$(Configuration)'=='Release'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
</Project>
13 changes: 13 additions & 0 deletions src/Covid19Radar.LogViewer.Globalization.English/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CocoaLogViewer
Copyright (C) 2020-2021 Yigty.ORG; all rights reserved.
Copyright (C) 2020-2021 Takym.

## Summary
This is an extension for CocoaLogViewer provides the English UI.
Please see <https://github.com/YigtyORG/CocoaLogViewer/blob/master/README.md> (Japanese) for the latest information.

## How to Install
Copy the `Covid19Radar.LogViewer.Globalization.English.dll` to the CocoaLogViewer directory.

## Terms of Use
This extension package is distributed under the MIT License.

0 comments on commit 22db7be

Please sign in to comment.