{"id":25942626,"url":"https://github.com/mihamarkic/cake.vsixsigntool","last_synced_at":"2025-10-06T20:09:29.271Z","repository":{"id":68977266,"uuid":"88720623","full_name":"MihaMarkic/Cake.VsixSignTool","owner":"MihaMarkic","description":"Cake AddIn that extends Cake with VsixSignTool","archived":false,"fork":false,"pushed_at":"2024-02-08T09:36:15.000Z","size":33,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-02-08T10:37:48.567Z","etag":null,"topics":["addin","cake"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MihaMarkic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-04-19T08:30:18.000Z","updated_at":"2024-02-08T09:25:16.000Z","dependencies_parsed_at":"2024-02-08T10:44:37.522Z","dependency_job_id":null,"html_url":"https://github.com/MihaMarkic/Cake.VsixSignTool","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaMarkic%2FCake.VsixSignTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaMarkic%2FCake.VsixSignTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaMarkic%2FCake.VsixSignTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaMarkic%2FCake.VsixSignTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MihaMarkic","download_url":"https://codeload.github.com/MihaMarkic/Cake.VsixSignTool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241794539,"owners_count":20021288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addin","cake"],"created_at":"2025-03-04T06:19:39.453Z","updated_at":"2025-10-06T20:09:24.237Z","avatar_url":"https://github.com/MihaMarkic.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cake.VsixSignTool\n\nA Cake AddIn that extends Cake with [VsixSignTool](https://msdn.microsoft.com/en-us/library/dd997171.aspx).\n\n[![cakebuild.net](https://img.shields.io/badge/WWW-cakebuild.net-blue.svg)](http://cakebuild.net/)\n[![NuGet](https://img.shields.io/nuget/v/Cake.VsixSignTool.svg)](https://www.nuget.org/packages/Cake.VsixSignTool)\n\n## Requirements\n* 1.4.0\n\n    - Cake 4.0.0\n    - .net 6+\n\n* 1.3.0: \n\n  - Cake 0.33 or later\n\n* 1.2.0: \n\n  * Cake 0.28 or later\n\n  * BREAKING change: VSIX tool is now decoupled from adding, you have to add it manually to cake script, like\n\n    `#tool nuget:?package=Microsoft.VSSDK.Vsixsigntool`\n\n* 1.0.0: Latest package is referencing Cake 0.22 or later.\n\n## Including addin\nIncluding addin in cake script is easy.\n```\n#addin \"Cake.VsixSignTool\"\n```\n\n## Usage\n\nTo use the addin just add it to Cake call the aliases and configure any settings you want.\n\n```csharp\n#tool nuget:?package=Microsoft.VSSDK.Vsixsigntool\n#addin \"Cake.VsixSignTool\"\nTask(\"Sign\")\n    .Does(() =\u003e \n    {\n        VsixSignToolSign(new VsixSignToolSignSettings { \n            File = \"test.pfx\", \n            Hash=\"...some hash\",\n            Password = \"PASSWORD\"\n            }, \n         \"MyVsixPackage.vsix\");\n    });\n...\n```\n\nEither string or FilePath can be used to pass target files.\n\n# General Notes\n**This is an initial version and not tested thoroughly**.\nContributions welcome.\n\nWorks only on Windows unless VsixSignTool isn't ported to other OSes.\n\n[![Follow @mihamarkic](https://img.shields.io/badge/Twitter-Follow%20%40mihamarkic-blue.svg)](https://twitter.com/intent/follow?screen_name=mihamarkic)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihamarkic%2Fcake.vsixsigntool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmihamarkic%2Fcake.vsixsigntool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihamarkic%2Fcake.vsixsigntool/lists"}