Skip to content

Commit

Permalink
Version 1.0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Jan 15, 2018
1 parent 9493967 commit 73eb140
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions HAController.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>false</IsWebBootstrapper>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -25,12 +26,11 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>25</ApplicationRevision>
<ApplicationVersion>1.0.0.25</ApplicationVersion>
<ApplicationRevision>26</ApplicationRevision>
<ApplicationVersion>1.0.0.26</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
4 changes: 2 additions & 2 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.0.25")>
<Assembly: AssemblyFileVersion("1.0.0.25")>
<Assembly: AssemblyVersion("1.0.0.26")>
<Assembly: AssemblyFileVersion("1.0.0.26")>

0 comments on commit 73eb140

Please sign in to comment.