Releases: vcsjones/OpenOpcSignTool
Releases · vcsjones/OpenOpcSignTool
v0.3.0
This is the same as the 0.2.0 release with a packaging fix. 0.2.0 was never released. See the release notes for v0.2.0 for more information about what is contained in this release.
v0.2.0
OpenVsixSignTool:
- Refactoring to support changes in OpenVsixSignTool.Core
- BREAKING: Requires
netcoreapp2.1. It will however build against .NET Framework 4.6.2 or later. Working on being able to support a nuget global tool as well as .NET Framework.
OpenVsixSignTool.Core
- BREAKING:
Corenow works directly withSymmetricAlgorithmand no longer has any Azure Key Vault specific functionality.Corecan continue to be used withAzureKeyVaultwith theRSAKeyVaultpackage. For examples on how to use, see the source of the command line tool. - BREAKING:
netstandard2.0is no longer supported.net462andnetcoreapp2.1are the supported frameworks. - Removed BouncyCastle dependency.
- Added XML documentation for all types.