Skip to content

Commit

Permalink
bumped version, fixed AutoDetectSize below 1kB
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkman100 committed Dec 24, 2016
1 parent 6f1c2b2 commit 7d6dfff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.4.0.0")>
<Assembly: AssemblyFileVersion("1.4.0.0")>
<Assembly: AssemblyVersion("1.5.0.0")>
<Assembly: AssemblyFileVersion("1.5.0.0")>
2 changes: 2 additions & 0 deletions PropertiesDotNet.vb
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@
cbxSize.SelectedIndex = 3
ElseIf byteSize > 1000 Then
cbxSize.SelectedIndex = 1
Else
cbxSize.SelectedIndex = 0
End If
End Sub
Sub ApplySizeFormatting() Handles cbxSize.SelectedIndexChanged
Expand Down

0 comments on commit 7d6dfff

Please sign in to comment.