Skip to content

Commit

Permalink
Version 1.0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Jan 12, 2021
1 parent f6c7cff commit d7d6fd3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions HAController.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>52</ApplicationRevision>
<ApplicationVersion>1.0.0.52</ApplicationVersion>
<ApplicationRevision>53</ApplicationRevision>
<ApplicationVersion>1.0.0.53</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -298,42 +298,42 @@
<ItemGroup>
<PublishFile Include="HAController.pdb">
<Visible>False</Visible>
<PublishState>Auto</PublishState>
<IncludeHash>False</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Auto</PublishState>
<IncludeHash>False</IncludeHash>
<FileType>File</FileType>
</PublishFile>
<PublishFile Include="HAController.xml">
<Visible>False</Visible>
<PublishState>Auto</PublishState>
<IncludeHash>False</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Auto</PublishState>
<IncludeHash>False</IncludeHash>
<FileType>File</FileType>
</PublishFile>
<PublishFile Include="HidLibrary.pdb">
<Visible>False</Visible>
<PublishState>Auto</PublishState>
<IncludeHash>False</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Auto</PublishState>
<IncludeHash>False</IncludeHash>
<FileType>File</FileType>
</PublishFile>
<PublishFile Include="System.Data.SQLite.xml">
<Visible>False</Visible>
<PublishState>Auto</PublishState>
<IncludeHash>False</IncludeHash>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Auto</PublishState>
<IncludeHash>False</IncludeHash>
<FileType>File</FileType>
</PublishFile>
</ItemGroup>
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.52")>
<Assembly: AssemblyFileVersion("1.0.0.52")>
<Assembly: AssemblyVersion("1.0.0.53")>
<Assembly: AssemblyFileVersion("1.0.0.53")>

0 comments on commit d7d6fd3

Please sign in to comment.