Skip to content

Releases: JustinGrote/SecretManagement.KeePass

SecretManagement.KeePass v0.9.2

22 Aug 16:25
b63765a
Compare
Choose a tag to compare

[0.9.2] - 2021-08-22

Minor Updates and Bug Fixes

  • ⬆️ SecretManagement 1.1.0 Compatibility (#55)
    SecretManagement 1.1.0 moves the vault extension into its own runspace and adds a new Unlock-SecretVault mechanism. This adds support for that new operating model.
  • 📦 Fix issue with common tests being included in compilation (e277af9)
  • 📦 Wrap Public Function Initialization in SourceInit region (2818d4c)
  • 🐛 Tests were being included in build process, causing import errors (ab83ff6)
  • ⬆️ Microsoft.Powershell.SecretManagement 1.0.0 (11d45c7)
  • 🔖 v0.9.1.3 (75d25c3)
  • 🐛 UNC Paths incorrectly translated to PSProvider Paths (#45)
    Fixes #44

Other

  • Update parameter names in README.MD (#51)
    • Updated parameter name in README.MD
    • Updated 2nd parameter name in README.MD
  • Add Press Github Actions Support (#46)