Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added build/assets/qdk-nuget-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions build/steps-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ steps:
# Pre-reqs
##
- task: NuGetToolInstaller@0
displayName: 'Use NuGet 5.2.0'
displayName: 'Use NuGet 5.6.0'
inputs:
versionSpec: '5.2.0'
versionSpec: '5.6.0'

- task: UseDotNet@2
displayName: 'Use .NET Core SDK 3.1.100'
displayName: 'Use .NET Core SDK 3.1.300'
inputs:
packageType: sdk
version: '3.1.100'
version: '3.1.300'


##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/microsoft/qsharp-runtime</PackageProjectUrl>
<PackageTags>Azure Quantum Q# Qsharp</PackageTags>
<PackageIconUrl>https://secure.gravatar.com/avatar/bd1f02955b2853ba0a3b1cdc2434e8ec.png</PackageIconUrl>
<PackageIcon>qdk-nuget-icon.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>

Expand Down Expand Up @@ -46,4 +46,8 @@
<ProjectReference Include="..\..\Simulation\Core\Microsoft.Quantum.Runtime.Core.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\build\assets\qdk-nuget-icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package >
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Quantum.Development.Kit</id>
<version>$version$</version>
Expand All @@ -9,7 +9,7 @@

<license type="expression">MIT</license>
<projectUrl>https://docs.microsoft.com/en-us/quantum</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/bd1f02955b2853ba0a3b1cdc2434e8ec.png</iconUrl>
<icon>images\qdk-nuget-icon.png</icon>

<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides tools for developing quantum algorithms in the Q# programming language.</description>
Expand All @@ -30,6 +30,7 @@
<file src="Props\*.xaml" target="build" />
<file src="..\..\NOTICE.txt" target="\ThirdPartyNotice.txt" />
<file src="..\Simulation\CsharpGeneration.App\bin\$Configuration$\netcoreapp3.1\publish\**" target="tools\qsc" exclude="**\*.pdb" />
<file src="..\..\build\assets\qdk-nuget-icon.png" target="images" />
</files>

</package>
6 changes: 5 additions & 1 deletion src/Simulation/Core/Microsoft.Quantum.Runtime.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReleaseNotes>See: https://docs.microsoft.com/en-us/quantum/relnotes/</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/microsoft/qsharp-runtime</PackageProjectUrl>
<PackageIconUrl>https://secure.gravatar.com/avatar/bd1f02955b2853ba0a3b1cdc2434e8ec.png</PackageIconUrl>
<PackageIcon>qdk-nuget-icon.png</PackageIcon>
<PackageTags>Quantum Q# Qsharp</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
Expand All @@ -25,4 +25,8 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\build\assets\qdk-nuget-icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Quantum.CsharpGeneration</id>
<version>$version$</version>
Expand All @@ -9,7 +9,7 @@

<license type="expression">MIT</license>
<projectUrl>https://docs.microsoft.com/en-us/quantum</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/bd1f02955b2853ba0a3b1cdc2434e8ec.png</iconUrl>
<icon>images\qdk-nuget-icon.png</icon>

<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# code generation for executing Q# programs on a quantum simulator.</description>
Expand All @@ -24,5 +24,6 @@
<file src="RewriteStep.props" target="build\Microsoft.Quantum.CsharpGeneration.props" />
<file src="bin\$Configuration$\**\Microsoft.Quantum.*.pdb" target="lib" />
<file src="bin\$Configuration$\**\Microsoft.Quantum.*.xml" target="lib" />
<file src="..\..\..\build\assets\qdk-nuget-icon.png" target="images" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReleaseNotes>See: https://docs.microsoft.com/en-us/quantum/relnotes/</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/microsoft/qsharp-runtime</PackageProjectUrl>
<PackageIconUrl>https://secure.gravatar.com/avatar/bd1f02955b2853ba0a3b1cdc2434e8ec.png</PackageIconUrl>
<PackageIcon>qdk-nuget-icon.png</PackageIcon>
<PackageTags>Quantum Q# Qsharp</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
Expand All @@ -34,4 +34,8 @@
<ItemGroup>
<Compile Include="..\Common\DelaySign.cs" Link="Properties\DelaySign.cs" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\build\assets\qdk-nuget-icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReleaseNotes>See: https://docs.microsoft.com/en-us/quantum/relnotes/</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/microsoft/qsharp-runtime</PackageProjectUrl>
<PackageIconUrl>https://secure.gravatar.com/avatar/bd1f02955b2853ba0a3b1cdc2434e8ec.png</PackageIconUrl>
<PackageIcon>qdk-nuget-icon.png</PackageIcon>
<PackageTags>Quantum Q# Qsharp</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
Expand All @@ -30,6 +30,10 @@
<ProjectReference Include="..\CsharpGeneration\Microsoft.Quantum.CsharpGeneration.fsproj" PrivateAssets="All" IsQscReference="true" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\build\assets\qdk-nuget-icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

<Target Name="BeforeCsharpCompile">
<ItemGroup>
<Compile Include="$(GeneratedFilesOutputPath)**/*.g.cs" Exclude="@(Compile)" AutoGen="true" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package >
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Quantum.Simulators</id>
<version>$version$</version>
Expand All @@ -8,7 +8,7 @@
<owners>QuantumEngineering, Microsoft</owners>
<license type="expression">MIT</license>
<projectUrl>https://docs.microsoft.com/en-us/quantum</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/bd1f02955b2853ba0a3b1cdc2434e8ec.png</iconUrl>
<icon>images\qdk-nuget-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Classical simulators of quantum computers for the Q# programming language.</description>
<releaseNotes>See: https://docs.microsoft.com/en-us/quantum/relnotes/</releaseNotes>
Expand All @@ -26,5 +26,6 @@
<file src="..\Simulators\bin\$Configuration$\**\Microsoft.Quantum.Simulation.*.dll" target="lib" />
<file src="..\Simulators\bin\$Configuration$\**\Microsoft.Quantum.Simulation.*.xml" target="lib" />
<file src="..\Simulators\bin\$Configuration$\**\Microsoft.Quantum.Simulation.*.pdb" target="lib" />
<file src="..\..\..\build\assets\qdk-nuget-icon.png" target="images" />
</files>
</package>
8 changes: 6 additions & 2 deletions src/Xunit/Microsoft.Quantum.Xunit.nuspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package >
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
Expand All @@ -9,7 +9,7 @@

<license type="expression">MIT</license>
<projectUrl>https://docs.microsoft.com/en-us/quantum</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/bd1f02955b2853ba0a3b1cdc2434e8ec.png</iconUrl>
<icon>images\qdk-nuget-icon.png</icon>

<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library for testing Q# programs and algorithms using the xUnit framework.</description>
Expand All @@ -25,4 +25,8 @@
<dependency id="Microsoft.Quantum.Runtime.Core" version="0.10.2001.512-beta" />
</dependencies>
</metadata>

<files>
<file src="..\..\build\assets\qdk-nuget-icon.png" target="images" />
</files>
</package>