-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## April 2022 Release (version 1.1.2) | ||
|
||
### Features | ||
|
||
* Extended secrets management to ASP.NET MVC 5 projects. | ||
* Added support to projects that share the same secret files. | ||
|
||
--- | ||
|
||
## April 2022 Release (version 1.0.2) | ||
|
||
Initial release. | ||
Visual Studio extension that allows to synchronize solution secrets across different development workstations. | ||
|
||
### Features | ||
|
||
* Pushing encrypted secrets to a remote repository. | ||
* Pulling ecrypted secrets from a remote repository. | ||
* Implemented GitHub Gist as remote secrets repository. | ||
* Deletion of user secrets for when you need to dismiss secrets from a development workstation. |