Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@jpcoenen jpcoenen released this 08 Oct 13:00
· 15 commits to master since this release
v0.2.0
6a42968

This is the first public release of the SecretHub .NET client. Please note that this is still a beta release. Signatures of functions may change in the future.

Feedback on this release is really welcome as an issue on this repository or in an email to [email protected].

Added

  • Adds ExportEnv function, which can be used in combination with ResolveEnv to export resolved environment variables back to the process's environment (#6)

Changed

  • Changes the properties of the Secret and SecretVersion type to be read-only (#7)

Removed

  • Removes the (empty) constructors of the Secret and SecretVersion (#7)