Skip to content

Commit 669a936

Browse files
committed
Bump revision and assembly file version for new build
Incremented application revision to 1 in DiskImageTool.vbproj and updated AssemblyFileVersion to 2.36.0.1 in AssemblyInfo.vb to reflect a minor update and new build.
1 parent 7cdf64e commit 669a936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DiskImageTool/DiskImageTool.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<TargetCulture>en-US</TargetCulture>
3131
<ProductName>DiskImageTool</ProductName>
3232
<PublisherName>Digitoxin</PublisherName>
33-
<ApplicationRevision>0</ApplicationRevision>
33+
<ApplicationRevision>1</ApplicationRevision>
3434
<ApplicationVersion>2.36.0.%2a</ApplicationVersion>
3535
<UseApplicationTrust>false</UseApplicationTrust>
3636
<PublishWizardCompleted>true</PublishWizardCompleted>

DiskImageTool/My Project/AssemblyInfo.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
3131
' <Assembly: AssemblyVersion("1.0.*")>
3232

3333
<Assembly: AssemblyVersion("1.0.0.0")>
34-
<Assembly: AssemblyFileVersion("2.36.0.0")>
34+
<Assembly: AssemblyFileVersion("2.36.0.1")>

0 commit comments

Comments
 (0)