Skip to content

Commit 4c7e63d

Browse files
committed
version 1.1.0.0
1 parent b9a94ed commit 4c7e63d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

PanoramaApp/PanoramaApp.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<UseWPF>true</UseWPF>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<StartupObject>PanoramaApp.App</StartupObject>
10+
<Version>1.1.0.0</Version>
1011
</PropertyGroup>
1112

1213
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# PanoramaApp
2-
OpenCVを用いてパノラマ写真を作るアプリ
2+
OpenCVを用いてパノラマ画像を作るアプリ
33

44
# 使用したライブラリ
55
- [OpenCvSharp4.Windows](https://www.nuget.org/packages/OpenCvSharp4.Windows/4.7.0.20230115)
66
- [CommunityToolkit.Mvvm](https://www.nuget.org/packages/CommunityToolkit.Mvvm/8.2.0)
7-
- [MaterialDesignThemes](https://www.nuget.org/packages/MaterialDesignThemes/4.9.0)
7+
- [MaterialDesignThemes](https://www.nuget.org/packages/MaterialDesignThemes/4.9.0)
8+
9+
# 履歴
10+
以下リリース履歴
11+
## version 1
12+
### version 1.1.0.0
13+
- ファイルパスを表示する部分を拡大
14+
- 画像合成中であることを明確化
15+
### version 1.0.0.0
16+
- パノラマ画像を作成できる。

0 commit comments

Comments
 (0)