Skip to content

Releases: vcsjones/OpenOpcSignTool

v0.3.0

25 Nov 04:14
v0.3.0
f31c87c

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

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

25 Nov 02:12
v0.2.0
6dfe047

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

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: Core now works directly with SymmetricAlgorithm and no longer has any Azure Key Vault specific functionality. Core can continue to be used with AzureKeyVault with the RSAKeyVault package. For examples on how to use, see the source of the command line tool.
  • BREAKING: netstandard2.0 is no longer supported. net462 and netcoreapp2.1 are the supported frameworks.
  • Removed BouncyCastle dependency.
  • Added XML documentation for all types.