diff --git a/Microsoft.DotNet.Cli.sln b/Microsoft.DotNet.Cli.sln index a5f56ff79..22d771abd 100644 --- a/Microsoft.DotNet.Cli.sln +++ b/Microsoft.DotNet.Cli.sln @@ -21,6 +21,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Dotnet.Sdk.Intern EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkTests", "test\SdkTests\SdkTests.csproj", "{CB1EE94E-CB83-4071-9DD0-9929AE2B7282}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "core-sdk-tasks.Tests", "test\core-sdk-tasks.Tests\core-sdk-tasks.Tests.csproj", "{658EF9BE-452C-4D31-AA24-B9E2235799A8}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -55,6 +57,10 @@ Global {CB1EE94E-CB83-4071-9DD0-9929AE2B7282}.Debug|Any CPU.Build.0 = Debug|Any CPU {CB1EE94E-CB83-4071-9DD0-9929AE2B7282}.Release|Any CPU.ActiveCfg = Release|Any CPU {CB1EE94E-CB83-4071-9DD0-9929AE2B7282}.Release|Any CPU.Build.0 = Release|Any CPU + {658EF9BE-452C-4D31-AA24-B9E2235799A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {658EF9BE-452C-4D31-AA24-B9E2235799A8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {658EF9BE-452C-4D31-AA24-B9E2235799A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {658EF9BE-452C-4D31-AA24-B9E2235799A8}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -66,6 +72,7 @@ Global {78E15EC1-7732-41E3-8591-934E9F583254} = {17735A9D-BFD9-4585-A7CB-3208CA6EA8A7} {7EE15292-2CAD-44FA-8A1F-BAC4688A49E0} = {ED2FE3E2-F7E7-4389-8231-B65123F2076F} {CB1EE94E-CB83-4071-9DD0-9929AE2B7282} = {17735A9D-BFD9-4585-A7CB-3208CA6EA8A7} + {658EF9BE-452C-4D31-AA24-B9E2235799A8} = {17735A9D-BFD9-4585-A7CB-3208CA6EA8A7} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {B526D2CE-EE2D-4AD4-93EF-1867D90FF1F5} diff --git a/NuGet.config b/NuGet.config index 8547e3c17..4a06f0f7a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -14,6 +14,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8eb61d4b2..c4a7a4bee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,9 +67,9 @@ https://github.com/dotnet/aspnetcore e65408a36c2fdbcf1b82eda0afc18828396c2426 - + https://github.com/dotnet/test-templates - 5117d3d9d7dfd3583f0c42a639efaf092f957b7b + 91cbc040733600df96d8a3b86af4d0044bb51a8d https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index cd2ee639c..c858e0083 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 1.0.2-beta4.19570.1 + 1.0.2-beta4.20126.1 @@ -92,32 +92,34 @@ $(MicrosoftNETCoreAppRuntimePackageVersion) + + $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) + $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) + $(NUnit3DotNetNewTemplatePackageVersion) + $(MicrosoftDotNetCommonItemTemplatesPackageVersion) + $(MicrosoftDotNetCommonItemTemplatesPackageVersion) + $(MicrosoftAspNetCoreAppRuntimePackageVersion) - $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) - $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) - $(NUnit3DotNetNewTemplatePackageVersion) - $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - 3.1.0-preview1.19475.1 - $(MicrosoftAspNetCoreAppRuntimePackageVersion) + 4.8.1-servicing.19605.5 + 3.1.2-servicing.20066.4 + 1.7.1 + 3.1.2 + $(MicrosoftDotNetCommonItemTemplates31PackageVersion) + 1.0.2-beta4.20126.1 + 3.1.2 4.8.0-rc2.19462.10 3.0.0 1.6.5 2.0.0-preview8.19373.1 $(MicrosoftDotNetCommonItemTemplates30PackageVersion) - 1.0.2-beta4.19354.2 + 1.0.2-beta4.20126.1 3.0.1 - - 1.6.0 - 1.0.2-beta4 - $(MicrosoftDotNetCommonItemTemplates22PackageVersion) - 1.0.2-beta4.19155.2 - 2.2.8 1.5.3 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) - 1.0.2-beta4.19511.1 + 1.0.2-beta4.20126.1 2.1.14 diff --git a/global.json b/global.json index 7fde922c5..312a8e821 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,11 @@ { "tools": { - "dotnet": "5.0.100-alpha1-015949" + "dotnet": "5.0.100-preview.1.20119.7", + "runtimes": { + "dotnet": [ + "$(MicrosoftNETCoreAppRuntimePackageVersion)" + ] + } }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20127.9" diff --git a/src/core-sdk-tasks/CalculateTemplateVersions.cs b/src/core-sdk-tasks/CalculateTemplateVersions.cs new file mode 100644 index 000000000..b133ea29c --- /dev/null +++ b/src/core-sdk-tasks/CalculateTemplateVersions.cs @@ -0,0 +1,79 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using Microsoft.Build.Framework; +using Microsoft.Build.Utilities; +using NuGet.Versioning; + +namespace Microsoft.DotNet.Cli.Build +{ + public class CalculateTemplateVersions : Task + { + [Required] + public string AspNetCorePackageVersionTemplate { get; set; } + + [Required] + public string VersionSuffix { get; set; } + + [Output] + public string BundledTemplateInstallPath { get; set; } + + [Output] + public string BundledTemplateMajorMinorVersion { get; set; } + + [Output] + public string BundledTemplateMajorMinorPatchVersion { get; set; } + + private const int _patchVersionResetOffset = 1; + + public override bool Execute() + { + var result = Calculate(AspNetCorePackageVersionTemplate, VersionSuffix); + BundledTemplateInstallPath = result.BundledTemplateInstallPath; + BundledTemplateMajorMinorVersion = result.BundledTemplateMajorMinorVersion; + BundledTemplateMajorMinorPatchVersion = result.BundledTemplateMajorMinorPatchVersion; + + return true; + } + + public static + (string BundledTemplateInstallPath, + string BundledTemplateMajorMinorVersion, + string BundledTemplateMajorMinorPatchVersion) + Calculate( + string aspNetCorePackageVersionTemplate, + string versionSuffix) + { + var aspNetCoreTemplate = NuGetVersion.Parse(aspNetCorePackageVersionTemplate); + + NuGetVersion baseMajorMinorPatch = GetBaseMajorMinorPatch(aspNetCoreTemplate); + + string bundledTemplateInstallPath = aspNetCoreTemplate.IsPrerelease + ? $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}-{versionSuffix}" + : $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}"; + + return ( + bundledTemplateInstallPath, + $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}", + $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}"); + } + + private static NuGetVersion GetBaseMajorMinorPatch(NuGetVersion aspNetCoreTemplate) + { + // due to historical bug https://github.com/dotnet/core-sdk/issues/6243 + // we need to increase patch version by one in order to "reset" existing install ComponentId + // more in the above bug's detail. + // There is no non-deterministic existing ComponentId under Major version 5. + // so only apply the patch bump when below 5 + + int basePatch = + aspNetCoreTemplate.Major < 5 + ? aspNetCoreTemplate.Patch + _patchVersionResetOffset + : aspNetCoreTemplate.Patch; + + var baseMajorMinorPatch = new NuGetVersion(aspNetCoreTemplate.Major, aspNetCoreTemplate.Minor, + basePatch); + return baseMajorMinorPatch; + } + } +} diff --git a/src/redist/targets/Branding.targets b/src/redist/targets/Branding.targets index d7fbc6051..bfcdaaf34 100644 --- a/src/redist/targets/Branding.targets +++ b/src/redist/targets/Branding.targets @@ -2,20 +2,20 @@ cli - Microsoft .NET Core SDK $(Version) - Microsoft .NET Core Toolset $(Version) + Microsoft .NET SDK $(Version) + Microsoft .NET Toolset $(Version) .NET Standard Support for Visual Studio 2015 - Microsoft .NET Core Runtime $(MicrosoftNETCoreAppRuntimePackageVersion) - Microsoft .NET Core Targeting Pack $(MicrosoftNETCoreAppRefPackageVersion) + Microsoft .NET Runtime $(MicrosoftNETCoreAppRuntimePackageVersion) + Microsoft .NET Targeting Pack $(MicrosoftNETCoreAppRefPackageVersion) Microsoft .NET Standard 2.1 Targeting Pack $(NETStandardLibraryRefPackageVersion) Microsoft .NET AppHost Pack $(MicrosoftNETCoreAppHostHostPackageVersion) - Microsoft .NET Core Host $(SharedHostVersion) - Microsoft .NET Core Host FX Resolver $(HostFxrVersion) + Microsoft .NET Host $(SharedHostVersion) + Microsoft .NET Host FX Resolver $(HostFxrVersion) Microsoft.NETCore.App $(SharedFrameworkName) + Microsoft .NET Core 5.0 Templates $(Version) Microsoft .NET Core 3.1 Templates $(Version) Microsoft .NET Core 3.0 Templates $(Version) - Microsoft .NET Core 2.2 Templates $(Version) Microsoft .NET Core 2.1 Templates $(Version) diff --git a/src/redist/targets/BuildCoreSdkTasks.targets b/src/redist/targets/BuildCoreSdkTasks.targets index ba697f3fd..ed6fc9352 100644 --- a/src/redist/targets/BuildCoreSdkTasks.targets +++ b/src/redist/targets/BuildCoreSdkTasks.targets @@ -19,6 +19,7 @@ Properties="ArtifactsDir=$(ArtifactsDir)tasks\"/> + diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 6c1301348..bdc8462e9 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -1,64 +1,66 @@ - - $(AspNetCorePackageVersionFor31Templates.IndexOf('-')) - $(AspNetCorePackageVersionFor31Templates) - $(AspNetCorePackageVersionFor31Templates.Substring(0, $(AspNetCore31VersionPreReleaseSeparator))) - $(AspNetCore31VersionMajorMinorPatchVersion) - $(BundledTemplates31InstallPath)-$(VersionSuffix) - $([MSBuild]::Add($(AspNetCore31VersionMajorMinorPatchVersion.IndexOf('.')), 1)) - $(AspNetCore31VersionMajorMinorPatchVersion.IndexOf('.', $(Templates31VersionPatchSeparatorIndex))) - $(AspNetCore31VersionMajorMinorPatchVersion.Substring(0, $(Templates31VersionPatchSeparatorIndex))) - $(AspNetCorePackageVersionFor30Templates.IndexOf('-')) - $(AspNetCorePackageVersionFor30Templates) - $(AspNetCorePackageVersionFor30Templates.Substring(0, $(AspNetCore30VersionPreReleaseSeparator))) - $(AspNetCore30VersionMajorMinorPatchVersion) - $(BundledTemplates30InstallPath)-$(VersionSuffix) - $([MSBuild]::Add($(AspNetCore30VersionMajorMinorPatchVersion.IndexOf('.')), 1)) - $(AspNetCore30VersionMajorMinorPatchVersion.IndexOf('.', $(Templates30VersionPatchSeparatorIndex))) - $(AspNetCore30VersionMajorMinorPatchVersion.Substring(0, $(Templates30VersionPatchSeparatorIndex))) + + + + + - $(AspNetCorePackageVersionFor22Templates.IndexOf('-')) - $(AspNetCorePackageVersionFor22Templates) - $(AspNetCorePackageVersionFor22Templates.Substring(0, $(AspNetCore22VersionPreReleaseSeparator))) - $(AspNetCore22VersionMajorMinorPatchVersion) - $(BundledTemplates22InstallPath)-$(VersionSuffix) - $([MSBuild]::Add($(AspNetCore22VersionMajorMinorPatchVersion.IndexOf('.')), 1)) - $(AspNetCore22VersionMajorMinorPatchVersion.IndexOf('.', $(Templates22VersionPatchSeparatorIndex))) - $(AspNetCore22VersionMajorMinorPatchVersion.Substring(0, $(Templates22VersionPatchSeparatorIndex))) + + + + + - $(AspNetCorePackageVersionFor21Templates.IndexOf('-')) - $(AspNetCorePackageVersionFor21Templates) - $(AspNetCorePackageVersionFor21Templates.Substring(0, $(AspNetCore21VersionPreReleaseSeparator))) - $(AspNetCore21VersionMajorMinorPatchVersion) - $(BundledTemplates21InstallPath)-$(VersionSuffix) - $([MSBuild]::Add($(AspNetCore21VersionMajorMinorPatchVersion.IndexOf('.')), 1)) - $(AspNetCore21VersionMajorMinorPatchVersion.IndexOf('.', $(Templates21VersionPatchSeparatorIndex))) - $(AspNetCore21VersionMajorMinorPatchVersion.Substring(0, $(Templates21VersionPatchSeparatorIndex))) - + + + + + + + + + + + + VersionMajorMinorPatch="$(BundledTemplates50MajorMinorPatchVersion)"> + + + + + VersionMajorMinorPatch="$(BundledTemplates30MajorMinorPatchVersion)"> - - - - + VersionMajorMinorPatch="$(BundledTemplates21MajorMinorPatchVersion)"> + + + + + + + + + + + @@ -66,8 +68,8 @@ - - + + @@ -81,15 +83,6 @@ - - - - - - - - - @@ -100,6 +93,13 @@ + + + %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg + $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) + [%(PackageVersion)] + + %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg @@ -114,13 +114,6 @@ [%(PackageVersion)] - - - %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg - $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) - [%(PackageVersion)] - - %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg @@ -133,49 +126,50 @@ - + + DependsOnTargets="LayoutTemplatesForSDK;LayoutTemplatesFor50MSI;LayoutTemplatesFor31MSI;LayoutTemplatesFor30MSI;LayoutTemplatesFor21MSI" /> @@ -183,10 +177,16 @@ - + + + + @@ -201,13 +201,6 @@ DestinationFolder="$(Templates30LayoutPath)templates/$(BundledTemplates30InstallPath)"/> - - - - diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index f9560416e..d0db8d20c 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -4,7 +4,6 @@ $(BaseOutputPath)$(Configuration)\dotnet-internal\ $(BaseOutputPath)$(Configuration)\templates-3.1\ $(BaseOutputPath)$(Configuration)\templates-3.0\ - $(BaseOutputPath)$(Configuration)\templates-2.2\ $(BaseOutputPath)$(Configuration)\templates-2.1\ $(IntermediateOutputPath)downloads\ diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 92fe716ee..41a28054d 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -41,7 +41,6 @@ Dotnet_CLI $(ArtifactsShippingPackagesDir)dotnet-31templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsShippingPackagesDir)dotnet-30templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) - $(ArtifactsShippingPackagesDir)dotnet-22templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsShippingPackagesDir)dotnet-21templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsShippingPackagesDir)dotnet-sdkplaceholder-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) NetCore_SdkPlaceholder @@ -83,7 +82,7 @@ DependsOnTargets="GenerateLayout;SetupWixProperties"> - + - - - - @@ -237,14 +231,6 @@ $(Templates30InstallerUpgradeCode) NetCore_Templates_3.0 - - $(Templates22LayoutPath.TrimEnd('\')) - $(Templates22MSIInstallerFile) - $(BundledTemplates22BrandName) - $(BundledTemplates22MsiVersion) - $(Templates22InstallerUpgradeCode) - NetCore_Templates_2.2 - $(Templates21LayoutPath.TrimEnd('\')) $(Templates21MSIInstallerFile) @@ -368,11 +354,6 @@ $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates30MajorMinorVersion).$(FullNugetVersion).nupkg $(BundledTemplates30MajorMinorVersion) - - $(Templates22MSIInstallerFile) - $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates22MajorMinorVersion).$(FullNugetVersion).nupkg - $(BundledTemplates22MajorMinorVersion) - $(Templates21MSIInstallerFile) $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates21MajorMinorVersion).$(FullNugetVersion).nupkg diff --git a/src/redist/targets/Signing.targets b/src/redist/targets/Signing.targets index c6f771010..0d5eb9596 100644 --- a/src/redist/targets/Signing.targets +++ b/src/redist/targets/Signing.targets @@ -177,7 +177,6 @@ - diff --git a/src/redist/targets/packaging/deb/dotnet-debian_config.json b/src/redist/targets/packaging/deb/dotnet-debian_config.json index bb4432fe8..077fcd95f 100644 --- a/src/redist/targets/packaging/deb/dotnet-debian_config.json +++ b/src/redist/targets/packaging/deb/dotnet-debian_config.json @@ -6,7 +6,7 @@ "install_root": "/usr/share/dotnet", "short_description": "%CLI_SDK_BRAND_NAME%", - "long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", + "long_description": ".NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", "homepage": "https://dotnet.github.io/core", "release":{ diff --git a/src/redist/targets/packaging/deb/postinst b/src/redist/targets/packaging/deb/postinst index 4ac4d35e4..4356a52e6 100644 --- a/src/redist/targets/packaging/deb/postinst +++ b/src/redist/targets/packaging/deb/postinst @@ -3,16 +3,16 @@ echo "This software may collect information about you and your use of the softwa echo "Please visit http://aka.ms/dotnet-cli-eula for more information." # Run 'dotnet new' to trigger the first time experience to initialize the cache -echo "Welcome to .NET Core! +echo "Welcome to .NET! --------------------- -Learn more about .NET Core: https://aka.ms/dotnet-docs +Learn more about .NET: https://aka.ms/dotnet-docs Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs Telemetry --------- -The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. +The .NET tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. -Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry +Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry Configuring... -------------- diff --git a/src/redist/targets/packaging/osx/clisdk/Distribution-Template b/src/redist/targets/packaging/osx/clisdk/Distribution-Template index 036710240..38d890a00 100644 --- a/src/redist/targets/packaging/osx/clisdk/Distribution-Template +++ b/src/redist/targets/packaging/osx/clisdk/Distribution-Template @@ -19,7 +19,7 @@ - + @@ -28,16 +28,16 @@ - + - + - + - + {NetCoreAppTargetingPackComponentId}.pkg diff --git a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html @@ -7,8 +7,8 @@

The following was installed at /usr/local/share/dotnet

    -
  • .NET Core SDK {DOTNETSDKVERSION}
  • -
  • .NET Core Runtime {DOTNETRUNTIMEVERSION}
  • +
  • .NET SDK {DOTNETSDKVERSION}
  • +
  • .NET Runtime {DOTNETRUNTIMEVERSION}
  • ASP.NET Core Runtime {ASPNETCOREVERSION}
@@ -23,7 +23,7 @@

Resources

    -
  • Core Documentation
  • +
  • .NET Documentation
  • SDK Documentation
  • Release Notes
  • Tutorials
  • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
    -

    .NET Core SDK

    -

    .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

    +

    .NET SDK

    +

    .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

    -

    Learn more about .NET Core

    +

    Learn more about .NET

      -
    • Core Documentation
    • +
    • .NET Documentation
    • SDK Documentation
    • Privacy Statement
    • MIT License
    • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html @@ -7,8 +7,8 @@

      The following was installed at /usr/local/share/dotnet

        -
      • .NET Core SDK {DOTNETSDKVERSION}
      • -
      • .NET Core Runtime {DOTNETRUNTIMEVERSION}
      • +
      • .NET SDK {DOTNETSDKVERSION}
      • +
      • .NET Runtime {DOTNETRUNTIMEVERSION}
      • ASP.NET Core Runtime {ASPNETCOREVERSION}
      @@ -23,7 +23,7 @@

      Resources

        -
      • Core Documentation
      • +
      • .NET Documentation
      • SDK Documentation
      • Release Notes
      • Tutorials
      • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
        -

        .NET Core SDK

        -

        .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

        +

        .NET SDK

        +

        .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

        -

        Learn more about .NET Core

        +

        Learn more about .NET

          -
        • Core Documentation
        • +
        • .NET Documentation
        • SDK Documentation
        • Privacy Statement
        • MIT License
        • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html @@ -7,8 +7,8 @@

          The following was installed at /usr/local/share/dotnet

            -
          • .NET Core SDK {DOTNETSDKVERSION}
          • -
          • .NET Core Runtime {DOTNETRUNTIMEVERSION}
          • +
          • .NET SDK {DOTNETSDKVERSION}
          • +
          • .NET Runtime {DOTNETRUNTIMEVERSION}
          • ASP.NET Core Runtime {ASPNETCOREVERSION}
          @@ -23,7 +23,7 @@

          Resources

            -
          • Core Documentation
          • +
          • .NET Documentation
          • SDK Documentation
          • Release Notes
          • Tutorials
          • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
            -

            .NET Core SDK

            -

            .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

            +

            .NET SDK

            +

            .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

            -

            Learn more about .NET Core

            +

            Learn more about .NET

              -
            • Core Documentation
            • +
            • .NET Documentation
            • SDK Documentation
            • Privacy Statement
            • MIT License
            • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html @@ -7,8 +7,8 @@

              The following was installed at /usr/local/share/dotnet

                -
              • .NET Core SDK {DOTNETSDKVERSION}
              • -
              • .NET Core Runtime {DOTNETRUNTIMEVERSION}
              • +
              • .NET SDK {DOTNETSDKVERSION}
              • +
              • .NET Runtime {DOTNETRUNTIMEVERSION}
              • ASP.NET Core Runtime {ASPNETCOREVERSION}
              @@ -23,7 +23,7 @@

              Resources

                -
              • Core Documentation
              • +
              • .NET Documentation
              • SDK Documentation
              • Release Notes
              • Tutorials
              • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                -

                .NET Core SDK

                -

                .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                +

                .NET SDK

                +

                .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                -

                Learn more about .NET Core

                +

                Learn more about .NET

                  -
                • Core Documentation
                • +
                • .NET Documentation
                • SDK Documentation
                • Privacy Statement
                • MIT License
                • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html @@ -7,8 +7,8 @@

                  The following was installed at /usr/local/share/dotnet

                    -
                  • .NET Core SDK {DOTNETSDKVERSION}
                  • -
                  • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                  • +
                  • .NET SDK {DOTNETSDKVERSION}
                  • +
                  • .NET Runtime {DOTNETRUNTIMEVERSION}
                  • ASP.NET Core Runtime {ASPNETCOREVERSION}
                  @@ -23,7 +23,7 @@

                  Resources

                    -
                  • Core Documentation
                  • +
                  • .NET Documentation
                  • SDK Documentation
                  • Release Notes
                  • Tutorials
                  • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                    -

                    .NET Core SDK

                    -

                    .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                    +

                    .NET SDK

                    +

                    .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                    -

                    Learn more about .NET Core

                    +

                    Learn more about .NET

                      -
                    • Core Documentation
                    • +
                    • .NET Documentation
                    • SDK Documentation
                    • Privacy Statement
                    • MIT License
                    • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html @@ -7,8 +7,8 @@

                      The following was installed at /usr/local/share/dotnet

                        -
                      • .NET Core SDK {DOTNETSDKVERSION}
                      • -
                      • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                      • +
                      • .NET SDK {DOTNETSDKVERSION}
                      • +
                      • .NET Runtime {DOTNETRUNTIMEVERSION}
                      • ASP.NET Core Runtime {ASPNETCOREVERSION}
                      @@ -23,7 +23,7 @@

                      Resources

                        -
                      • Core Documentation
                      • +
                      • .NET Documentation
                      • SDK Documentation
                      • Release Notes
                      • Tutorials
                      • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                        -

                        .NET Core SDK

                        -

                        .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                        +

                        .NET SDK

                        +

                        .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                        -

                        Learn more about .NET Core

                        +

                        Learn more about .NET

                          -
                        • Core Documentation
                        • +
                        • .NET Documentation
                        • SDK Documentation
                        • Privacy Statement
                        • MIT License
                        • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html @@ -7,8 +7,8 @@

                          The following was installed at /usr/local/share/dotnet

                            -
                          • .NET Core SDK {DOTNETSDKVERSION}
                          • -
                          • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                          • +
                          • .NET SDK {DOTNETSDKVERSION}
                          • +
                          • .NET Runtime {DOTNETRUNTIMEVERSION}
                          • ASP.NET Core Runtime {ASPNETCOREVERSION}
                          @@ -23,7 +23,7 @@

                          Resources

                            -
                          • Core Documentation
                          • +
                          • .NET Documentation
                          • SDK Documentation
                          • Release Notes
                          • Tutorials
                          • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                            -

                            .NET Core SDK

                            -

                            .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                            +

                            .NET SDK

                            +

                            .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                            -

                            Learn more about .NET Core

                            +

                            Learn more about .NET

                              -
                            • Core Documentation
                            • +
                            • .NET Documentation
                            • SDK Documentation
                            • Privacy Statement
                            • MIT License
                            • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html @@ -7,8 +7,8 @@

                              The following was installed at /usr/local/share/dotnet

                                -
                              • .NET Core SDK {DOTNETSDKVERSION}
                              • -
                              • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                              • +
                              • .NET SDK {DOTNETSDKVERSION}
                              • +
                              • .NET Runtime {DOTNETRUNTIMEVERSION}
                              • ASP.NET Core Runtime {ASPNETCOREVERSION}
                              @@ -23,7 +23,7 @@

                              Resources

                                -
                              • Core Documentation
                              • +
                              • .NET Documentation
                              • SDK Documentation
                              • Release Notes
                              • Tutorials
                              • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                -

                                .NET Core SDK

                                -

                                .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                +

                                .NET SDK

                                +

                                .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                -

                                Learn more about .NET Core

                                +

                                Learn more about .NET

                                  -
                                • Core Documentation
                                • +
                                • .NET Documentation
                                • SDK Documentation
                                • Privacy Statement
                                • MIT License
                                • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html @@ -7,8 +7,8 @@

                                  The following was installed at /usr/local/share/dotnet

                                    -
                                  • .NET Core SDK {DOTNETSDKVERSION}
                                  • -
                                  • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                  • +
                                  • .NET SDK {DOTNETSDKVERSION}
                                  • +
                                  • .NET Runtime {DOTNETRUNTIMEVERSION}
                                  • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                  @@ -23,7 +23,7 @@

                                  Resources

                                    -
                                  • Core Documentation
                                  • +
                                  • .NET Documentation
                                  • SDK Documentation
                                  • Release Notes
                                  • Tutorials
                                  • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                    -

                                    .NET Core SDK

                                    -

                                    .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                    +

                                    .NET SDK

                                    +

                                    .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                    -

                                    Learn more about .NET Core

                                    +

                                    Learn more about .NET

                                      -
                                    • Core Documentation
                                    • +
                                    • .NET Documentation
                                    • SDK Documentation
                                    • Privacy Statement
                                    • MIT License
                                    • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html @@ -7,8 +7,8 @@

                                      The following was installed at /usr/local/share/dotnet

                                        -
                                      • .NET Core SDK {DOTNETSDKVERSION}
                                      • -
                                      • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                      • +
                                      • .NET SDK {DOTNETSDKVERSION}
                                      • +
                                      • .NET Runtime {DOTNETRUNTIMEVERSION}
                                      • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                      @@ -23,7 +23,7 @@

                                      Resources

                                        -
                                      • Core Documentation
                                      • +
                                      • .NET Documentation
                                      • SDK Documentation
                                      • Release Notes
                                      • Tutorials
                                      • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/welcome.html index ca05aa063..3aa06fcd9 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/welcome.html @@ -6,13 +6,13 @@
                                        -

                                        .NET Core SDK

                                        -

                                        .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                        +

                                        .NET SDK

                                        +

                                        .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                        -

                                        Learn more about .NET Core

                                        +

                                        Learn more about .NET

                                          -
                                        • Core Documentation
                                        • +
                                        • .NET Documentation
                                        • SDK Documentation
                                        • Privacy Statement
                                        • MIT License
                                        • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html @@ -7,8 +7,8 @@

                                          The following was installed at /usr/local/share/dotnet

                                            -
                                          • .NET Core SDK {DOTNETSDKVERSION}
                                          • -
                                          • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                          • +
                                          • .NET SDK {DOTNETSDKVERSION}
                                          • +
                                          • .NET Runtime {DOTNETRUNTIMEVERSION}
                                          • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                          @@ -23,7 +23,7 @@

                                          Resources

                                            -
                                          • Core Documentation
                                          • +
                                          • .NET Documentation
                                          • SDK Documentation
                                          • Release Notes
                                          • Tutorials
                                          • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                            -

                                            .NET Core SDK

                                            -

                                            .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                            +

                                            .NET SDK

                                            +

                                            .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                            -

                                            Learn more about .NET Core

                                            +

                                            Learn more about .NET

                                              -
                                            • Core Documentation
                                            • +
                                            • .NET Documentation
                                            • SDK Documentation
                                            • Privacy Statement
                                            • MIT License
                                            • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html @@ -7,8 +7,8 @@

                                              The following was installed at /usr/local/share/dotnet

                                                -
                                              • .NET Core SDK {DOTNETSDKVERSION}
                                              • -
                                              • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                              • +
                                              • .NET SDK {DOTNETSDKVERSION}
                                              • +
                                              • .NET Runtime {DOTNETRUNTIMEVERSION}
                                              • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                              @@ -23,7 +23,7 @@

                                              Resources

                                                -
                                              • Core Documentation
                                              • +
                                              • .NET Documentation
                                              • SDK Documentation
                                              • Release Notes
                                              • Tutorials
                                              • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                                -

                                                .NET Core SDK

                                                -

                                                .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                +

                                                .NET SDK

                                                +

                                                .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                -

                                                Learn more about .NET Core

                                                +

                                                Learn more about .NET

                                                  -
                                                • Core Documentation
                                                • +
                                                • .NET Documentation
                                                • SDK Documentation
                                                • Privacy Statement
                                                • MIT License
                                                • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html @@ -7,8 +7,8 @@

                                                  The following was installed at /usr/local/share/dotnet

                                                    -
                                                  • .NET Core SDK {DOTNETSDKVERSION}
                                                  • -
                                                  • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                                  • +
                                                  • .NET SDK {DOTNETSDKVERSION}
                                                  • +
                                                  • .NET Runtime {DOTNETRUNTIMEVERSION}
                                                  • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                                  @@ -23,7 +23,7 @@

                                                  Resources

                                                    -
                                                  • Core Documentation
                                                  • +
                                                  • .NET Documentation
                                                  • SDK Documentation
                                                  • Release Notes
                                                  • Tutorials
                                                  • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                                    -

                                                    .NET Core SDK

                                                    -

                                                    .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                    +

                                                    .NET SDK

                                                    +

                                                    .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                    -

                                                    Learn more about .NET Core

                                                    +

                                                    Learn more about .NET

                                                      -
                                                    • Core Documentation
                                                    • +
                                                    • .NET Documentation
                                                    • SDK Documentation
                                                    • Privacy Statement
                                                    • MIT License
                                                    • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html @@ -7,8 +7,8 @@

                                                      The following was installed at /usr/local/share/dotnet

                                                        -
                                                      • .NET Core SDK {DOTNETSDKVERSION}
                                                      • -
                                                      • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                                      • +
                                                      • .NET SDK {DOTNETSDKVERSION}
                                                      • +
                                                      • .NET Runtime {DOTNETRUNTIMEVERSION}
                                                      • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                                      @@ -23,7 +23,7 @@

                                                      Resources

                                                        -
                                                      • Core Documentation
                                                      • +
                                                      • .NET Documentation
                                                      • SDK Documentation
                                                      • Release Notes
                                                      • Tutorials
                                                      • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                                        -

                                                        .NET Core SDK

                                                        -

                                                        .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                        +

                                                        .NET SDK

                                                        +

                                                        .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                        -

                                                        Learn more about .NET Core

                                                        +

                                                        Learn more about .NET

                                                          -
                                                        • Core Documentation
                                                        • +
                                                        • .NET Documentation
                                                        • SDK Documentation
                                                        • Privacy Statement
                                                        • MIT License
                                                        • diff --git a/src/redist/targets/packaging/rpm/dotnet-config.json b/src/redist/targets/packaging/rpm/dotnet-config.json index c7fb4d267..e1ba8e1ee 100644 --- a/src/redist/targets/packaging/rpm/dotnet-config.json +++ b/src/redist/targets/packaging/rpm/dotnet-config.json @@ -6,7 +6,7 @@ "install_root": "/usr/share/dotnet", "install_doc": "/usr/share/doc/%SDK_RPM_PACKAGE_NAME%/", "short_description": "%CLI_SDK_BRAND_NAME% %SDK_NUGET_VERSION%", - "long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", + "long_description": ".NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", "homepage": "https://github.com/dotnet/core", "release": { "package_version": "1.0.0.0", diff --git a/src/redist/targets/packaging/rpm/scripts/after_install_host.sh b/src/redist/targets/packaging/rpm/scripts/after_install_host.sh index 21999daaf..dbc0dabbe 100644 --- a/src/redist/targets/packaging/rpm/scripts/after_install_host.sh +++ b/src/redist/targets/packaging/rpm/scripts/after_install_host.sh @@ -7,16 +7,16 @@ echo "This software may collect information about you and your use of the softwa echo "Please visit http://aka.ms/dotnet-cli-eula for more information." # Run 'dotnet new' as the user to trigger the first time experience to initialize the cache -echo "Welcome to .NET Core! +echo "Welcome to .NET! --------------------- -Learn more about .NET Core: https://aka.ms/dotnet-docs +Learn more about .NET: https://aka.ms/dotnet-docs Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs Telemetry --------- -The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. +The .NET tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. -Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry +Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry Configuring... -------------- diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl index 2f466d46f..f65703c11 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl @@ -50,23 +50,23 @@ 安裝成功。 下列項目已安裝在: '[DOTNETHOME]' - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] 此產品會收集使用方式資料 • 如需詳細資訊或退出,請前往 https://aka.ms/dotnet-cli-telemetry 資源 - • 如需 .NET Core 文件,請前往 https://aka.ms/dotnet-docs + • 如需 .NET 文件,請前往 https://aka.ms/dotnet-docs • 如需 SDK 文件,請前往 https://aka.ms/dotnet-sdk-docs • 如需版本資訊,請前往 https://aka.ms/netcore3releasenotes • 如需教學課程,請前往 https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core 是 Microsoft 支援的跨平台開放原始碼。您可以用它以 C#、F# 或 VB 建置下一個應用程式。希望您會喜歡! - 深入了解 .NET Core + .NET 是 Microsoft 支援的跨平台開放原始碼。您可以用它以 C#、F# 或 VB 建置下一個應用程式。希望您會喜歡! + 深入了解 .NET 資源 <A HREF="https://aka.ms/dotnet-docs">核心文件</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK 文件</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl index 01ccfcc03..4820321d8 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl @@ -50,23 +50,23 @@ Instalace proběhla úspěšně. Do [DOTNETHOME] byly nainstalovány tyto součásti: - • Sada .NET Core SDK [DOTNETSDKVERSION] - • Modul runtime .NET Core [DOTNETRUNTIMEVERSION] + • Sada .NET SDK [DOTNETSDKVERSION] + • Modul runtime .NET [DOTNETRUNTIMEVERSION] • Modul runtime ASP.NET Core [ASPNETCOREVERSION] - • Modul runtime .NET Core Windows Desktop [WINFORMSANDWPFVERSION] + • Modul runtime .NET Windows Desktop [WINFORMSANDWPFVERSION] Tento produkt shromažďuje data o využití. • Další informace a vyjádření výslovného nesouhlasu: https://aka.ms/dotnet-cli-telemetry Zdroje informací - • Dokumentace k .NET Core: https://aka.ms/dotnet-docs + • Dokumentace k .NET: https://aka.ms/dotnet-docs • Dokumentace k sadě SDK: https://aka.ms/dotnet-sdk-docs • Zpráva k vydání verze: https://aka.ms/netcore3releasenotes • Kurzy: https://aka.ms/dotnet-tutorials - Sada .NET Core SDK + Sada .NET SDK - .NET Core je opensourcová, víceplatformová architektura podporovaná společností Microsoft. Můžete ji použít k vytvoření své další aplikace v jazyce C#, F # nebo VB. Věříme, že s ní budete spokojeni. - Další informace o .NET Core + .NET je opensourcová, víceplatformová architektura podporovaná společností Microsoft. Můžete ji použít k vytvoření své další aplikace v jazyce C#, F # nebo VB. Věříme, že s ní budete spokojeni. + Další informace o .NET Prostředky <A HREF="https://aka.ms/dotnet-docs">Dokumentace k platformě Core</A> <A HREF="https://aka.ms/dotnet-cli-docs">Dokumentace k sadě SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl index 7eafdc223..c96bed8ea 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl @@ -50,23 +50,23 @@ Die Installation war erfolgreich. Folgendes wurde unter [DOTNETHOME] installiert: - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core-Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core-Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop-Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop-Runtime [WINFORMSANDWPFVERSION] Dieses Produkt erfasst Nutzungsdaten. • Weitere Informationen und Abbestellen: https://aka.ms/dotnet-cli-telemetry Ressourcen - • .NET Core-Dokumentation: https://aka.ms/dotnet-docs + • .NET-Dokumentation: https://aka.ms/dotnet-docs • SDK-Dokumentation: https://aka.ms/dotnet-sdk-docs • Versionshinweise: https://aka.ms/netcore3releasenotes • Tutorials: https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .Net Core ist eine plattformübergreifende Open-Source-Software, die von Microsoft unterstützt wird. Verwenden Sie sie zur Erstellung Ihrer nächsten App mit C#, F# oder VB. Wir wünschen Ihnen viel Spaß! - Weitere Informationen zu .NET Core + .Net ist eine plattformübergreifende Open-Source-Software, die von Microsoft unterstützt wird. Verwenden Sie sie zur Erstellung Ihrer nächsten App mit C#, F# oder VB. Wir wünschen Ihnen viel Spaß! + Weitere Informationen zu .NET Ressourcen <A HREF="https://aka.ms/dotnet-docs">Core-Dokumentation</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK-Dokumentation</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl index 00ec2114b..caf7b745c 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl @@ -50,31 +50,31 @@ The installation was successful. The following were installed at: '[DOTNETHOME]' - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] This product collects usage data • More information and opt-out https://aka.ms/dotnet-cli-telemetry Resources - • .NET Core Documentation https://aka.ms/dotnet-docs + • .NET Documentation https://aka.ms/dotnet-docs • SDK Documentation https://aka.ms/dotnet-sdk-docs • Release Notes https://aka.ms/netcore3releasenotes • Tutorials https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core is open source, cross-platform and supported by Microsoft. You can use it to build your next app, with C#, F# or VB. We hope you enjoy it! - Learn more about .NET Core + .NET is open source, cross-platform and supported by Microsoft. You can use it to build your next app, with C#, F# or VB. We hope you enjoy it! + Learn more about .NET Resources - <A HREF="https://aka.ms/dotnet-docs">Core Documentation</A> + <A HREF="https://aka.ms/dotnet-docs">.NET Documentation</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK Documentation</A> <A HREF="https://aka.ms/dev-privacy">Privacy Statement</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">.NET Library EULA</A> Installation note A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete. - If you plan to use .NET Core 3.1 with Visual Studio, Visual Studio 2019 16.4 or newer is required. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Learn More</A>. + If you plan to use .NET 5.0 with Visual Studio, Visual Studio 2019 16.6 or newer is required. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Learn More</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl index e86cda317..4ae70620f 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl @@ -50,23 +50,23 @@ L'installation a réussi. Les éléments suivants ont été installés sur : '[DOTNETHOME]' - • SDK .NET Core [DOTNETSDKVERSION] - • Runtime .NET Core [DOTNETRUNTIMEVERSION] + • SDK .NET [DOTNETSDKVERSION] + • Runtime .NET [DOTNETRUNTIMEVERSION] • Runtime ASP.NET Core [ASPNETCOREVERSION] - • Runtime .NET Core Windows Desktop [WINFORMSANDWPFVERSION] + • Runtime .NET Windows Desktop [WINFORMSANDWPFVERSION] Ce produit collecte des données d'utilisation • Pour plus d'informations ou pour vous y opposer, consultez https://aka.ms/dotnet-cli-telemetry Ressources - • Documentation .NET Core sur https://aka.ms/dotnet-docs + • Documentation .NET sur https://aka.ms/dotnet-docs • Documentation du kit SDK sur https://aka.ms/dotnet-sdk-docs • Notes de publication sur https://aka.ms/netcore3releasenotes • Tutoriels sur https://aka.ms/dotnet-tutorials - Kit SDK .NET Core + Kit SDK .NET - .NET Core est open source, multiplatforme et pris en charge par Microsoft. Vous pouvez l'utiliser pour créer votre prochaine application avec C#, F# ou VB. Nous espérons qu'il vous plaira ! - En savoir plus sur .NET Core + .NET est open source, multiplatforme et pris en charge par Microsoft. Vous pouvez l'utiliser pour créer votre prochaine application avec C#, F# ou VB. Nous espérons qu'il vous plaira ! + En savoir plus sur .NET Ressources <A HREF="https://aka.ms/dotnet-docs">Documentation Core</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentation du kit SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl index bf1011a45..10ef2f2b5 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl @@ -50,25 +50,25 @@ L'installazione è riuscita. I componenti seguenti sono stati installati in '[DOTNETHOME]' - • .NET Core SDK [DOTNETSDKVERSION] - • Runtime di .NET Core [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • Runtime di .NET [DOTNETRUNTIMEVERSION] • Runtime di ASP.NET Core [ASPNETCOREVERSION] - • Runtime di .NET Core Windows Desktop [WINFORMSANDWPFVERSION] + • Runtime di .NET Windows Desktop [WINFORMSANDWPFVERSION] Questo prodotto consente di raccogliere i dati sull'utilizzo • Altre informazioni e annullamento sottoscrizione https://aka.ms/dotnet-cli-telemetry Resources - • Documentazione di .NET Core https://aka.ms/dotnet-docs + • Documentazione di .NET https://aka.ms/dotnet-docs • Documentazione dell'SDK https://aka.ms/dotnet-sdk-docs • Note sulla versione https://aka.ms/netcore3releasenotes • Esercitazioni https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core è open source, multipiattaforma e supportata da Microsoft. È possibile usarla per compilare la prossima app con C#, F# o VB. - Altre informazioni su .NET Core + .NET è open source, multipiattaforma e supportata da Microsoft. È possibile usarla per compilare la prossima app con C#, F# o VB. + Altre informazioni su .NET Risorse - <A HREF="https://aka.ms/dotnet-docs">Documentazione di .NET Core</A> + <A HREF="https://aka.ms/dotnet-docs">Documentazione di .NET</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentazione dell'SDK</A> <A HREF="https://aka.ms/dev-privacy">Informativa sulla privacy</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">Condizioni di licenza della libreria .NET</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl index dbb089d4d..40d75f8cb 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl @@ -50,23 +50,23 @@ インストールが成功しました。 '[DOTNETHOME]' に以下がインストールされました - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] この製品は使用データを収集します • 詳細およびオプトアウト https://aka.ms/dotnet-cli-telemetry リソース - • .NET Core ドキュメント https://aka.ms/dotnet-docs + • .NET ドキュメント https://aka.ms/dotnet-docs • SDK ドキュメント https://aka.ms/dotnet-sdk-docs • リリース ノート https://aka.ms/netcore3releasenotes • チュートリアル https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core は、オープンソースまたはクロスプラットフォームで、Microsoft によってサポートされています。これを使用して、C#、F # または VB で次のアプリをビルドできます。お楽しみいただければ幸いです。 - .Net Core の詳細 + .NET は、オープンソースまたはクロスプラットフォームで、Microsoft によってサポートされています。これを使用して、C#、F # または VB で次のアプリをビルドできます。お楽しみいただければ幸いです。 + .Net の詳細 リソース <A HREF="https://aka.ms/dotnet-docs">コア ドキュメント</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK ドキュメント</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl index 77733390d..fc4e2273a 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl @@ -50,23 +50,23 @@ 설치가 완료되었습니다. 다음이 '[DOTNETHOME]'에 설치되었습니다. - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core 런타임 [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET 런타임 [DOTNETRUNTIMEVERSION] • ASP.NET Core 런타임 [ASPNETCOREVERSION] - • .NET Core Windows 데스크톱 런타임 [WINFORMSANDWPFVERSION] + • .NET Windows 데스크톱 런타임 [WINFORMSANDWPFVERSION] 이 제품은 사용량 데이터를 수집합니다. • 추가 정보 및 옵트아웃 https://aka.ms/dotnet-cli-telemetry 리소스 - • .NET Core 설명서 https://aka.ms/dotnet-docs + • .NET 설명서 https://aka.ms/dotnet-docs • SDK 설명서 https://aka.ms/dotnet-sdk-docs • 릴리스 정보 https://aka.ms/netcore3releasenotes • 자습서 https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - Microsoft가 지원하는 플랫폼 간 오픈 소스인 .NET Core를 사용하여 C#, F# 또는 VB로 다음 앱을 빌드할 수 있습니다. .NET Core를 유용하게 사용하시길 바랍니다. - .NET Core에 대한 자세한 정보 + Microsoft가 지원하는 플랫폼 간 오픈 소스인 .NET를 사용하여 C#, F# 또는 VB로 다음 앱을 빌드할 수 있습니다. .NET를 유용하게 사용하시길 바랍니다. + .NET 에 대한 자세한 정보 리소스 <A HREF="https://aka.ms/dotnet-docs">Core 설명서</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK 설명서</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl index bca5c6a30..a0344ed83 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl @@ -50,23 +50,23 @@ Instalacja zakończyła się pomyślnie. Następujące elementy zostały zainstalowane w: „[DOTNETHOME]” - • Zestaw .NET Core SDK [DOTNETSDKVERSION] - • Środowisko uruchomieniowe platformy .NET Core [DOTNETRUNTIMEVERSION] + • Zestaw .NET SDK [DOTNETSDKVERSION] + • Środowisko uruchomieniowe platformy .NET [DOTNETRUNTIMEVERSION] • Środowisko uruchomieniowe platformy ASP.NET Core [ASPNETCOREVERSION] - • Środowisko uruchomieniowe platformy .NET Core systemu Windows Desktop [WINFORMSANDWPFVERSION] + • Środowisko uruchomieniowe platformy .NET systemu Windows Desktop [WINFORMSANDWPFVERSION] Ten produkt gromadzi dane dotyczące użycia • Więcej informacji i rezygnacja: https://aka.ms/dotnet-cli-telemetry Zasoby - • Dokumentacja platformy .NET Core: https://aka.ms/dotnet-docs + • Dokumentacja platformy .NET: https://aka.ms/dotnet-docs • Dokumentacja zestawu SDK: https://aka.ms/dotnet-sdk-docs • Informacje o wersji: https://aka.ms/netcore3releasenotes • Samouczki: https://aka.ms/dotnet-tutorials - Zestaw .NET Core SDK + Zestaw .NET SDK - .NET Core to przeznaczone na wiele platform rozwiązanie typu open source obsługiwane przez firmę Microsoft. Za jego pomocą możesz utworzyć swoją następną aplikację, korzystając z języka C#, F# lub VB. Mamy nadzieję, że Ci się spodoba. - Dowiedz się więcej o platformie .NET Core + .NET to przeznaczone na wiele platform rozwiązanie typu open source obsługiwane przez firmę Microsoft. Za jego pomocą możesz utworzyć swoją następną aplikację, korzystając z języka C#, F# lub VB. Mamy nadzieję, że Ci się spodoba. + Dowiedz się więcej o platformie .NET Zasoby <A HREF="https://aka.ms/dotnet-docs">Dokumentacja programu Core</A> <A HREF="https://aka.ms/dotnet-cli-docs">Dokumentacja zestawu SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl index 64fc19ce7..f494508f5 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl @@ -50,23 +50,23 @@ A instalação foi bem-sucedida. O seguinte foi instalado em: '[DOTNETHOME]' - • SDK do .NET Core [DOTNETSDKVERSION] - • Runtime do .NET Core [DOTNETRUNTIMEVERSION] + • SDK do .NET [DOTNETSDKVERSION] + • Runtime do .NET [DOTNETRUNTIMEVERSION] • Runtime do ASP.NET Core [ASPNETCOREVERSION] - • Runtime da Área de Trabalho do Windows do .NET Core [WINFORMSANDWPFVERSION] + • Runtime da Área de Trabalho do Windows do .NET [WINFORMSANDWPFVERSION] Este produto coleta dados de uso • Para obter mais informações e recusar, acesse https://aka.ms/dotnet-cli-telemetry Recursos - • Documentação do .NET Core: https://aka.ms/dotnet-docs + • Documentação do .NET: https://aka.ms/dotnet-docs • Documentação do SDK: https://aka.ms/dotnet-sdk-docs • Notas sobre a Versão: https://aka.ms/netcore3releasenotes • Tutoriais: https://aka.ms/dotnet-tutorials - SDK do .NET Core + SDK do .NET - O .NET Core é um software livre, multiplataforma e com suporte da Microsoft. Você pode usá-lo para criar seu próximo aplicativo, com C#, F# ou VB. Esperamos que você goste! - Saiba mais sobre o .NET Core + O .NET é um software livre, multiplataforma e com suporte da Microsoft. Você pode usá-lo para criar seu próximo aplicativo, com C#, F# ou VB. Esperamos que você goste! + Saiba mais sobre o .NET Recursos <A HREF="https://aka.ms/dotnet-docs">Documentação Principal</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentação do SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl index 24b39c71e..9ca119ea0 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl @@ -63,10 +63,10 @@ • Документация по SDK: https://aka.ms/dotnet-sdk-docs • Заметки о выпуске: https://aka.ms/netcore3releasenotes • Учебники: https://aka.ms/dotnet-tutorials - Пакет SDK для .NET Core + Пакет SDK для .NET .NET Core — это кроссплатформенное решение с открытым кодом, поддерживаемое корпорацией Майкрософт. Создавайте с его помощью приложения на C#, F# и Visual Basic. Надеемся, оно вам понравится! - Дополнительные сведения о .NET Core + Дополнительные сведения о .NET Ресурсы <A HREF="https://aka.ms/dotnet-docs">Документация по продукту Core</A> <A HREF="https://aka.ms/dotnet-cli-docs">Документация по пакету SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl index 3901f8edf..836150aca 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl @@ -50,23 +50,23 @@ Yükleme başarılı oldu. Aşağıdakiler şu konumda yüklü: '[DOTNETHOME]' - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Çalışma Zamanı [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Çalışma Zamanı [DOTNETRUNTIMEVERSION] • ASP.NET Core Çalışma Zamanı [ASPNETCOREVERSION] - • .NET Core Windows Masaüstü Çalışma Zamanı [WINFORMSANDWPFVERSION] + • .NET Windows Masaüstü Çalışma Zamanı [WINFORMSANDWPFVERSION] Bu ürün, kullanım verilerini toplar • Daha fazla bilgi ve katılmamayı seçmek için bkz. https://aka.ms/dotnet-cli-telemetry Kaynaklar - • .NET Core Belgeleri https://aka.ms/dotnet-docs + • .NET Belgeleri https://aka.ms/dotnet-docs • SDK Belgeleri https://aka.ms/dotnet-sdk-docs • Sürüm Notları https://aka.ms/netcore3releasenotes • Öğreticiler https://aka.ms/dotnet-tutorials - .NET Core SDK'sı + .NET SDK'sı - .NET Core açık kaynaktır, platformlar arası çalışır ve Microsoft tarafından desteklenir. C#, F# veya VB kullanarak sonraki uygulamanızı geliştirmek için .NET Core'u kullanabilirsiniz. Keyifle kullanmanızı dileriz! - .NET Core hakkında daha fazla bilgi edinin + .NET açık kaynaktır, platformlar arası çalışır ve Microsoft tarafından desteklenir. C#, F# veya VB kullanarak sonraki uygulamanızı geliştirmek için .NET'u kullanabilirsiniz. Keyifle kullanmanızı dileriz! + .NET hakkında daha fazla bilgi edinin Kaynaklar <A HREF="https://aka.ms/dotnet-docs">Çekirdek Belgeler</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK Belgeleri</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl index bd5239579..8b5f2100b 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl @@ -50,23 +50,23 @@ 已成功安装。 下列项安装于: “[DOTNETHOME]” - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] 此产品会收集用法数据 • 详细信息和选择退出选项: https://aka.ms/dotnet-cli-telemetry 资源 - • .NET Core 文档: https://aka.ms/dotnet-docs + • .NET 文档: https://aka.ms/dotnet-docs • SDK 文档: https://aka.ms/dotnet-sdk-docs • 发行说明: https://aka.ms/netcore3releasenotes • 教程: https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core 是开源、跨平台的,且由 Microsoft 提供支持。通过它,可使用 C#、F# 或 VB 构建你的下一个应用。希望你喜欢它! - 了解有关 .NET Core 的详细信息 + .NET 是开源、跨平台的,且由 Microsoft 提供支持。通过它,可使用 C#、F# 或 VB 构建你的下一个应用。希望你喜欢它! + 了解有关 .NET 的详细信息 资源 <A HREF="https://aka.ms/dotnet-docs">Core 文档</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK 文档</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl index 13e785c46..a2000af4d 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl @@ -50,23 +50,23 @@ La instalación se realizó correctamente. Se instaló lo siguiente en: "[DOTNETHOME]" - • SDK de .NET Core [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • SDK de .NET [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] Este producto recopila datos de uso • Para más información y declinar la participación, visite https://aka.ms/dotnet-cli-telemetry Recursos - • Documentación de .NET Core https://aka.ms/dotnet-docs + • Documentación de .NET https://aka.ms/dotnet-docs • Documentación del SDK https://aka.ms/dotnet-sdk-docs • Notas de la versión https://aka.ms/netcore3releasenotes • Tutoriales https://aka.ms/dotnet-tutorials - SDK de .NET Core + SDK de .NET - .NET Core es una multiplataforma de código abierto admitida por Microsoft. Puede usarla para compilar su próxima aplicación con C#, F# o VB. Esperamos que la disfrute. - Más información sobre .NET Core + .NET es una multiplataforma de código abierto admitida por Microsoft. Puede usarla para compilar su próxima aplicación con C#, F# o VB. Esperamos que la disfrute. + Más información sobre .NET Recursos <A HREF="https://aka.ms/dotnet-docs">Documentación principal</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentación del SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 index d19137f5c..3920119b3 100644 --- a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 +++ b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 @@ -31,7 +31,7 @@ function RunHeat # use XSLT tranform to match the file path contains "AppHostTemplate\apphost.exe" and give it the same ID all the time. $heatOutput = .\heat.exe dir `"$inputDir`" -template fragment ` - -sreg -gg ` + -sreg -ag ` -var var.DotnetSrc ` -cg InstallFiles ` -srd ` diff --git a/src/redist/targets/packaging/windows/clisdk/generatetemplatesmsi.ps1 b/src/redist/targets/packaging/windows/clisdk/generatetemplatesmsi.ps1 index a987c584c..7947d20a4 100644 --- a/src/redist/targets/packaging/windows/clisdk/generatetemplatesmsi.ps1 +++ b/src/redist/targets/packaging/windows/clisdk/generatetemplatesmsi.ps1 @@ -25,7 +25,7 @@ function RunHeat Write-Information "Running heat.." $heatOutput = .\heat.exe dir `"$inputDir`" -template fragment ` - -sreg -gg ` + -sreg -ag ` -var var.DotnetSrc ` -cg InstallFiles ` -srd ` diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index e0080792f..8a88bbc08 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -36,9 +36,7 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory) .ExecuteWithCapturedOutput() - // Templates are still at 3.1 and will not run on 5.0, revert to commented out assertion when 5.0 templates land - //.Should().Pass().And.HaveStdOutContaining("Hello World!"); - .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-core-applaunch"); + .Should().Pass().And.HaveStdOutContaining("Hello World!"); var binDirectory = new DirectoryInfo(projectDirectory).Sub("bin"); binDirectory.Should().HaveFilesMatching("*.dll", SearchOption.AllDirectories); @@ -80,10 +78,7 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory) .ExecuteWithCapturedOutput() - // Templates are still at 3.1 and will not run on 5.0, revert to commented out assertion when 5.0 templates land - //.Should().Pass().And.HaveStdOutContaining("Hello World!"); - .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-core-applaunch"); - + .Should().Pass().And.HaveStdOutContaining("Hello World!"); } [Theory] diff --git a/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs new file mode 100644 index 000000000..3d5082f32 --- /dev/null +++ b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs @@ -0,0 +1,49 @@ +using FluentAssertions; +using Xunit; +using Microsoft.DotNet.Cli.Build; + +namespace EndToEnd +{ + public class CalculateTemplateVersionsTests + { + [Fact] + public void WhenAspNetCoreTemplateMajorVersionLowerthan3ItCanCalculateTemplateVersionsInStableBuilds() + { + var result = CalculateTemplateVersions.Calculate("3.1.0", "dev"); + + result.Should() + .Be(("3.1.1", "3.1", "3.1.1"), + "the patch is 1 higher than aspnetTemplateVersion " + + "due to https://github.com/dotnet/core-sdk/issues/6243"); + } + + [Fact] + public void WhenAspNetCoreTemplateMajorVersionLowerthan3ItCanCalculateTemplateVersionsInNonStableBuilds() + { + var result = CalculateTemplateVersions.Calculate("3.0.0-alpha.1.20071.6", "dev"); + + result.Should() + .Be(("3.0.1-dev", "3.0", "3.0.1")); + } + + [Fact] + public void WhenAspNetCoreTemplateMajorVersionHigherthan3ItCanCalculateTemplateVersionsInStableBuilds() + { + var result = CalculateTemplateVersions.Calculate("5.1.0", "dev"); + + result.Should() + .Be(("5.1.0", "5.1", "5.1.0"), + "the patch align with AspNetCoreTemplateMajorVersion again, " + + "since there is no non-deterministic existing ComponentId under Major version 5."); + } + + [Fact] + public void WhenAspNetCoreTemplateMajorVersionHigherthan3ItCanCalculateTemplateVersionsInNonStableBuilds() + { + var result = CalculateTemplateVersions.Calculate("5.0.0-alpha.1.20071.6", "dev"); + + result.Should() + .Be(("5.0.0-dev", "5.0", "5.0.0")); + } + } +} diff --git a/test/core-sdk-tasks.Tests/core-sdk-tasks.Tests.csproj b/test/core-sdk-tasks.Tests/core-sdk-tasks.Tests.csproj new file mode 100644 index 000000000..47b6ce517 --- /dev/null +++ b/test/core-sdk-tasks.Tests/core-sdk-tasks.Tests.csproj @@ -0,0 +1,14 @@ + + + $(CoreSdkTargetFramework);net472 + $(CoreSdkTargetFramework) + + + + + + + + + + \ No newline at end of file