Skip to content

Commit

Permalink
Merge pull request #30 from dropbox/jack/62
Browse files Browse the repository at this point in the history
6.0.2 update
  • Loading branch information
chadduffey authored Jun 12, 2017
2 parents a66be55 + 242e9cf commit b7e735e
Show file tree
Hide file tree
Showing 13 changed files with 268 additions and 140 deletions.
Binary file modified Dropbox Business Admin Toolkit Admin Guide.pdf
Binary file not shown.
Binary file modified Installer/DBAdminToolkit.Setup.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Dropbox Business Admin Toolkit](https://dl.dropboxusercontent.com/u/354544978/MKTG-DEMO/static/dropbox_s.png)

## Release 6.0.1
## Release 6.0.2

## Features

Expand Down
2 changes: 1 addition & 1 deletion Source/DBAdminToolkit.Setup/DBAdminToolkit.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:6.0.1"
"ProductVersion" = "8:6.0.2"
"Manufacturer" = "8:Dropbox Enterprise Services"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
4 changes: 2 additions & 2 deletions Source/DfBAdminToolkit.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: AssemblyVersion("6.0.2.0")]
[assembly: AssemblyFileVersion("6.0.2.0")]
2 changes: 1 addition & 1 deletion Source/DfBAdminToolkit/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<add key="ApiVersion" value="2" />

<!-- API Actions & params -->
<add key="ConfigVersion" value="6.0.1.0" />
<add key="ConfigVersion" value="6.0.2.0" />
<add key="SearchDefaultLimit" value="1000" />
<add key="SearchFileCountLimit" value="1000" />
<add key="SuppressFilenamesInStatus" value="0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<add key="ApiVersion" value="2" />

<!-- API Actions & params -->
<add key="ConfigVersion" value="6.0.1.0" />
<add key="ConfigVersion" value="6.0.2.0" />
<add key="SearchDefaultLimit" value="1000" />
<add key="SearchFileCountLimit" value="1000" />
<add key="SuppressFilenamesInStatus" value="0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<add key="ApiVersion" value="2" />

<!-- API Actions & params -->
<add key="ConfigVersion" value="6.0.1.0" />
<add key="ConfigVersion" value="6.0.2.0" />
<add key="SearchDefaultLimit" value="1000" />
<add key="SearchFileCountLimit" value="1000" />
<add key="SuppressFilenamesInStatus" value="0" />
Expand Down
383 changes: 255 additions & 128 deletions Source/DfBAdminToolkit/Presenter/TeamHealthPresenter.cs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Source/DfBAdminToolkit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: AssemblyVersion("6.0.2.0")]
[assembly: AssemblyFileVersion("6.0.2.0")]
1 change: 1 addition & 0 deletions Source/DfBAdminToolkit/View/TeamAuditingView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public void Initialize()
DateTime resultTo = DateTime.Now;
dateTimePickerTo.Value = resultTo;
EndTime = resultTo;
TeamAuditingInputFilePath = textBoxTeamAuditing.Text;

buttonEx_TeamAuditingExportToCSV.Enabled = false;
}
Expand Down
2 changes: 1 addition & 1 deletion Source/DfBAdminToolkit/View/TeamAuditingView.designer.cs

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

4 changes: 2 additions & 2 deletions Source/ProviderLauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: AssemblyVersion("6.0.2.0")]
[assembly: AssemblyFileVersion("6.0.2.0")]

0 comments on commit b7e735e

Please sign in to comment.