MostFrequentlyUsedConnectionStrings 0.1.2-beta
dotnet add package MostFrequentlyUsedConnectionStrings --version 0.1.2-beta
NuGet\Install-Package MostFrequentlyUsedConnectionStrings -Version 0.1.2-beta
<PackageReference Include="MostFrequentlyUsedConnectionStrings" Version="0.1.2-beta" />
paket add MostFrequentlyUsedConnectionStrings --version 0.1.2-beta
#r "nuget: MostFrequentlyUsedConnectionStrings, 0.1.2-beta"
// Install MostFrequentlyUsedConnectionStrings as a Cake Addin #addin nuget:?package=MostFrequentlyUsedConnectionStrings&version=0.1.2-beta&prerelease // Install MostFrequentlyUsedConnectionStrings as a Cake Tool #tool nuget:?package=MostFrequentlyUsedConnectionStrings&version=0.1.2-beta&prerelease
WinForms menu item for managing database connection strings and concealing sensitive information
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 8.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.2-beta | 826 | 5/21/2016 |
0.1.1-beta | 765 | 5/13/2016 |
0.0.4-alpha | 746 | 5/7/2016 |
0.1.2-beta
Fixed issue where selecting an item duplicated it
Correct deserialisation problem which resulted in incorrect ordering
0.1.1-beta
StyleCop excluded as dependency
Selecting an item from the list promotes it to the top of the list
Ability to specify sensitive items to replace in connection strings (ItemsToReplace property) on the DatabaseConnections menu item
0.0.4-alpha
Project renamed to "Most Frequently Used" to avoid a naming conflict (sorry) and migrated to CodePlex
0.0.3-alpha
Encryption methods exposed to the developer using this component; methods documented