Skip to content

Commit

Permalink
JsonUrlSaver、配布パッケージに README 等を含む様に設定変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Takym committed Aug 9, 2024
1 parent 1c3da44 commit 67ca9bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions JsonUrlSaver/JsonUrlSaver/JsonUrlSaver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,11 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<DependentUpon>appSettings.json</DependentUpon>
</None>
<None Include="../README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="../../LICENSE.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion JsonUrlSaver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Copyright (C) 2024 Takym.

## 概要
JSON ファイル内の URL から資源をダウンロードして保存するツールです。
最新版及びソースコードは「<https://github.com/Takym/Gradexor/tree/master/JsonUrlSaver/>」からダウンロードできます。

## 使用法

Expand Down Expand Up @@ -62,4 +63,4 @@ JSON
* パッケージ:<https://www.nuget.org/packages/Microsoft.Extensions.Hosting/>

## 利用規約
このプログラムは[MITライセンス](../LICENSE.md)に基づいて配布されています。
このプログラムは[MITライセンス](https://github.com/Takym/Gradexor/blob/master/LICENSE.md)に基づいて配布されています。

0 comments on commit 67ca9bc

Please sign in to comment.