diff --git a/Directory.Build.props b/Directory.Build.props index a622b455..f9e19e81 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,9 @@ + 8 + 0 + preview + CommunityToolkit $(MSBuildThisFileDirectory) $(RepositoryDirectory)\tooling diff --git a/Directory.Build.targets b/Directory.Build.targets index af422ceb..b716bac5 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -11,12 +11,11 @@ $(CommonTags) - - + + diff --git a/Icon.png b/Icon.png new file mode 100644 index 00000000..3e4e0a89 Binary files /dev/null and b/Icon.png differ diff --git a/Windows.Toolkit.Common.props b/Windows.Toolkit.Common.props index 06c5e8c8..2ee34314 100644 --- a/Windows.Toolkit.Common.props +++ b/Windows.Toolkit.Common.props @@ -10,7 +10,6 @@ https://github.com/CommunityToolkit/Windows https://github.com/CommunityToolkit/Windows/releases Icon.png - https://raw.githubusercontent.com/CommunityToolkit/Windows/main/nuget.png $(NoWarn);NU1505;NU1504 diff --git a/components/Animations/src/AdditionalAssemblyInfo.cs b/components/Animations/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 08adeed5..00000000 --- a/components/Animations/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("Animations.Tests.Uwp")] -[assembly: InternalsVisibleTo("Animations.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Animations/src/CommunityToolkit.WinUI.Animations.csproj b/components/Animations/src/CommunityToolkit.WinUI.Animations.csproj index fde8d32e..ba23950d 100644 --- a/components/Animations/src/CommunityToolkit.WinUI.Animations.csproj +++ b/components/Animations/src/CommunityToolkit.WinUI.Animations.csproj @@ -2,15 +2,13 @@ Animations This package contains Animations. - 8.0.0-beta.2 - + CommunityToolkit.WinUI.AnimationsRns true - diff --git a/components/Behaviors/src/AdditionalAssemblyInfo.cs b/components/Behaviors/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index a909d34f..00000000 --- a/components/Behaviors/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("Behaviors.Tests.Uwp")] -[assembly: InternalsVisibleTo("Behaviors.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Behaviors/src/CommunityToolkit.WinUI.Behaviors.csproj b/components/Behaviors/src/CommunityToolkit.WinUI.Behaviors.csproj index c00f146b..ba1e8334 100644 --- a/components/Behaviors/src/CommunityToolkit.WinUI.Behaviors.csproj +++ b/components/Behaviors/src/CommunityToolkit.WinUI.Behaviors.csproj @@ -2,8 +2,7 @@ Behaviors This package contains Behaviors. - 8.0.0-beta.3 - + CommunityToolkit.WinUI.BehaviorsRns diff --git a/components/CameraPreview/src/AdditionalAssemblyInfo.cs b/components/CameraPreview/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index f3578634..00000000 --- a/components/CameraPreview/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("CameraPreview.Tests.Uwp")] -[assembly: InternalsVisibleTo("CameraPreview.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/CameraPreview/src/CommunityToolkit.WinUI.Controls.CameraPreview.csproj b/components/CameraPreview/src/CommunityToolkit.WinUI.Controls.CameraPreview.csproj index 3c9c6c1d..3ba4bffa 100644 --- a/components/CameraPreview/src/CommunityToolkit.WinUI.Controls.CameraPreview.csproj +++ b/components/CameraPreview/src/CommunityToolkit.WinUI.Controls.CameraPreview.csproj @@ -2,8 +2,7 @@ CameraPreview This package contains CameraPreview. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.Controls.CameraPreviewRns diff --git a/components/Collections/src/AdditionalAssemblyInfo.cs b/components/Collections/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 07f1c63e..00000000 --- a/components/Collections/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("Collections.Tests.Uwp")] -[assembly: InternalsVisibleTo("Collections.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Collections/src/CommunityToolkit.WinUI.Collections.csproj b/components/Collections/src/CommunityToolkit.WinUI.Collections.csproj index f5948a05..46ae012f 100644 --- a/components/Collections/src/CommunityToolkit.WinUI.Collections.csproj +++ b/components/Collections/src/CommunityToolkit.WinUI.Collections.csproj @@ -2,8 +2,7 @@ Collections This package contains the AdvancedCollectionView and IncrementalLoadingCollection. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.CollectionsRns diff --git a/components/Converters/src/AdditionalAssemblyInfo.cs b/components/Converters/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index b2af446b..00000000 --- a/components/Converters/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("Converters.Tests.Uwp")] -[assembly: InternalsVisibleTo("Converters.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Converters/src/CommunityToolkit.WinUI.Converters.csproj b/components/Converters/src/CommunityToolkit.WinUI.Converters.csproj index 73be6dfc..fbaef3e6 100644 --- a/components/Converters/src/CommunityToolkit.WinUI.Converters.csproj +++ b/components/Converters/src/CommunityToolkit.WinUI.Converters.csproj @@ -2,8 +2,7 @@ Converters This package contains Converters. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.ConvertersRns diff --git a/components/DeveloperTools/src/AdditionalAssemblyInfo.cs b/components/DeveloperTools/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 683e5390..00000000 --- a/components/DeveloperTools/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("DeveloperTools.Tests.Uwp")] -[assembly: InternalsVisibleTo("DeveloperTools.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/DeveloperTools/src/CommunityToolkit.WinUI.DeveloperTools.csproj b/components/DeveloperTools/src/CommunityToolkit.WinUI.DeveloperTools.csproj index 56dcc128..95866e1b 100644 --- a/components/DeveloperTools/src/CommunityToolkit.WinUI.DeveloperTools.csproj +++ b/components/DeveloperTools/src/CommunityToolkit.WinUI.DeveloperTools.csproj @@ -2,8 +2,7 @@ DeveloperTools This package contains DeveloperTools. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.DeveloperToolsRns diff --git a/components/Extensions/src/AdditionalAssemblyInfo.cs b/components/Extensions/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 660b712a..00000000 --- a/components/Extensions/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("Extensions.Tests.Uwp")] -[assembly: InternalsVisibleTo("Extensions.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Extensions/src/CommunityToolkit.WinUI.Extensions.csproj b/components/Extensions/src/CommunityToolkit.WinUI.Extensions.csproj index e4df1fff..9891b024 100644 --- a/components/Extensions/src/CommunityToolkit.WinUI.Extensions.csproj +++ b/components/Extensions/src/CommunityToolkit.WinUI.Extensions.csproj @@ -2,8 +2,7 @@ Extensions This package contains Extensions. - 8.0.0-beta.2 - + CommunityToolkit.WinUI.ExtensionsRns true @@ -20,6 +19,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/components/HeaderedControls/src/AdditionalAssemblyInfo.cs b/components/HeaderedControls/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index ea96b9e0..00000000 --- a/components/HeaderedControls/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("HeaderedControls.Tests.Uwp")] -[assembly: InternalsVisibleTo("HeaderedControls.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/HeaderedControls/src/CommunityToolkit.WinUI.Controls.HeaderedControls.csproj b/components/HeaderedControls/src/CommunityToolkit.WinUI.Controls.HeaderedControls.csproj index 9eb353a5..dd63e8ce 100644 --- a/components/HeaderedControls/src/CommunityToolkit.WinUI.Controls.HeaderedControls.csproj +++ b/components/HeaderedControls/src/CommunityToolkit.WinUI.Controls.HeaderedControls.csproj @@ -2,8 +2,7 @@ HeaderedControls This package contains HeaderedControls. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.Controls.HeaderedControlsRns diff --git a/components/Helpers/src/AdditionalAssemblyInfo.cs b/components/Helpers/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 72fb045a..00000000 --- a/components/Helpers/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("Helpers.Tests.Uwp")] -[assembly: InternalsVisibleTo("Helpers.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Helpers/src/CommunityToolkit.WinUI.Helpers.csproj b/components/Helpers/src/CommunityToolkit.WinUI.Helpers.csproj index e1a964e6..53916c9e 100644 --- a/components/Helpers/src/CommunityToolkit.WinUI.Helpers.csproj +++ b/components/Helpers/src/CommunityToolkit.WinUI.Helpers.csproj @@ -2,8 +2,7 @@ Helpers This package contains Helpers. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.HelpersRns diff --git a/components/ImageCropper/src/AdditionalAssemblyInfo.cs b/components/ImageCropper/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 4f64050d..00000000 --- a/components/ImageCropper/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("ImageCropper.Tests.Uwp")] -[assembly: InternalsVisibleTo("ImageCropper.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/ImageCropper/src/CommunityToolkit.WinUI.Controls.ImageCropper.csproj b/components/ImageCropper/src/CommunityToolkit.WinUI.Controls.ImageCropper.csproj index 456e38a1..f85e9ca4 100644 --- a/components/ImageCropper/src/CommunityToolkit.WinUI.Controls.ImageCropper.csproj +++ b/components/ImageCropper/src/CommunityToolkit.WinUI.Controls.ImageCropper.csproj @@ -2,8 +2,7 @@ ImageCropper This package contains ImageCropper. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.Controls.ImageCropperRns diff --git a/components/LayoutTransformControl/src/AdditionalAssemblyInfo.cs b/components/LayoutTransformControl/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 4da0bbee..00000000 --- a/components/LayoutTransformControl/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("LayoutTransformControl.Tests.Uwp")] -[assembly: InternalsVisibleTo("LayoutTransformControl.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/LayoutTransformControl/src/CommunityToolkit.WinUI.Controls.LayoutTransformControl.csproj b/components/LayoutTransformControl/src/CommunityToolkit.WinUI.Controls.LayoutTransformControl.csproj index deaeefc4..5277f8ee 100644 --- a/components/LayoutTransformControl/src/CommunityToolkit.WinUI.Controls.LayoutTransformControl.csproj +++ b/components/LayoutTransformControl/src/CommunityToolkit.WinUI.Controls.LayoutTransformControl.csproj @@ -2,8 +2,7 @@ LayoutTransformControl This package contains LayoutTransformControl. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.Controls.LayoutTransformControlRns diff --git a/components/Media/src/AdditionalAssemblyInfo.cs b/components/Media/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 7e58d70e..00000000 --- a/components/Media/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("Media.Tests.Uwp")] -[assembly: InternalsVisibleTo("Media.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Media/src/CommunityToolkit.WinUI.Media.csproj b/components/Media/src/CommunityToolkit.WinUI.Media.csproj index dc295949..281fa37d 100644 --- a/components/Media/src/CommunityToolkit.WinUI.Media.csproj +++ b/components/Media/src/CommunityToolkit.WinUI.Media.csproj @@ -2,8 +2,7 @@ Media This package contains Media. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.MediaRns diff --git a/components/MetadataControl/src/AdditionalAssemblyInfo.cs b/components/MetadataControl/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 1b1c483a..00000000 --- a/components/MetadataControl/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("MetadataControl.Tests.Uwp")] -[assembly: InternalsVisibleTo("MetadataControl.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/MetadataControl/src/CommunityToolkit.WinUI.Controls.MetadataControl.csproj b/components/MetadataControl/src/CommunityToolkit.WinUI.Controls.MetadataControl.csproj index af6f4eb8..602b8aa3 100644 --- a/components/MetadataControl/src/CommunityToolkit.WinUI.Controls.MetadataControl.csproj +++ b/components/MetadataControl/src/CommunityToolkit.WinUI.Controls.MetadataControl.csproj @@ -2,8 +2,7 @@ MetadataControl This package contains MetadataControl. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.Controls.MetadataControlRns diff --git a/components/Primitives/src/AdditionalAssemblyInfo.cs b/components/Primitives/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 6654231c..00000000 --- a/components/Primitives/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("Primitives.Tests.Uwp")] -[assembly: InternalsVisibleTo("PrimitivesExperiment.Tests.Uwp")] -[assembly: InternalsVisibleTo("PrimitivesExperiment.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("Primitives.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Primitives/src/CommunityToolkit.WinUI.Controls.Primitives.csproj b/components/Primitives/src/CommunityToolkit.WinUI.Controls.Primitives.csproj index 8f092180..be91a84b 100644 --- a/components/Primitives/src/CommunityToolkit.WinUI.Controls.Primitives.csproj +++ b/components/Primitives/src/CommunityToolkit.WinUI.Controls.Primitives.csproj @@ -2,8 +2,7 @@ Primitives This package contains Primitives. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.Controls.PrimitivesRns diff --git a/components/RadialGauge/src/AdditionalAssemblyInfo.cs b/components/RadialGauge/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 343502a1..00000000 --- a/components/RadialGauge/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("RadialGauge.Tests.Uwp")] -[assembly: InternalsVisibleTo("RadialGauge.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/RadialGauge/src/CommunityToolkit.WinUI.Controls.RadialGauge.csproj b/components/RadialGauge/src/CommunityToolkit.WinUI.Controls.RadialGauge.csproj index c2745c5c..3bf1671a 100644 --- a/components/RadialGauge/src/CommunityToolkit.WinUI.Controls.RadialGauge.csproj +++ b/components/RadialGauge/src/CommunityToolkit.WinUI.Controls.RadialGauge.csproj @@ -2,8 +2,7 @@ RadialGauge This package contains RadialGauge. - 0.0.1 - + CommunityToolkit.WinUI.Controls.RadialGaugeRns diff --git a/components/RangeSelector/src/AdditionalAssemblyInfo.cs b/components/RangeSelector/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index fd2dc7b8..00000000 --- a/components/RangeSelector/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("RangeSelector.Tests.Uwp")] -[assembly: InternalsVisibleTo("RangeSelector.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/RangeSelector/src/CommunityToolkit.WinUI.Controls.RangeSelector.csproj b/components/RangeSelector/src/CommunityToolkit.WinUI.Controls.RangeSelector.csproj index 1d9be7e4..8c05ebcd 100644 --- a/components/RangeSelector/src/CommunityToolkit.WinUI.Controls.RangeSelector.csproj +++ b/components/RangeSelector/src/CommunityToolkit.WinUI.Controls.RangeSelector.csproj @@ -2,8 +2,7 @@ RangeSelector This package contains RangeSelector. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.Controls.RangeSelectorRns diff --git a/components/RichSuggestBox/src/AdditionalAssemblyInfo.cs b/components/RichSuggestBox/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 35626ccd..00000000 --- a/components/RichSuggestBox/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("RichSuggestBox.Tests.Uwp")] -[assembly: InternalsVisibleTo("RichSuggestBox.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/RichSuggestBox/src/CommunityToolkit.WinUI.Controls.RichSuggestBox.csproj b/components/RichSuggestBox/src/CommunityToolkit.WinUI.Controls.RichSuggestBox.csproj index d6789075..8e697f0c 100644 --- a/components/RichSuggestBox/src/CommunityToolkit.WinUI.Controls.RichSuggestBox.csproj +++ b/components/RichSuggestBox/src/CommunityToolkit.WinUI.Controls.RichSuggestBox.csproj @@ -2,8 +2,7 @@ RichSuggestBox This package contains RichSuggestBox. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.Controls.RichSuggestBoxRns diff --git a/components/SettingsControls/src/AdditionalAssemblyInfo.cs b/components/SettingsControls/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index c5daab42..00000000 --- a/components/SettingsControls/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("SettingsControls.Tests.Uwp")] -[assembly: InternalsVisibleTo("SettingsControls.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/SettingsControls/src/CommunityToolkit.WinUI.Controls.SettingsControls.csproj b/components/SettingsControls/src/CommunityToolkit.WinUI.Controls.SettingsControls.csproj index 2efd8774..f93a2340 100644 --- a/components/SettingsControls/src/CommunityToolkit.WinUI.Controls.SettingsControls.csproj +++ b/components/SettingsControls/src/CommunityToolkit.WinUI.Controls.SettingsControls.csproj @@ -2,8 +2,7 @@ SettingsControls This package contains SettingsControls. - 8.0.0-beta.2 - + CommunityToolkit.WinUI.Controls.SettingsControlsRns diff --git a/components/Sizers/src/AdditionalAssemblyInfo.cs b/components/Sizers/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index dc2a92d0..00000000 --- a/components/Sizers/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("SizerBase.Tests.Uwp")] -[assembly: InternalsVisibleTo("SizerBase.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Sizers/src/CommunityToolkit.WinUI.Controls.Sizers.csproj b/components/Sizers/src/CommunityToolkit.WinUI.Controls.Sizers.csproj index 65e78dbb..f519d94b 100644 --- a/components/Sizers/src/CommunityToolkit.WinUI.Controls.Sizers.csproj +++ b/components/Sizers/src/CommunityToolkit.WinUI.Controls.Sizers.csproj @@ -2,8 +2,7 @@ Sizers This package contains SizerBase. - 8.0.0-beta.3 - + CommunityToolkit.WinUI.Controls.SizersRns diff --git a/components/TokenizingTextBox/src/AdditionalAssemblyInfo.cs b/components/TokenizingTextBox/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index cfffc6c1..00000000 --- a/components/TokenizingTextBox/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("TokenizingTextBox.Tests.Uwp")] -[assembly: InternalsVisibleTo("TokenizingTextBox.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/TokenizingTextBox/src/CommunityToolkit.WinUI.Controls.TokenizingTextBox.csproj b/components/TokenizingTextBox/src/CommunityToolkit.WinUI.Controls.TokenizingTextBox.csproj index 292dfbb9..36aa368b 100644 --- a/components/TokenizingTextBox/src/CommunityToolkit.WinUI.Controls.TokenizingTextBox.csproj +++ b/components/TokenizingTextBox/src/CommunityToolkit.WinUI.Controls.TokenizingTextBox.csproj @@ -2,8 +2,7 @@ TokenizingTextBox This package contains TokenizingTextBox. - 0.0.1 - + CommunityToolkit.WinUI.Controls.TokenizingTextBoxRns diff --git a/components/Triggers/src/AdditionalAssemblyInfo.cs b/components/Triggers/src/AdditionalAssemblyInfo.cs deleted file mode 100644 index 243967be..00000000 --- a/components/Triggers/src/AdditionalAssemblyInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Runtime.CompilerServices; - -// These `InternalsVisibleTo` calls are intended to make it easier for -// for any internal code to be testable in all the different test projects -// used with the Labs infrastructure. -[assembly: InternalsVisibleTo("Triggers.Tests.Uwp")] -[assembly: InternalsVisibleTo("Triggers.Tests.WinAppSdk")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.Uwp")] -[assembly: InternalsVisibleTo("CommunityToolkit.Tests.WinAppSdk")] diff --git a/components/Triggers/src/CommunityToolkit.WinUI.Triggers.csproj b/components/Triggers/src/CommunityToolkit.WinUI.Triggers.csproj index 1f6f494e..32d1aff8 100644 --- a/components/Triggers/src/CommunityToolkit.WinUI.Triggers.csproj +++ b/components/Triggers/src/CommunityToolkit.WinUI.Triggers.csproj @@ -2,8 +2,7 @@ Triggers This package contains Triggers. - 8.0.0-beta.1 - + CommunityToolkit.WinUI.TriggersRns diff --git a/tooling b/tooling index 36c23c82..bc519fe2 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit 36c23c828c40f0a7b92af542f83d47ff3e1aca16 +Subproject commit bc519fe2e008037ac9c844be452d84356dcce213