diff --git a/library/fixed_point/qsharp.json b/library/fixed_point/qsharp.json index ce625648fa..46367e86a1 100644 --- a/library/fixed_point/qsharp.json +++ b/library/fixed_point/qsharp.json @@ -6,7 +6,7 @@ "github": { "owner": "Microsoft", "repo": "qsharp", - "ref": "3195043", + "ref": "v1.13", "path": "library/signed" } } @@ -24,4 +24,4 @@ "src/Tests.qs", "src/Types.qs" ] -} \ No newline at end of file +} diff --git a/library/signed/qsharp.json b/library/signed/qsharp.json index c8c3b80f5a..79e3bea9f9 100644 --- a/library/signed/qsharp.json +++ b/library/signed/qsharp.json @@ -6,7 +6,7 @@ "github": { "owner": "Microsoft", "repo": "qsharp", - "ref": "486616a4", + "ref": "v1.13", "path": "library/qtest" } } diff --git a/vscode/src/registry.json b/vscode/src/registry.json index f8b713ba4e..f77c2c9bd5 100644 --- a/vscode/src/registry.json +++ b/vscode/src/registry.json @@ -1,14 +1,26 @@ { "knownPackages": [ + { + "name": "Chemistry", + "description": "A collection of Chemistry algorithms and utilities", + "dependency": { + "github": { + "owner": "microsoft", + "repo": "qsharp", + "refs": [{ "ref": "main", "notes": "nightly, unstable" }], + "path": "library/chemistry" + } + } + }, { "name": "Signed", - "description": "Defines types and functions to work with signed qubit-based integers.", + "description": "Defines types and functions to work with signed qubit-based integers", "dependency": { "github": { "owner": "microsoft", "repo": "qsharp", "refs": [ - { "ref": "bd5a09c", "notes": "latest stable" }, + { "ref": "v1.13", "notes": "latest stable" }, { "ref": "main", "notes": "nightly, unstable" } ], "path": "library/signed" @@ -17,13 +29,13 @@ }, { "name": "FixedPoint", - "description": "Types and functions for fixed-point arithmetic with qubits.", + "description": "Types and functions for fixed-point arithmetic with qubits", "dependency": { "github": { "owner": "microsoft", "repo": "qsharp", "refs": [ - { "ref": "bd5a09c", "notes": "latest stable" }, + { "ref": "v1.13", "notes": "latest stable" }, { "ref": "main", "notes": "nightly, unstable" } ], "path": "library/fixed_point" @@ -32,13 +44,13 @@ }, { "name": "Rotations", - "description": "Defines types and functions to work with rotations.", + "description": "Defines types and functions to work with rotations", "dependency": { "github": { "owner": "microsoft", "repo": "qsharp", "refs": [ - { "ref": "bd5a09c", "notes": "latest stable" }, + { "ref": "v1.13", "notes": "latest stable" }, { "ref": "main", "notes": "nightly, unstable" } ], "path": "library/rotations" @@ -47,13 +59,13 @@ }, { "name": "Qtest", - "description": "Utilities for writing and running Q# tests.", + "description": "Utilities for writing and running Q# tests", "dependency": { "github": { "owner": "microsoft", "repo": "qsharp", "refs": [ - { "ref": "bd5a09c", "notes": "latest stable" }, + { "ref": "v1.13", "notes": "latest stable" }, { "ref": "main", "notes": "nightly, unstable" } ], "path": "library/qtest"