Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmssargent committed Aug 6, 2016
1 parent 9508c3a commit 80b5134
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 38 deletions.
1 change: 0 additions & 1 deletion APKInstaller/APKInstaller.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
<None Include="Resources\platform-tools_r24-windows.zip" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ftc_logo_vert.bmp" />
<None Include="Resources\FIRSTTech_IconVert_RGB.png" />
<Content Include="src\CustomDictionary.xml" />
<Content Include="src\CInstaller.cs" />
Expand Down
4 changes: 2 additions & 2 deletions APKInstaller/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.1.6.2")>
<Assembly: AssemblyFileVersion("0.1.6.2")>
<Assembly: AssemblyVersion("0.1.7.0")>
<Assembly: AssemblyFileVersion("0.1.7.0")>
<Assembly: NeutralResourcesLanguage("en-US")>
<Assembly: AssemblyMetadata("SquirrelAwareVersion", "1")>
64 changes: 32 additions & 32 deletions APKInstaller/src/About.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions APKInstaller/src/About.resx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<value>Roboto, 10pt</value>
</data>
<data name="chkPrerelease.Location" type="System.Drawing.Point, System.Drawing">
<value>195, 1</value>
<value>189, 4</value>
</data>
<data name="chkPrerelease.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
Expand Down Expand Up @@ -277,10 +277,13 @@
<value>8, 0, 4, 0</value>
</data>
<data name="LabelVersion.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>222, 21</value>
<value>222, 23</value>
</data>
<data name="LabelVersion.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>160, 23</value>
</data>
<data name="LabelVersion.Size" type="System.Drawing.Size, System.Drawing">
<value>160, 21</value>
<value>160, 23</value>
</data>
<data name="LabelVersion.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
Expand Down
2 changes: 2 additions & 0 deletions APKInstaller/src/About.vb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Public NotInheritable Class About
TextBoxDescription.Text = My.Application.Info.Description

chkPrerelease.Checked = My.Settings.prerelease
chkPrerelease.Location = New Point(131, 0)

lblUpdateStatus.Text = AppUpdateManager.UpdateStatusText
End Sub

Expand Down

0 comments on commit 80b5134

Please sign in to comment.