This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Releases: secrethub/secrethub-dotnet
Releases · secrethub/secrethub-dotnet
v0.2.1
v0.2.0
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 withResolveEnv
to export resolved environment variables back to the process's environment (#6)
Changed
- Changes the properties of the
Secret
andSecretVersion
type to be read-only (#7)
Removed
- Removes the (empty) constructors of the
Secret
andSecretVersion
(#7)