jscarle / OnePassword.NET

A 1Password CLI Wrapper for .NET.
https://jscarle.github.io/OnePassword.NET/
MIT License
23 stars 8 forks source link

Added CLI version 2 support. #8

Closed jscarle closed 2 years ago

jscarle commented 2 years ago

A complete rewriting of the library was done in order to support version 2 of the CLI. The new minimum .NET version has been changed to .NET 5.0 in order to remove the dependency on Newtonsoft.Json and instead use the built-in System.Text.Json namespace.