From 9c209c2a52f2ee86d3a9ad851a567c6f6b65d401 Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Fri, 1 Apr 2022 04:19:09 -0700 Subject: [PATCH] Updating projects and other components to build 0.24.201332 (#548) * Build 0.24.201332. * Fixing QDK version in Notice.txt --- Build/props/tests.props | 2 +- Chemistry/src/Runtime/Runtime.csproj | 4 ++-- .../tests/ChemistryTests/QSharpTests.csproj | 2 +- .../tests/SystemTests/SystemTests.csproj | 2 +- MachineLearning/src/MachineLearning.csproj | 2 +- .../tests/MachineLearningTests.csproj | 2 +- NOTICE.txt | 20 +++++++++---------- Numerics/src/Numerics.csproj | 4 ++-- Numerics/tests/NumericsTests.csproj | 2 +- Standard/src/Standard.csproj | 6 +++--- Standard/tests/Standard.Tests.csproj | 2 +- Visualization/src/Visualization.csproj | 4 ++-- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Build/props/tests.props b/Build/props/tests.props index f8bb40d2..e14e3d4d 100644 --- a/Build/props/tests.props +++ b/Build/props/tests.props @@ -7,7 +7,7 @@ - + diff --git a/Chemistry/src/Runtime/Runtime.csproj b/Chemistry/src/Runtime/Runtime.csproj index e276d844..17d48d51 100644 --- a/Chemistry/src/Runtime/Runtime.csproj +++ b/Chemistry/src/Runtime/Runtime.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -40,7 +40,7 @@ - + diff --git a/Chemistry/tests/ChemistryTests/QSharpTests.csproj b/Chemistry/tests/ChemistryTests/QSharpTests.csproj index 336ef833..baa4992b 100644 --- a/Chemistry/tests/ChemistryTests/QSharpTests.csproj +++ b/Chemistry/tests/ChemistryTests/QSharpTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Chemistry/tests/SystemTests/SystemTests.csproj b/Chemistry/tests/SystemTests/SystemTests.csproj index 1dd0a325..6f9abc59 100644 --- a/Chemistry/tests/SystemTests/SystemTests.csproj +++ b/Chemistry/tests/SystemTests/SystemTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/MachineLearning/src/MachineLearning.csproj b/MachineLearning/src/MachineLearning.csproj index 5cb5403a..ae520453 100644 --- a/MachineLearning/src/MachineLearning.csproj +++ b/MachineLearning/src/MachineLearning.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 Microsoft.Quantum.MachineLearning diff --git a/MachineLearning/tests/MachineLearningTests.csproj b/MachineLearning/tests/MachineLearningTests.csproj index e5c02c4b..a28ba82d 100644 --- a/MachineLearning/tests/MachineLearningTests.csproj +++ b/MachineLearning/tests/MachineLearningTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/NOTICE.txt b/NOTICE.txt index c1f965ac..739a3ab9 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -5293,7 +5293,7 @@ Copyright (c) Microsoft Corporation. --------------------------------------------------------- -Microsoft.Quantum.Compiler 0.23.195983 - MIT +Microsoft.Quantum.Compiler 0.24.201332 - MIT (c) 2008 VeriSign, Inc. @@ -5313,7 +5313,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.CSharpGeneration 0.23.195983 - MIT +Microsoft.Quantum.CSharpGeneration 0.24.201332 - MIT (c) 2008 VeriSign, Inc. @@ -5333,7 +5333,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.DocumentationGenerator 0.23.195983 - MIT +Microsoft.Quantum.DocumentationGenerator 0.24.201332 - MIT (c) 2008 VeriSign, Inc. @@ -5353,7 +5353,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.IQSharp.Core 0.23.195983 - MIT +Microsoft.Quantum.IQSharp.Core 0.24.201332 - MIT (c) by W3C @@ -5760,7 +5760,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.IQSharp.Jupyter 0.23.195983 - MIT +Microsoft.Quantum.IQSharp.Jupyter 0.24.201332 - MIT (c) 2008 VeriSign, Inc. @@ -5780,7 +5780,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.QSharp.Core 0.23.195983 - MIT +Microsoft.Quantum.QSharp.Core 0.24.201332 - MIT (c) 2008 VeriSign, Inc. @@ -5800,7 +5800,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.QSharp.Foundation 0.23.195983 - MIT +Microsoft.Quantum.QSharp.Foundation 0.24.201332 - MIT (c) 2008 VeriSign, Inc. @@ -5820,7 +5820,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.Runtime.Core 0.23.195983 - MIT +Microsoft.Quantum.Runtime.Core 0.24.201332 - MIT (c) 2008 VeriSign, Inc. @@ -5840,7 +5840,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.Simulators 0.23.195983 - MIT +Microsoft.Quantum.Simulators 0.24.201332 - MIT (c) 2008 VeriSign, Inc. @@ -5860,7 +5860,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --------------------------------------------------------- -Microsoft.Quantum.Targets.Interfaces 0.23.195983 - MIT +Microsoft.Quantum.Targets.Interfaces 0.24.201332 - MIT (c) 2008 VeriSign, Inc. diff --git a/Numerics/src/Numerics.csproj b/Numerics/src/Numerics.csproj index b1398e65..61f716e1 100644 --- a/Numerics/src/Numerics.csproj +++ b/Numerics/src/Numerics.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -41,7 +41,7 @@ - + diff --git a/Numerics/tests/NumericsTests.csproj b/Numerics/tests/NumericsTests.csproj index 1638055d..872a5aab 100644 --- a/Numerics/tests/NumericsTests.csproj +++ b/Numerics/tests/NumericsTests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Standard/src/Standard.csproj b/Standard/src/Standard.csproj index f952f0f8..5255fac0 100644 --- a/Standard/src/Standard.csproj +++ b/Standard/src/Standard.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -38,8 +38,8 @@ - - + + diff --git a/Standard/tests/Standard.Tests.csproj b/Standard/tests/Standard.Tests.csproj index 3860da2d..c32ab953 100644 --- a/Standard/tests/Standard.Tests.csproj +++ b/Standard/tests/Standard.Tests.csproj @@ -1,4 +1,4 @@ - + diff --git a/Visualization/src/Visualization.csproj b/Visualization/src/Visualization.csproj index 893fa628..58851a9e 100644 --- a/Visualization/src/Visualization.csproj +++ b/Visualization/src/Visualization.csproj @@ -32,9 +32,9 @@ - + - +