Skip to content

Commit

Permalink
Change version.
Browse files Browse the repository at this point in the history
Update to ver.0.9.2.
  • Loading branch information
CountrySideEngineer committed May 15, 2023
1 parent ca9f67f commit df54023
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dev/src/gtest_gui/gtest_gui/gtest_gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>0.9.1.0</AssemblyVersion>
<FileVersion>0.9.1.0</FileVersion>
<Version>0.9.0.0</Version>
<AssemblyVersion>0.9.2.0</AssemblyVersion>
<FileVersion>0.9.2.0</FileVersion>
<Version>0.9.2.0</Version>
<Authors>CountrySideEngineer</Authors>
<PackageLicenseExpression />
<NeutralLanguage>ja-JP</NeutralLanguage>
Expand Down
4 changes: 2 additions & 2 deletions dev/src/gtest_gui/gtest_gui_dotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.1.0")]
[assembly: AssemblyFileVersion("0.9.1.0")]
[assembly: AssemblyVersion("0.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]

0 comments on commit df54023

Please sign in to comment.