Skip to content

Commit ccce3eb

Browse files
committed
Housekeeping Update project configuration
1 parent 02f8246 commit ccce3eb

21 files changed

+20
-30
lines changed

Diff for: .github/workflows/ci-build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ jobs:
1515
with:
1616
configuration: Release
1717
productNamespacePrefix: "ReactiveUI"
18-
useVisualStudioPreview: false
19-
useMauiCheckDotNetTool: false
2018
solutionFile: "reactiveui.uno.sln"

Diff for: .github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
with:
1616
configuration: Release
1717
productNamespacePrefix: "ReactiveUI"
18-
useVisualStudioPreview: false
19-
useMauiCheckDotNetTool: false
2018
solutionFile: "reactiveui.uno.sln"
2119
secrets:
2220
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}

Diff for: src/ReactiveUI.Uno.WinUI/ReactiveUI.Uno.WinUI.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSBuild.Sdk.Extras">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(UnoTargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
44
<PackageId>ReactiveUI.Uno.WinUI</PackageId>
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818
<ItemGroup>
1919
<PackageReference Include="Uno.WinUI" Version="5.3.144" />
20-
<PackageReference Include="ReactiveUI" Version="20.1.52" />
20+
<PackageReference Include="ReactiveUI" Version="20.1.63" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<Compile Include="..\ReactiveUI.Uno\Common\*.cs" LinkBase="Common\" />

Diff for: src/ReactiveUI.Uno.sln

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
3+
# 17
44
VisualStudioVersion = 17.0.31825.309
55
MinimumVisualStudioVersion = 16.0.31613.86
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BD9762CF-E104-481C-96A6-26E624B86283}"
@@ -9,7 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
..\.gitignore = ..\.gitignore
1010
Directory.build.props = Directory.build.props
1111
Directory.build.targets = Directory.build.targets
12-
global.json = global.json
1312
..\LICENSE = ..\LICENSE
1413
..\README.md = ..\README.md
1514
stylecop.json = stylecop.json

Diff for: src/ReactiveUI.Uno/ActivationForViewFetcher.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/ActivationHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/Common/AutoDataTemplateBindingHook.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/Common/BooleanToVisibilityHint.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/Common/BooleanToVisibilityTypeConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/Common/PlatformOperations.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/Common/ReactivePage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/Common/ReactiveUserControl.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/Common/RoutedViewHost.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/Common/ViewModelViewHost.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/ReactiveUI.Uno.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSBuild.Sdk.Extras">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(UnoTargetFrameworks)</TargetFrameworks>
44
<PackageId>ReactiveUI.Uno</PackageId>
@@ -7,6 +7,6 @@
77

88
<ItemGroup>
99
<PackageReference Include="Uno.UI" Version="5.3.144" />
10-
<PackageReference Include="ReactiveUI" Version="20.1.52" />
10+
<PackageReference Include="ReactiveUI" Version="20.1.63" />
1111
</ItemGroup>
1212
</Project>

Diff for: src/ReactiveUI.Uno/Registrations.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/TransitioningContentControl.Empty.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/ReactiveUI.Uno/WinRTAppDataDriver.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved.
1+
// Copyright (c) 2024 .NET Foundation and Contributors. All rights reserved.
22
// Licensed to the .NET Foundation under one or more agreements.
33
// The .NET Foundation licenses this file to you under the MIT license.
44
// See the LICENSE file in the project root for full license information.

Diff for: src/global.json

-5
This file was deleted.

Diff for: src/stylecop.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"documentPrivateFields": false,
1414
"documentationCulture": "en-US",
1515
"companyName": ".NET Foundation and Contributors",
16-
"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.",
16+
"copyrightText": "Copyright (c) 2024 {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.",
1717
"variables": {
1818
"licenseName": "MIT",
1919
"licenseFile": "LICENSE"

0 commit comments

Comments
 (0)