Skip to content

Commit

Permalink
Updating to 0.2.1809.701 (microsoft#82)
Browse files Browse the repository at this point in the history
* Updating to 0.2.1809.701

* One more place to update the version for python
  • Loading branch information
anpaz authored Sep 10, 2018
1 parent cb3c4dd commit 5dc1838
Show file tree
Hide file tree
Showing 24 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Interoperability/python/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Quantum.Development.Kit" version="0.2.1806.3001-preview" targetFramework="netstandard2.0" />
<package id="Microsoft.Quantum.Canon" version="0.2.1806.3001-preview" targetFramework="netstandard2.0" />
<package id="Microsoft.Quantum.Development.Kit" version="0.2.1809.701-preview" targetFramework="netstandard2.0" />
<package id="Microsoft.Quantum.Canon" version="0.2.1809.701-preview" targetFramework="netstandard2.0" />
</packages>
4 changes: 2 additions & 2 deletions LibraryTests/LibraryTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.2.1809.701-preview" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
Expand Down
2 changes: 1 addition & 1 deletion Microsoft.Quantum.Canon/Microsoft.Quantum.Canon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/AdiabaticIsing/AdiabaticIsingSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/BitFlipCode/BitFlipCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/DatabaseSearch/DatabaseSearchSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/H2SimulationGUI/H2SimulationGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Samples/HubbardSimulation/HubbardSimulationSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/IntegerFactorization/IntegerFactorization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/IsingGenerators/IsingGeneratorsSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/IsingTrotterEvolution/IsingTrotterSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/Measurement/Measurement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/OpenQasm/OpenQasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/PhaseEstimation/PhaseEstimationSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/PythonInterop/PythonInterop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Samples/PythonInterop/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: qsharp-samples
channels:
- conda-forge
- pythonnet
- https://solidrepo.blob.core.windows.net/release/1806.3001/src/python/bin/package
- https://solidrepo.blob.core.windows.net/release/1809.701/src/python/bin/package
dependencies:
- python>=3.6
- numpy
Expand All @@ -21,7 +21,7 @@ dependencies:
- matplotlib
- ipyparallel
- py
- qsharp=0.2.1806.3001
- qsharp=0.2.1809.701
- pip:
- qinfer
- duecredit
Expand Down
2 changes: 1 addition & 1 deletion Samples/Qiskit/Qiskit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/SimpleAlgorithms/SimpleAlgorithms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/SimpleIsing/SimpleIsingSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Samples/Teleportation/TeleportationSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Samples/UnitTesting/Microsoft.Quantum.Canon.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.2.1806.3001-preview" />
<PackageReference Include="Microsoft.Quantum.Development.Kit" Version="0.2.1809.701-preview" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.2.1809.701-preview" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
Expand Down

0 comments on commit 5dc1838

Please sign in to comment.