Skip to content

Commit

Permalink
Merge pull request #44 from dropbox/update-installer
Browse files Browse the repository at this point in the history
Update installer to 6.1.2
  • Loading branch information
dierksen authored Feb 3, 2020
2 parents ebd4b3e + d064017 commit 13d9443
Show file tree
Hide file tree
Showing 9 changed files with 191 additions and 191 deletions.
Binary file modified Installer/DBAdminToolkit.zip
Binary file not shown.
364 changes: 182 additions & 182 deletions Source/DBAdminToolkit.Setup/DBAdminToolkit.Setup.vdproj

Large diffs are not rendered by default.

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.1.1.0")]
[assembly: AssemblyFileVersion("6.1.1.0")]
[assembly: AssemblyVersion("6.1.2.0")]
[assembly: AssemblyFileVersion("6.1.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.1.1.0" />
<add key="ConfigVersion" value="6.1.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.1.1.0" />
<add key="ConfigVersion" value="6.1.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.1.1.0" />
<add key="ConfigVersion" value="6.1.2.0" />
<add key="SearchDefaultLimit" value="1000" />
<add key="SearchFileCountLimit" value="1000" />
<add key="SuppressFilenamesInStatus" value="0" />
Expand Down
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.1.1.0")]
[assembly: AssemblyFileVersion("6.1.1.0")]
[assembly: AssemblyVersion("6.1.2.0")]
[assembly: AssemblyFileVersion("6.1.2.0")]
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.1.1.0")]
[assembly: AssemblyFileVersion("6.1.1.0")]
[assembly: AssemblyVersion("6.1.2.0")]
[assembly: AssemblyFileVersion("6.1.2.0")]

0 comments on commit 13d9443

Please sign in to comment.