Skip to content

Commit

Permalink
バージョン番号の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
nukora committed May 10, 2021
1 parent 16b0251 commit bd95fbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>icon.ico</ApplicationIcon>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -17,8 +17,8 @@
<None Remove="icon.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls.WebView" Version="6.1.2" />
<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls.WebView" Version="6.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<ApplicationIcon />
<StartupObject />
<Version>1.2.1</Version>
<Version>1.2.2</Version>
</PropertyGroup>

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

0 comments on commit bd95fbe

Please sign in to comment.