Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Apr 30, 2024
1 parent dd36af7 commit 401d99e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Source/Components/ImageGlass.Base/ImageGlass.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>x64;ARM64</Platforms>
<Version>9.0.11.430</Version>
<Version>9.0.11.502</Version>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2010 - 2024 Duong Dieu Phap</Copyright>
<Configurations>Debug;Release;Publish_Release</Configurations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Platforms>x64;ARM64</Platforms>
<Version>9.0.11.430</Version>
<Version>9.0.11.502</Version>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2010 - 2024 Duong Dieu Phap</Copyright>
<Configurations>Debug;Release;Publish_Release</Configurations>
Expand Down
2 changes: 1 addition & 1 deletion Source/Components/ImageGlass.UI/ImageGlass.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Platforms>x64;ARM64</Platforms>
<Version>9.0.11.430</Version>
<Version>9.0.11.502</Version>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2010 - 2024 Duong Dieu Phap</Copyright>
<Configurations>Debug;Release;Publish_Release</Configurations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Platforms>x64;ARM64</Platforms>
<Version>9.0.11.430</Version>
<Version>9.0.11.502</Version>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2010 - 2024 Duong Dieu Phap</Copyright>
<Configurations>Debug;Release;Publish_Release</Configurations>
Expand Down
2 changes: 1 addition & 1 deletion Source/Components/ImageGlass.WebP/ImageGlass.WebP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<Configurations>Debug;Release;Publish_Release</Configurations>
<Platforms>x64;ARM64</Platforms>
<Version>1.3.2</Version>
<Version>1.4.0</Version>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2010 - 2024 Duong Dieu Phap</Copyright>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
2 changes: 1 addition & 1 deletion Source/ImageGlass/ImageGlass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Description>A lightweight, versatile image viewer</Description>
<Copyright>Copyright © 2010 - 2024 Duong Dieu Phap</Copyright>
<Company>Duong Dieu Phap</Company>
<Version>9.0.11.430</Version>
<Version>9.0.11.502</Version>
<FileVersion>$(Version)</FileVersion>

<EntryPointExe>$(AssemblyName).exe</EntryPointExe>
Expand Down
2 changes: 1 addition & 1 deletion Source/igcmd/igcmd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyTitle>Igcmd: Command-line utility for ImageGlass</AssemblyTitle>
<Copyright>Copyright © 2010 - 2024 Duong Dieu Phap</Copyright>
<Company>Duong Dieu Phap</Company>
<Version>9.0.11.430</Version>
<Version>9.0.11.502</Version>
<FileVersion>$(Version)</FileVersion>

<EntryPointExe>$(AssemblyName).exe</EntryPointExe>
Expand Down

0 comments on commit 401d99e

Please sign in to comment.