Skip to content

Releases: StefanKert/azuredevops-codesigning-task

v2.2.0

05 Oct 07:15

Choose a tag to compare

  • Added description optional parameter (Tank you for your contribution @markmcgookin #12)

Changes:

  • e083cde Fixed version
  • d97d093 Merge pull request #12 from markmcgookin/PR-UpdateOriginalRepo
  • e4b260f removed vsix file
  • 9bd62fb updated test to latest version of windows SDK on agents
  • b46d7d0 Rolled back to original vss-extension.json
  • c1731f3 added /d to test
  • a07370a Updated to use my publisher name
  • 6f646da reverted extension json
  • 872c63c updated version manually
  • 8919f19 updated publisher to markmcgookin for private installation
See More
  • 41fc215 Updated readme layout
  • 2523227 updated readme
  • af4c4f6 Added /d signtool argument for description

This list of changes was auto generated.

v2.1.0

26 Apr 12:24

Choose a tag to compare

  • Added option to select signtool to use for signing (Built-in, custom path or latest installed) see README for details
  • Reduced file size (12MB -> 1MB)

Changes:

  • 8cb7015 Added comment on reduced file size
  • 8f00462 shortened release notes
  • d053d38 Removed console.log
  • 4b4c402 Updated readme to include information on 2.1
  • 57aaa35 Added functionality to use latest installed on system
  • 4419c68 Added basic impl for latest signtool on system
  • 03d9b9c make sure done is called
  • ff08b1d ignore npm warings
  • 397b6ed updated to latest gulp
  • 33dc674 Using azure-devops-node-api
See more

This list of changes was auto generated.

v2.0.0

29 Mar 15:03

Choose a tag to compare

  • Breaking Change: Introduced wildcard support. To upgrade from 1.x you have to select the new version and use the filepath to sign files. For further information on how wildcards are supported check this article (Fixes #5)
  • Updated SignTool to use the latest version (10.0.17763.132). With this new version the extensions .appx and .appxbundle are now officially supported. See #8 and #9 for details (big thanks to @qmatteoq for updating the signtool and bringing this up)
  • The new version should work with release tasks as well (#4)

v1.1.0

12 Jul 11:24

Choose a tag to compare

  • Updated SignTool to use the latest version (10.0.17134.12) #3
  • Added fields for timestamp server & hashing algorithm #1 #2 (big thanks to @jbattermann)
  • Minor typo fixes

v1.0.1

13 Apr 16:21

Choose a tag to compare

version bump

v1.0.0

13 Apr 16:08

Choose a tag to compare

Initial Release for Code Signing VSTS-Task. See README for more Information.