From 44c1cadf7d1ee50522bc7fd974761b31589e3b0d Mon Sep 17 00:00:00 2001 From: Sarah Marshall Date: Mon, 24 Aug 2020 15:39:22 +0000 Subject: [PATCH 1/5] Build 0.12.2008.24002. --- images/iqsharp-base/Dockerfile | 2 +- src/AzureClient/AzureClient.csproj | 2 +- src/Core/Core.csproj | 6 ++-- .../ExecutionPathTracer.csproj | 2 +- .../Mock.Chemistry/Mock.Chemistry.csproj | 4 +-- .../Mock.Standard/Mock.Standard.csproj | 4 +-- .../ProjectA.csproj | 2 +- .../ProjectB.csproj | 2 +- .../Workspace.ProjectReferences.csproj | 4 +-- src/Tool/appsettings.json | 30 +++++++++---------- 10 files changed, 29 insertions(+), 29 deletions(-) diff --git a/images/iqsharp-base/Dockerfile b/images/iqsharp-base/Dockerfile index 45b18b30e4..99a744495b 100644 --- a/images/iqsharp-base/Dockerfile +++ b/images/iqsharp-base/Dockerfile @@ -109,7 +109,7 @@ ENV PATH=$PATH:${HOME}/dotnet:${HOME}/.dotnet/tools \ # Install IQ# and the project templates, using the NuGet packages from the # build context. ARG IQSHARP_VERSION -RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.12.20081729-beta" && \ +RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.12.200824002-vnext" && \ dotnet tool install \ --global \ Microsoft.Quantum.IQSharp \ diff --git a/src/AzureClient/AzureClient.csproj b/src/AzureClient/AzureClient.csproj index 1a41bfe3ff..e3238d24e5 100644 --- a/src/AzureClient/AzureClient.csproj +++ b/src/AzureClient/AzureClient.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index a837535b07..6d000c0005 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -38,9 +38,9 @@ - - - + + + diff --git a/src/ExecutionPathTracer/ExecutionPathTracer.csproj b/src/ExecutionPathTracer/ExecutionPathTracer.csproj index b7933aa19d..31b2e9b273 100644 --- a/src/ExecutionPathTracer/ExecutionPathTracer.csproj +++ b/src/ExecutionPathTracer/ExecutionPathTracer.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj b/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj index cee0b77176..a4ac202d2b 100644 --- a/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj +++ b/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -6,6 +6,6 @@ - + diff --git a/src/MockLibraries/Mock.Standard/Mock.Standard.csproj b/src/MockLibraries/Mock.Standard/Mock.Standard.csproj index cee0b77176..a4ac202d2b 100644 --- a/src/MockLibraries/Mock.Standard/Mock.Standard.csproj +++ b/src/MockLibraries/Mock.Standard/Mock.Standard.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -6,6 +6,6 @@ - + diff --git a/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj b/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj index d84209d6dd..0974fd35b8 100644 --- a/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj +++ b/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj b/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj index c31bc58444..c9bf1ccf7a 100644 --- a/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj +++ b/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj b/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj index 5fe53192fc..a08518613d 100644 --- a/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj +++ b/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -7,7 +7,7 @@ - + diff --git a/src/Tool/appsettings.json b/src/Tool/appsettings.json index ae9f6fab58..d01b558473 100644 --- a/src/Tool/appsettings.json +++ b/src/Tool/appsettings.json @@ -6,26 +6,26 @@ }, "AllowedHosts": "*", "DefaultPackageVersions": [ - "Microsoft.Quantum.Compiler::0.12.20081940-beta", + "Microsoft.Quantum.Compiler::0.12.200824002-vnext", - "Microsoft.Quantum.CsharpGeneration::0.12.20081940-beta", - "Microsoft.Quantum.Development.Kit::0.12.20081940-beta", - "Microsoft.Quantum.Simulators::0.12.20081940-beta", - "Microsoft.Quantum.Xunit::0.12.20081940-beta", + "Microsoft.Quantum.CsharpGeneration::0.12.200824002-vnext", + "Microsoft.Quantum.Development.Kit::0.12.200824002-vnext", + "Microsoft.Quantum.Simulators::0.12.200824002-vnext", + "Microsoft.Quantum.Xunit::0.12.200824002-vnext", - "Microsoft.Quantum.Standard::0.12.20081940-beta", + "Microsoft.Quantum.Standard::0.12.200824002-vnext", "Microsoft.Quantum.Standard.Visualization::0.12.20081940-beta", - "Microsoft.Quantum.Chemistry::0.12.20081940-beta", - "Microsoft.Quantum.Chemistry.Jupyter::0.12.20081940-beta", - "Microsoft.Quantum.MachineLearning::0.12.20081940-beta", - "Microsoft.Quantum.Numerics::0.12.20081940-beta", + "Microsoft.Quantum.Chemistry::0.12.200824002-vnext", + "Microsoft.Quantum.Chemistry.Jupyter::0.12.200824002-vnext", + "Microsoft.Quantum.MachineLearning::0.12.200824002-vnext", + "Microsoft.Quantum.Numerics::0.12.200824002-vnext", - "Microsoft.Quantum.Katas::0.12.20081940-beta", + "Microsoft.Quantum.Katas::0.12.200824002-vnext", - "Microsoft.Quantum.Research::0.12.20081940-beta", + "Microsoft.Quantum.Research::0.12.200824002-vnext", - "Microsoft.Quantum.Providers.IonQ::0.12.20081940-beta", - "Microsoft.Quantum.Providers.Honeywell::0.12.20081940-beta", - "Microsoft.Quantum.Providers.QCI::0.12.20081940-beta" + "Microsoft.Quantum.Providers.IonQ::0.12.200824002-vnext", + "Microsoft.Quantum.Providers.Honeywell::0.12.200824002-vnext", + "Microsoft.Quantum.Providers.QCI::0.12.200824002-vnext" ] } From 624447958f03125628377e3fc06385d82c78e1d5 Mon Sep 17 00:00:00 2001 From: Sarah Marshall Date: Mon, 24 Aug 2020 10:46:05 -0700 Subject: [PATCH 2/5] Update callable overrides --- src/Jupyter/Visualization/StateDisplayOperations.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Jupyter/Visualization/StateDisplayOperations.cs b/src/Jupyter/Visualization/StateDisplayOperations.cs index 401fa40ceb..7994d7dfc0 100644 --- a/src/Jupyter/Visualization/StateDisplayOperations.cs +++ b/src/Jupyter/Visualization/StateDisplayOperations.cs @@ -139,7 +139,7 @@ public JupyterDumpMachine(QuantumSimulator m) : base(m) } /// - public override Func Body => (location) => + public override Func __Body__ => (location) => { if (location == null) { throw new ArgumentNullException(nameof(location)); } // Check if we're supposed to be writing to a file. In that case, @@ -147,7 +147,7 @@ public JupyterDumpMachine(QuantumSimulator m) : base(m) if (!(location is QVoid) && location.ToString().Length != 0) { Console.Out.WriteLine("Falling back to base DumpMachine."); - return base.Body.Invoke(location); + return base.__Body__.Invoke(location); } Debug.Assert( @@ -182,7 +182,7 @@ public JupyterDumpRegister(QuantumSimulator m) : base(m) } /// - public override Func<(T, IQArray), QVoid> Body => (input) => + public override Func<(T, IQArray), QVoid> __Body__ => (input) => { var (location, qubits) = input; if (location == null) { throw new ArgumentNullException(nameof(location)); } @@ -191,7 +191,7 @@ public JupyterDumpRegister(QuantumSimulator m) : base(m) if (!(location is QVoid) && location.ToString().Length != 0) { Console.Out.WriteLine("Falling back to base DumpRegister."); - return base.Body.Invoke(input); + return base.__Body__.Invoke(input); } Debug.Assert( From 0cc4a225fac5e203d49f98c49760b1b15f295acc Mon Sep 17 00:00:00 2001 From: Sarah Marshall Date: Mon, 24 Aug 2020 20:13:42 +0000 Subject: [PATCH 3/5] Build 0.12.2008.24010. --- images/iqsharp-base/Dockerfile | 2 +- src/AzureClient/AzureClient.csproj | 2 +- src/Core/Core.csproj | 6 ++-- .../ExecutionPathTracer.csproj | 2 +- .../Mock.Chemistry/Mock.Chemistry.csproj | 4 +-- .../Mock.Standard/Mock.Standard.csproj | 4 +-- .../ProjectA.csproj | 2 +- .../ProjectB.csproj | 2 +- .../Workspace.ProjectReferences.csproj | 4 +-- src/Tool/appsettings.json | 30 +++++++++---------- 10 files changed, 29 insertions(+), 29 deletions(-) diff --git a/images/iqsharp-base/Dockerfile b/images/iqsharp-base/Dockerfile index 99a744495b..1982c0b4a3 100644 --- a/images/iqsharp-base/Dockerfile +++ b/images/iqsharp-base/Dockerfile @@ -109,7 +109,7 @@ ENV PATH=$PATH:${HOME}/dotnet:${HOME}/.dotnet/tools \ # Install IQ# and the project templates, using the NuGet packages from the # build context. ARG IQSHARP_VERSION -RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.12.200824002-vnext" && \ +RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.12.200824010-vnext" && \ dotnet tool install \ --global \ Microsoft.Quantum.IQSharp \ diff --git a/src/AzureClient/AzureClient.csproj b/src/AzureClient/AzureClient.csproj index e3238d24e5..b74baa9ea7 100644 --- a/src/AzureClient/AzureClient.csproj +++ b/src/AzureClient/AzureClient.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 6d000c0005..8ef5bc2922 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -38,9 +38,9 @@ - - - + + + diff --git a/src/ExecutionPathTracer/ExecutionPathTracer.csproj b/src/ExecutionPathTracer/ExecutionPathTracer.csproj index 31b2e9b273..483b70a8b5 100644 --- a/src/ExecutionPathTracer/ExecutionPathTracer.csproj +++ b/src/ExecutionPathTracer/ExecutionPathTracer.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj b/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj index a4ac202d2b..5b8d109052 100644 --- a/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj +++ b/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -6,6 +6,6 @@ - + diff --git a/src/MockLibraries/Mock.Standard/Mock.Standard.csproj b/src/MockLibraries/Mock.Standard/Mock.Standard.csproj index a4ac202d2b..5b8d109052 100644 --- a/src/MockLibraries/Mock.Standard/Mock.Standard.csproj +++ b/src/MockLibraries/Mock.Standard/Mock.Standard.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -6,6 +6,6 @@ - + diff --git a/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj b/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj index 0974fd35b8..71887bb7ae 100644 --- a/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj +++ b/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj b/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj index c9bf1ccf7a..95be96e353 100644 --- a/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj +++ b/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj b/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj index a08518613d..d19d94e712 100644 --- a/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj +++ b/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -7,7 +7,7 @@ - + diff --git a/src/Tool/appsettings.json b/src/Tool/appsettings.json index d01b558473..609de072b5 100644 --- a/src/Tool/appsettings.json +++ b/src/Tool/appsettings.json @@ -6,26 +6,26 @@ }, "AllowedHosts": "*", "DefaultPackageVersions": [ - "Microsoft.Quantum.Compiler::0.12.200824002-vnext", + "Microsoft.Quantum.Compiler::0.12.200824010-vnext", - "Microsoft.Quantum.CsharpGeneration::0.12.200824002-vnext", - "Microsoft.Quantum.Development.Kit::0.12.200824002-vnext", - "Microsoft.Quantum.Simulators::0.12.200824002-vnext", - "Microsoft.Quantum.Xunit::0.12.200824002-vnext", + "Microsoft.Quantum.CsharpGeneration::0.12.200824010-vnext", + "Microsoft.Quantum.Development.Kit::0.12.200824010-vnext", + "Microsoft.Quantum.Simulators::0.12.200824010-vnext", + "Microsoft.Quantum.Xunit::0.12.200824010-vnext", - "Microsoft.Quantum.Standard::0.12.200824002-vnext", + "Microsoft.Quantum.Standard::0.12.200824010-vnext", "Microsoft.Quantum.Standard.Visualization::0.12.20081940-beta", - "Microsoft.Quantum.Chemistry::0.12.200824002-vnext", - "Microsoft.Quantum.Chemistry.Jupyter::0.12.200824002-vnext", - "Microsoft.Quantum.MachineLearning::0.12.200824002-vnext", - "Microsoft.Quantum.Numerics::0.12.200824002-vnext", + "Microsoft.Quantum.Chemistry::0.12.200824010-vnext", + "Microsoft.Quantum.Chemistry.Jupyter::0.12.200824010-vnext", + "Microsoft.Quantum.MachineLearning::0.12.200824010-vnext", + "Microsoft.Quantum.Numerics::0.12.200824010-vnext", - "Microsoft.Quantum.Katas::0.12.200824002-vnext", + "Microsoft.Quantum.Katas::0.12.200824010-vnext", - "Microsoft.Quantum.Research::0.12.200824002-vnext", + "Microsoft.Quantum.Research::0.12.200824010-vnext", - "Microsoft.Quantum.Providers.IonQ::0.12.200824002-vnext", - "Microsoft.Quantum.Providers.Honeywell::0.12.200824002-vnext", - "Microsoft.Quantum.Providers.QCI::0.12.200824002-vnext" + "Microsoft.Quantum.Providers.IonQ::0.12.200824010-vnext", + "Microsoft.Quantum.Providers.Honeywell::0.12.200824010-vnext", + "Microsoft.Quantum.Providers.QCI::0.12.200824010-vnext" ] } From 02c3a5ea945f34b316fe8eb9d81d09604ed3049a Mon Sep 17 00:00:00 2001 From: Sarah Marshall Date: Mon, 24 Aug 2020 18:16:27 -0700 Subject: [PATCH 4/5] Update providers package version --- src/AzureClient/Mocks/MockAzureExecutionTarget.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AzureClient/Mocks/MockAzureExecutionTarget.cs b/src/AzureClient/Mocks/MockAzureExecutionTarget.cs index 6ab586143b..4612af4867 100644 --- a/src/AzureClient/Mocks/MockAzureExecutionTarget.cs +++ b/src/AzureClient/Mocks/MockAzureExecutionTarget.cs @@ -7,11 +7,11 @@ namespace Microsoft.Quantum.IQSharp.AzureClient { internal class MockAzureExecutionTarget : AzureExecutionTarget { - public override string PackageName => $"Microsoft.Quantum.Providers.{GetProvider(TargetId)}::0.12.20072031"; + public override string PackageName => $"Microsoft.Quantum.Providers.{GetProvider(TargetId)}::0.12.20082414-beta"; public static MockAzureExecutionTarget? CreateMock(string targetId) => IsValid(targetId) ? new MockAzureExecutionTarget() { TargetId = targetId } : null; } -} \ No newline at end of file +} From 3163daee11370f721f4a2685f7777ff2e00f7de9 Mon Sep 17 00:00:00 2001 From: Sarah Marshall Date: Tue, 25 Aug 2020 21:00:48 +0000 Subject: [PATCH 5/5] Build 0.12.2008.2515. --- images/iqsharp-base/Dockerfile | 2 +- src/AzureClient/AzureClient.csproj | 2 +- src/Core/Core.csproj | 6 ++-- .../ExecutionPathTracer.csproj | 2 +- .../Mock.Chemistry/Mock.Chemistry.csproj | 4 +-- .../Mock.Standard/Mock.Standard.csproj | 4 +-- .../ProjectA.csproj | 2 +- .../ProjectB.csproj | 2 +- .../Workspace.ProjectReferences.csproj | 4 +-- src/Tool/appsettings.json | 32 +++++++++---------- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/images/iqsharp-base/Dockerfile b/images/iqsharp-base/Dockerfile index 1982c0b4a3..9c404ccc85 100644 --- a/images/iqsharp-base/Dockerfile +++ b/images/iqsharp-base/Dockerfile @@ -109,7 +109,7 @@ ENV PATH=$PATH:${HOME}/dotnet:${HOME}/.dotnet/tools \ # Install IQ# and the project templates, using the NuGet packages from the # build context. ARG IQSHARP_VERSION -RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.12.200824010-vnext" && \ +RUN dotnet new -i "Microsoft.Quantum.ProjectTemplates::0.12.20082515-beta" && \ dotnet tool install \ --global \ Microsoft.Quantum.IQSharp \ diff --git a/src/AzureClient/AzureClient.csproj b/src/AzureClient/AzureClient.csproj index b74baa9ea7..77e65a5e55 100644 --- a/src/AzureClient/AzureClient.csproj +++ b/src/AzureClient/AzureClient.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 8ef5bc2922..10d044f83c 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -38,9 +38,9 @@ - - - + + + diff --git a/src/ExecutionPathTracer/ExecutionPathTracer.csproj b/src/ExecutionPathTracer/ExecutionPathTracer.csproj index 483b70a8b5..d40c81a081 100644 --- a/src/ExecutionPathTracer/ExecutionPathTracer.csproj +++ b/src/ExecutionPathTracer/ExecutionPathTracer.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj b/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj index 5b8d109052..dc42a75558 100644 --- a/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj +++ b/src/MockLibraries/Mock.Chemistry/Mock.Chemistry.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -6,6 +6,6 @@ - + diff --git a/src/MockLibraries/Mock.Standard/Mock.Standard.csproj b/src/MockLibraries/Mock.Standard/Mock.Standard.csproj index 5b8d109052..dc42a75558 100644 --- a/src/MockLibraries/Mock.Standard/Mock.Standard.csproj +++ b/src/MockLibraries/Mock.Standard/Mock.Standard.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -6,6 +6,6 @@ - + diff --git a/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj b/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj index 71887bb7ae..7866bb90d1 100644 --- a/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj +++ b/src/Tests/Workspace.ProjectReferences.ProjectA/ProjectA.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj b/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj index 95be96e353..4520258c27 100644 --- a/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj +++ b/src/Tests/Workspace.ProjectReferences.ProjectB/ProjectB.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj b/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj index d19d94e712..5c9ddf84e3 100644 --- a/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj +++ b/src/Tests/Workspace.ProjectReferences/Workspace.ProjectReferences.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -7,7 +7,7 @@ - + diff --git a/src/Tool/appsettings.json b/src/Tool/appsettings.json index 609de072b5..14df0082b2 100644 --- a/src/Tool/appsettings.json +++ b/src/Tool/appsettings.json @@ -6,26 +6,26 @@ }, "AllowedHosts": "*", "DefaultPackageVersions": [ - "Microsoft.Quantum.Compiler::0.12.200824010-vnext", + "Microsoft.Quantum.Compiler::0.12.20082515-beta", - "Microsoft.Quantum.CsharpGeneration::0.12.200824010-vnext", - "Microsoft.Quantum.Development.Kit::0.12.200824010-vnext", - "Microsoft.Quantum.Simulators::0.12.200824010-vnext", - "Microsoft.Quantum.Xunit::0.12.200824010-vnext", + "Microsoft.Quantum.CsharpGeneration::0.12.20082515-beta", + "Microsoft.Quantum.Development.Kit::0.12.20082515-beta", + "Microsoft.Quantum.Simulators::0.12.20082515-beta", + "Microsoft.Quantum.Xunit::0.12.20082515-beta", - "Microsoft.Quantum.Standard::0.12.200824010-vnext", - "Microsoft.Quantum.Standard.Visualization::0.12.20081940-beta", - "Microsoft.Quantum.Chemistry::0.12.200824010-vnext", - "Microsoft.Quantum.Chemistry.Jupyter::0.12.200824010-vnext", - "Microsoft.Quantum.MachineLearning::0.12.200824010-vnext", - "Microsoft.Quantum.Numerics::0.12.200824010-vnext", + "Microsoft.Quantum.Standard::0.12.20082515-beta", + "Microsoft.Quantum.Standard.Visualization::0.12.20082515-beta", + "Microsoft.Quantum.Chemistry::0.12.20082515-beta", + "Microsoft.Quantum.Chemistry.Jupyter::0.12.20082515-beta", + "Microsoft.Quantum.MachineLearning::0.12.20082515-beta", + "Microsoft.Quantum.Numerics::0.12.20082515-beta", - "Microsoft.Quantum.Katas::0.12.200824010-vnext", + "Microsoft.Quantum.Katas::0.12.20082515-beta", - "Microsoft.Quantum.Research::0.12.200824010-vnext", + "Microsoft.Quantum.Research::0.12.20082515-beta", - "Microsoft.Quantum.Providers.IonQ::0.12.200824010-vnext", - "Microsoft.Quantum.Providers.Honeywell::0.12.200824010-vnext", - "Microsoft.Quantum.Providers.QCI::0.12.200824010-vnext" + "Microsoft.Quantum.Providers.IonQ::0.12.20082515-beta", + "Microsoft.Quantum.Providers.Honeywell::0.12.20082515-beta", + "Microsoft.Quantum.Providers.QCI::0.12.20082515-beta" ] }