diff --git a/NetTally/App.config b/NetTally/App.config
index f8cc72ee..49502870 100644
--- a/NetTally/App.config
+++ b/NetTally/App.config
@@ -10,15 +10,9 @@
-
+
False
-
- False
-
-
- True
-
diff --git a/NetTally/Properties/AssemblyInfo.cs b/NetTally/Properties/AssemblyInfo.cs
index 1e69357d..e5bd84d0 100644
--- a/NetTally/Properties/AssemblyInfo.cs
+++ b/NetTally/Properties/AssemblyInfo.cs
@@ -51,6 +51,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.1.0")]
+[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyInformationalVersion("1.0")]
diff --git a/NetTally/Properties/Settings.Designer.cs b/NetTally/Properties/Settings.Designer.cs
index 4173a0ee..5f7cc53b 100644
--- a/NetTally/Properties/Settings.Designer.cs
+++ b/NetTally/Properties/Settings.Designer.cs
@@ -26,36 +26,12 @@ public static Settings Default {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool CheckForLastThreadmark {
+ public bool Upgraded {
get {
- return ((bool)(this["CheckForLastThreadmark"]));
+ return ((bool)(this["Upgraded"]));
}
set {
- this["CheckForLastThreadmark"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool UseVotePartitions {
- get {
- return ((bool)(this["UseVotePartitions"]));
- }
- set {
- this["UseVotePartitions"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool PartitionByLine {
- get {
- return ((bool)(this["PartitionByLine"]));
- }
- set {
- this["PartitionByLine"] = value;
+ this["Upgraded"] = value;
}
}
}
diff --git a/NetTally/Properties/Settings.settings b/NetTally/Properties/Settings.settings
index 319e46b4..9bcbd5d0 100644
--- a/NetTally/Properties/Settings.settings
+++ b/NetTally/Properties/Settings.settings
@@ -2,14 +2,8 @@
-
+
False
-
- False
-
-
- True
-
\ No newline at end of file