Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoolls committed Feb 4, 2020
1 parent d8c1479 commit 3b918bb
Show file tree
Hide file tree
Showing 26 changed files with 152 additions and 70 deletions.
80 changes: 80 additions & 0 deletions Installer/Brands/MultiMiner - FutureBit Edition/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="MultiMiner.Branding.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<userSettings>
<MultiMiner.Branding.Properties.Settings>
<setting name="Title" serializeAs="String">
<value>MultiMiner - FutureBit Edition</value>
</setting>
<setting name="EnableGPUMining" serializeAs="String">
<value>False</value>
</setting>
<setting name="BriefUserInterface" serializeAs="String">
<value>True</value>
</setting>
<setting name="NetworkDeviceDetection" serializeAs="String">
<value>False</value>
</setting>
<setting name="ListViewStyle" serializeAs="String">
<value>Tile</value>
</setting>
<setting name="DefaultCoin" serializeAs="String">
<value>Litecoin</value>
</setting>
<setting name="DefaultPool" serializeAs="String">
<value>stratum+tcp://us.litecoinpool.org:3333</value>
</setting>
<setting name="DefaultMiner" serializeAs="String">
<value>BFGMiner_jstefanop</value>
</setting>
<setting name="ScanArguments" serializeAs="String">
<value>-S MLD:all</value>
</setting>
<setting name="PrimaryAlgorithm" serializeAs="String">
<value>Scrypt</value>
</setting>
<setting name="PrimaryAlgorithmFlags" serializeAs="String">
<value>--set MLD:clock=600</value>
</setting>
<setting name="PresetMinerFlags" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<string>--set MLD:clock=384</string>
<string>--set MLD:clock=450</string>
<string>--set MLD:clock=480</string>
<string>--set MLD:clock=540</string>
<string>--set MLD:clock=576</string>
<string>--set MLD:clock=600</string>
<string>--set MLD:clock=612</string>
<string>--set MLD:clock=625</string>
<string>--set MLD:clock=636</string>
<string>--set MLD:clock=648</string>
<string>--set MLD:clock=660</string>
<string>--set MLD:clock=672</string>
<string>--set MLD:clock=684</string>
<string>--set MLD:clock=700</string>
<string>--set MLD:clock=720</string>
<string>--set MLD:clock=744</string>
<string>--set MLD:clock=756</string>
<string>--set MLD:clock=768</string>
<string>--set MLD:clock=796</string>
<string>--set MLD:clock=832</string>
<string>--set MLD:clock=852</string>
<string>--set MLD:clock=876</string>
<string>--set MLD:clock=900</string>
<string>--set MLD:clock=924</string>
<string>--set MLD:clock=954</string>
</ArrayOfString>
</value>
</setting>
</MultiMiner.Branding.Properties.Settings>
</userSettings>
<startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup>
</configuration>
2 changes: 2 additions & 0 deletions Installer/Brands/MultiMiner - FutureBit Edition/AppInfo.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[AppInfo]
AppId={54B052AD-8E6A-41BB-9BAB-C8962CE31F88}
2 changes: 1 addition & 1 deletion Installer/VersionInfo.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[VersionInfo]
AppVersion=4.2.3.379
AppVersion=4.3.0.380
6 changes: 3 additions & 3 deletions MultiMiner.Blockchain/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.CoinApi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.CoinWarz/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Coinbase/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Discovery/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.ExchangeApi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.MobileMiner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.MultipoolApi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.NiceHash/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Remoting/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Services/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Stats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.TUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.UX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Update/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Utility/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.WhatToMine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Win/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Xgminer.Api.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Xgminer.Api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Xgminer.Discovery/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]
6 changes: 3 additions & 3 deletions MultiMiner.Xgminer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyVersion("4.2.3.379")]
[assembly: AssemblyFileVersion("4.2.3.379")]
// [assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyVersion("4.3.0.380")]
[assembly: AssemblyFileVersion("4.3.0.380")]

0 comments on commit 3b918bb

Please sign in to comment.