Skip to content

Commit

Permalink
Update version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Brobston committed Nov 20, 2017
1 parent d6ba621 commit be11eb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions SODDI_Setup/SODDI_Setup.vdproj
Expand Up @@ -64,31 +64,31 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_9FD4452242D747F8476E6054C748BA9B"
"OwnerKey" = "8:_E128584B507D40A69BA89300B7920E85"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_E128584B507D40A69BA89300B7920E85"
"OwnerKey" = "8:_8841F164F693AA94981A7DD77E6771E2"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_8841F164F693AA94981A7DD77E6771E2"
"OwnerKey" = "8:_66026BF96BD69B5A128DAEDA58F3F29F"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_66026BF96BD69B5A128DAEDA58F3F29F"
"OwnerKey" = "8:_B1A5CB580CCFE509D29AB11263750C45"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_B1A5CB580CCFE509D29AB11263750C45"
"OwnerKey" = "8:_9FD4452242D747F8476E6054C748BA9B"
"MsmSig" = "8:_UNDEFINED"
}
}
Expand Down Expand Up @@ -444,15 +444,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:SODDI"
"ProductCode" = "8:{3549D2C2-3C6F-4EDA-894F-27D185FBCFD1}"
"PackageCode" = "8:{953F1623-73DC-4BEF-B18B-6F7B472DF5D3}"
"ProductCode" = "8:{0B4DBC52-2AF8-4BCD-8903-23B1B6233E86}"
"PackageCode" = "8:{C9F295A7-7B8D-44EB-83F9-A80555B8C492}"
"UpgradeCode" = "8:{F4F718BB-8942-424F-A45E-CEE175034977}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:01.04.000"
"ProductVersion" = "8:01.05.000"
"Manufacturer" = "8:Salient Solutions"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/BrentOzarULTD/soddi"
Expand Down
2 changes: 1 addition & 1 deletion soddi/Gui/frmUI.Designer.cs

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

2 changes: 1 addition & 1 deletion soddi/Program.cs
Expand Up @@ -35,7 +35,7 @@ public static void Main(string[] args)

BulkLoader inserter;
Console.WriteLine();
Console.Title = "StackOverflow Data Dump Import v1.4";
Console.Title = "StackOverflow Data Dump Import v1.5";
Console.WriteLine(Console.Title);
Console.WriteLine();
if(args.ToList().Find(a=>a.ToLowerInvariant()=="help" || a.ToLowerInvariant()=="?")!=null)
Expand Down

0 comments on commit be11eb7

Please sign in to comment.