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

Releases: secrethub/secrethub-dotnet

v0.2.1

21 Oct 12:04
6f9acfc
Compare
Choose a tag to compare

Fixed

  • If any errors occur when calling ResolveEnv, the exception thrown will now contain a correct and descriptive error message. (#21)

v0.2.0

08 Oct 13:00
v0.2.0
6a42968
Compare
Choose a tag to compare

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 support@secrethub.io.

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)