Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 8508e6e

Browse files
committed
Preliminary v1.7.0 commit
Removed the About dialog and button - this information is now displayed in its own tab in the Settings dialog Added a status bar with VM count info Updated copyright year for 2020 Minor UI changes
1 parent 92e5d0b commit 8508e6e

File tree

10 files changed

+281
-482
lines changed

10 files changed

+281
-482
lines changed

86BoxManager/86BoxManager.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@
8585
<Reference Include="System.Xml" />
8686
</ItemGroup>
8787
<ItemGroup>
88-
<Compile Include="dlgAbout.cs">
89-
<SubType>Form</SubType>
90-
</Compile>
91-
<Compile Include="dlgAbout.Designer.cs">
92-
<DependentUpon>dlgAbout.cs</DependentUpon>
93-
</Compile>
9488
<Compile Include="dlgAddVM.cs">
9589
<SubType>Form</SubType>
9690
</Compile>
@@ -126,9 +120,6 @@
126120
</Compile>
127121
<Compile Include="Program.cs" />
128122
<Compile Include="Properties\AssemblyInfo.cs" />
129-
<EmbeddedResource Include="dlgAbout.resx">
130-
<DependentUpon>dlgAbout.cs</DependentUpon>
131-
</EmbeddedResource>
132123
<EmbeddedResource Include="dlgAddVM.resx">
133124
<DependentUpon>dlgAddVM.cs</DependentUpon>
134125
</EmbeddedResource>

86BoxManager/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("David Simunič and others")]
1111
[assembly: AssemblyProduct("86Box Manager")]
12-
[assembly: AssemblyCopyright("Copyright © 2018-2019 David Simunič and others")]
12+
[assembly: AssemblyCopyright("Copyright © 2018-2020 David Simunič and others")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333

34-
[assembly: AssemblyVersion("1.6.2.0")]
35-
[assembly: AssemblyFileVersion("1.6.2.0")]
34+
[assembly: AssemblyVersion("1.7.0.0")]
35+
[assembly: AssemblyFileVersion("1.7.0.0")]

86BoxManager/dlgAbout.Designer.cs

Lines changed: 0 additions & 206 deletions
This file was deleted.

86BoxManager/dlgAbout.cs

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)