diff --git a/src/Directory.build.props b/src/Directory.build.props index 7723cdf..7d6f566 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -7,6 +7,7 @@ .NET Foundation and Contributors Copyright (c) .NET Foundation and Contributors logo.png + README.md MIT https://reactiveui.net A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. Supports Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin Forms, Xamarin.TVOS, Tizen, WPF, Windows Forms, Universal Windows Platform (UWP) and the Uno Platform. @@ -66,6 +67,7 @@ + diff --git a/src/ReactiveUI.Uno.WinUI/ReactiveUI.Uno.WinUI.csproj b/src/ReactiveUI.Uno.WinUI/ReactiveUI.Uno.WinUI.csproj index e1a5521..0eaf694 100644 --- a/src/ReactiveUI.Uno.WinUI/ReactiveUI.Uno.WinUI.csproj +++ b/src/ReactiveUI.Uno.WinUI/ReactiveUI.Uno.WinUI.csproj @@ -1,6 +1,6 @@ - + - netstandard20;MonoAndroid12.0;MonoAndroid12.1;MonoAndroid13.0;Xamarin.iOS10;Xamarin.Mac20;net6.0-android;net6.0-ios;net6.0-macos;net6.0-maccatalyst;net6.0-windows10.0.17763.0;net7.0-android;net7.0-ios;net7.0-macos;net7.0-maccatalyst;net7.0-windows10.0.17763.0 + netstandard2.0;MonoAndroid12.0;MonoAndroid12.1;MonoAndroid13.0;Xamarin.iOS10;Xamarin.Mac20;net6.0-android;net6.0-ios;net6.0-macos;net6.0-maccatalyst;net6.0-windows10.0.17763.0;net7.0-android;net7.0-ios;net7.0-macos;net7.0-maccatalyst;net7.0-windows10.0.17763.0 ReactiveUI.Uno.WinUI Contains the ReactiveUI platform specific extensions for Uno WinUI $(DefineConstants);HAS_UNO;HAS_WINUI @@ -15,22 +15,6 @@ $(DefineConstants);HAS_UNO_WINUI - - - - - c:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions\Xamarin.VisualStudio\Xamarin.Mac.dll - c:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\Extensions\Xamarin.VisualStudio\Xamarin.Mac.dll - c:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\Extensions\Xamarin.VisualStudio\Xamarin.Mac.dll - c:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\Extensions\Xamarin.VisualStudio\Xamarin.Mac.dll - - diff --git a/src/ReactiveUI.Uno.sln b/src/ReactiveUI.Uno.sln index d887868..f267b09 100644 --- a/src/ReactiveUI.Uno.sln +++ b/src/ReactiveUI.Uno.sln @@ -9,6 +9,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Directory.build.props = Directory.build.props Directory.build.targets = Directory.build.targets global.json = global.json + ..\LICENSE = ..\LICENSE + ..\README.md = ..\README.md stylecop.json = stylecop.json ..\version.json = ..\version.json EndProjectSection diff --git a/src/ReactiveUI.Uno/ActivationForViewFetcher.cs b/src/ReactiveUI.Uno/ActivationForViewFetcher.cs index 46c447f..4793483 100644 --- a/src/ReactiveUI.Uno/ActivationForViewFetcher.cs +++ b/src/ReactiveUI.Uno/ActivationForViewFetcher.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/ActivationHelper.cs b/src/ReactiveUI.Uno/ActivationHelper.cs index ea631c0..02db312 100644 --- a/src/ReactiveUI.Uno/ActivationHelper.cs +++ b/src/ReactiveUI.Uno/ActivationHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/Common/AutoDataTemplateBindingHook.cs b/src/ReactiveUI.Uno/Common/AutoDataTemplateBindingHook.cs index 3413f85..60f01f0 100644 --- a/src/ReactiveUI.Uno/Common/AutoDataTemplateBindingHook.cs +++ b/src/ReactiveUI.Uno/Common/AutoDataTemplateBindingHook.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/Common/BooleanToVisibilityHint.cs b/src/ReactiveUI.Uno/Common/BooleanToVisibilityHint.cs index a339ac3..772378e 100644 --- a/src/ReactiveUI.Uno/Common/BooleanToVisibilityHint.cs +++ b/src/ReactiveUI.Uno/Common/BooleanToVisibilityHint.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/Common/BooleanToVisibilityTypeConverter.cs b/src/ReactiveUI.Uno/Common/BooleanToVisibilityTypeConverter.cs index 95509a0..c945fa3 100644 --- a/src/ReactiveUI.Uno/Common/BooleanToVisibilityTypeConverter.cs +++ b/src/ReactiveUI.Uno/Common/BooleanToVisibilityTypeConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/Common/PlatformOperations.cs b/src/ReactiveUI.Uno/Common/PlatformOperations.cs index c54b597..0d8850a 100644 --- a/src/ReactiveUI.Uno/Common/PlatformOperations.cs +++ b/src/ReactiveUI.Uno/Common/PlatformOperations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/Common/ReactivePage.cs b/src/ReactiveUI.Uno/Common/ReactivePage.cs index dac53f8..4b2f5d2 100644 --- a/src/ReactiveUI.Uno/Common/ReactivePage.cs +++ b/src/ReactiveUI.Uno/Common/ReactivePage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/Common/ReactiveUserControl.cs b/src/ReactiveUI.Uno/Common/ReactiveUserControl.cs index c22fb50..aab9bca 100644 --- a/src/ReactiveUI.Uno/Common/ReactiveUserControl.cs +++ b/src/ReactiveUI.Uno/Common/ReactiveUserControl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/Common/RoutedViewHost.cs b/src/ReactiveUI.Uno/Common/RoutedViewHost.cs index 32a1183..f4d12dd 100644 --- a/src/ReactiveUI.Uno/Common/RoutedViewHost.cs +++ b/src/ReactiveUI.Uno/Common/RoutedViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/Common/ViewModelViewHost.cs b/src/ReactiveUI.Uno/Common/ViewModelViewHost.cs index 85d796e..cc14f38 100644 --- a/src/ReactiveUI.Uno/Common/ViewModelViewHost.cs +++ b/src/ReactiveUI.Uno/Common/ViewModelViewHost.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs b/src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs index d73037a..a106e56 100644 --- a/src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs +++ b/src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/ReactiveUI.Uno.csproj b/src/ReactiveUI.Uno/ReactiveUI.Uno.csproj index 4b11453..140c7b9 100644 --- a/src/ReactiveUI.Uno/ReactiveUI.Uno.csproj +++ b/src/ReactiveUI.Uno/ReactiveUI.Uno.csproj @@ -1,6 +1,6 @@ - + - netstandard20;MonoAndroid12.0;MonoAndroid12.1;MonoAndroid13.0;Xamarin.iOS10;Xamarin.Mac20;net6.0-android;net6.0-ios;net6.0-macos;net6.0-maccatalyst;net7.0-android;net7.0-ios;net7.0-macos;net7.0-maccatalyst + netstandard2.0;MonoAndroid12.0;MonoAndroid12.1;MonoAndroid13.0;Xamarin.iOS10;Xamarin.Mac20;net6.0-android;net6.0-ios;net6.0-macos;net6.0-maccatalyst;net7.0-android;net7.0-ios;net7.0-macos;net7.0-maccatalyst ReactiveUI.Uno Contains the ReactiveUI platform specific extensions for Uno $(DefineConstants);HAS_UNO @@ -27,6 +27,6 @@ - + diff --git a/src/ReactiveUI.Uno/Registrations.cs b/src/ReactiveUI.Uno/Registrations.cs index ed1768d..64d4fe6 100644 --- a/src/ReactiveUI.Uno/Registrations.cs +++ b/src/ReactiveUI.Uno/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/TransitioningContentControl.Empty.cs b/src/ReactiveUI.Uno/TransitioningContentControl.Empty.cs index ef279c1..d5f0ab1 100644 --- a/src/ReactiveUI.Uno/TransitioningContentControl.Empty.cs +++ b/src/ReactiveUI.Uno/TransitioningContentControl.Empty.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/ReactiveUI.Uno/WinRTAppDataDriver.cs b/src/ReactiveUI.Uno/WinRTAppDataDriver.cs index bd0f18d..563cbc9 100644 --- a/src/ReactiveUI.Uno/WinRTAppDataDriver.cs +++ b/src/ReactiveUI.Uno/WinRTAppDataDriver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2022 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. // 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 full license information. diff --git a/src/global.json b/src/global.json index e70a48d..781c465 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0", + "version": "7.0", "rollForward": "latestMinor", "allowPrerelease": true }, diff --git a/src/stylecop.json b/src/stylecop.json index 90b8dd4..f0ada96 100644 --- a/src/stylecop.json +++ b/src/stylecop.json @@ -13,7 +13,7 @@ "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": ".NET Foundation and Contributors", - "copyrightText": "Copyright (c) 2022 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", + "copyrightText": "Copyright (c) 2023 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": { "licenseName": "MIT", "licenseFile": "LICENSE"