xamarin-macios/dotnet/package
Jonathan Peppers 7bf450b987
[dotnet] publishing settings for NuGet.org (#11687)
* [dotnet] publishing settings for NuGet.org

Context: https://github.com/xamarin/xamarin-android/pull/5948

Microsoft has rules for submitting signed NuGet packages with the
namespace `Microsoft.*` under the Microsoft + Xamarin organizations.

Some of these rules include:

* Package must be signed.
* Must include a license.
* `$(Authors)` should be `Microsoft`
* `$(PackageProjectUrl)` can't be blank.
* `$(Copyright)` must *exactly* say `© Microsoft Corporation. All rights reserved.`

If any of these are wrong, you'll get errors during `nuget push` such as:

    Response status code does not indicate success:
    400 (The package is not compliant with metadata requirements for Microsoft packages on NuGet.org.
    Go to https://aka.ms/Microsoft-NuGet-Compliance for more information.
    Policy violations: The package metadata is missing required ProjectUrl.

We used a script to fix up these values and resign for .NET 6 Preview
4. This was painful but got us by for the current release.

Going forward, we should just fill out these values for .NET 6 .nupkg
files.

* Forgot $(PackageLicenseFile)
2021-05-26 21:35:05 +02:00
..
Microsoft.MacCatalyst.Ref [dotnet] Build & publish MacCatalyst packs. (#10624) 2021-02-12 07:38:43 +01:00
Microsoft.MacCatalyst.Runtime.maccatalyst-arm64 [dotnet] Build & publish MacCatalyst packs. (#10624) 2021-02-12 07:38:43 +01:00
Microsoft.MacCatalyst.Runtime.maccatalyst-x64 [dotnet] Build & publish MacCatalyst packs. (#10624) 2021-02-12 07:38:43 +01:00
Microsoft.MacCatalyst.Sdk [dotnet] Build & publish MacCatalyst packs. (#10624) 2021-02-12 07:38:43 +01:00
Microsoft.MacCatalyst.Templates .NET 6 templates for iOS, macOS, tvOS, & MacCatalyst (#10741) 2021-03-02 09:23:05 -06:00
Microsoft.NET.Sdk.MacCatalyst [dotnet] rename workload to Microsoft.NET.Sdk._platform_.Manifest-6.0.100 (#11436) 2021-05-06 07:46:01 +02:00
Microsoft.NET.Sdk.iOS [dotnet] rename workload to Microsoft.NET.Sdk._platform_.Manifest-6.0.100 (#11436) 2021-05-06 07:46:01 +02:00
Microsoft.NET.Sdk.macOS [dotnet] rename workload to Microsoft.NET.Sdk._platform_.Manifest-6.0.100 (#11436) 2021-05-06 07:46:01 +02:00
Microsoft.NET.Sdk.tvOS [dotnet] rename workload to Microsoft.NET.Sdk._platform_.Manifest-6.0.100 (#11436) 2021-05-06 07:46:01 +02:00
Microsoft.iOS.Ref Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.iOS.Runtime.ios-arm Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.iOS.Runtime.ios-arm64 Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.iOS.Runtime.iossimulator-x64 [build] Use arcade dependency management tooling (#10890) 2021-04-02 00:02:27 -04:00
Microsoft.iOS.Runtime.iossimulator-x86 [build] Use arcade dependency management tooling (#10890) 2021-04-02 00:02:27 -04:00
Microsoft.iOS.Sdk Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.iOS.Templates .NET 6 templates for iOS, macOS, tvOS, & MacCatalyst (#10741) 2021-03-02 09:23:05 -06:00
Microsoft.iOS.Windows.Sdk [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
Microsoft.macOS.Ref Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.macOS.Runtime.osx-arm64 [dotnet] Build macOS/.NET for ARM64 as well. (#10959) 2021-03-25 07:26:48 +01:00
Microsoft.macOS.Runtime.osx-x64 Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.macOS.Sdk Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.macOS.Templates .NET 6 templates for iOS, macOS, tvOS, & MacCatalyst (#10741) 2021-03-02 09:23:05 -06:00
Microsoft.tvOS.Ref Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.tvOS.Runtime.tvos-arm64 Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.tvOS.Runtime.tvossimulator-x64 [build] Use arcade dependency management tooling (#10890) 2021-04-02 00:02:27 -04:00
Microsoft.tvOS.Sdk Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.tvOS.Templates .NET 6 templates for iOS, macOS, tvOS, & MacCatalyst (#10741) 2021-03-02 09:23:05 -06:00
Microsoft.watchOS.Ref Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.watchOS.Runtime.watchos-arm Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.watchOS.Runtime.watchos-x64 [main][watchOS] Add x86_64 simulator support (#10059) 2020-11-20 09:27:46 -05:00
Microsoft.watchOS.Runtime.watchos-x86 Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
Microsoft.watchOS.Sdk Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
common.csproj [dotnet] publishing settings for NuGet.org (#11687) 2021-05-26 21:35:05 +02:00
microsoft.ref.csproj Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
microsoft.runtime.csproj Create and publish .NET NuGet packages. (#8576) 2020-05-13 15:23:29 +02:00
microsoft.sdk.csproj [dotnet] Initial support for .NET6 from Windows (#10590) 2021-02-12 07:43:17 +01:00
microsoft.templates.csproj .NET 6 templates for iOS, macOS, tvOS, & MacCatalyst (#10741) 2021-03-02 09:23:05 -06:00
microsoft.workloads.csproj [dotnet] rename workload to Microsoft.NET.Sdk._platform_.Manifest-6.0.100 (#11436) 2021-05-06 07:46:01 +02:00