Skip to content

Commit 4ee172b

Browse files
authored
Merge pull request #31 from untra/focused-windows-signing
artifact signing with 'Artifact Signing Certificate Profile Signer' r…
2 parents 2287b08 + 43806c0 commit 4ee172b

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "operator"
3-
version = "0.1.23"
3+
version = "0.1.24"
44
edition = "2021"
55
description = "Multi-agent orchestration dashboard for gbqr.us"
66
authors = ["gbqr.us"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.23
1+
0.1.24

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
--file "$(Build.StagingDirectory)\unsigned.exe"
2929
3030
- task: ArtifactSigning@1
31-
displayName: Sign with Trusted Signing
31+
displayName: Sign with Artifact Signing
3232
inputs:
3333
AzureTenantID: $(AzureTenantID)
3434
AzureClientID: $(AzureClientID)

backstage-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "operator-backstage",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"author": {
55
"name": "Samuel Volin",
66
"email": "untra.sam@gmail.com",

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ collections_dir: .
4242

4343
# Permalink structure
4444
permalink: pretty
45-
version: 0.1.23
45+
version: 0.1.24
4646

4747
# Google Analytics
4848
ga_tag: G-5JZPJWWT7S # Replace with actual GA4 measurement ID from analytics.google.com

opr8r/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opr8r"
3-
version = "0.1.23"
3+
version = "0.1.24"
44
edition = "2021"
55
description = "Minimal CLI wrapper for LLM commands in multi-step ticket workflows"
66
license = "MIT"

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "operator-terminals",
33
"displayName": "Operator! Terminals for vscode",
44
"description": "VS Code terminal integration for Operator! multi-agent orchestration",
5-
"version": "0.1.23",
5+
"version": "0.1.24",
66
"publisher": "untra",
77
"author": {
88
"name": "Samuel Volin",

vscode-extension/src/webhook-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
SessionInfo,
2323
} from './types';
2424

25-
const VERSION = '0.1.23';
25+
const VERSION = '0.1.24';
2626

2727
/**
2828
* HTTP server for operator <-> extension communication

0 commit comments

Comments
 (0)