Skip to content

Commit 79aab74

Browse files
committed
Upgrade version
1 parent 4e36c9d commit 79aab74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ImageViewer.Updater/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.23.4.11")]
36+
[assembly: AssemblyFileVersion("1.23.4.12")]

ImageViewer/ImageViewer.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<Authors>DragonOfMercy</Authors>
2020
<ApplicationIcon>ImageViewer.ico</ApplicationIcon>
2121
<Copyright>Dragon Industries $([System.DateTime]::Now.ToString('yyyy'))</Copyright>
22-
<FileVersion>1.23.4.11</FileVersion>
23-
<Version>0.0.5-beta</Version>
22+
<FileVersion>1.23.4.12</FileVersion>
23+
<Version>0.0.6-beta</Version>
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

0 commit comments

Comments
 (0)