Skip to content

Commit 13ee1a9

Browse files
authored
Housekeeping Update Packages (#112)
Update Copyright Headers
1 parent f39978a commit 13ee1a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+78
-115
lines changed

.github/workflows/ci-build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
fetch-depth: 0
2323
lfs: true
2424

25-
- name: Install .NET 6
25+
- name: Install .NET
2626
uses: actions/[email protected]
2727
with:
28-
dotnet-version: 6.0.x
29-
include-prerelease: true
28+
dotnet-version: |
29+
6.0.x
30+
7.0.x
31+
8.0.x
3032
3133
- name: NBGV
3234
id: nbgv

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
fetch-depth: 0
2323
lfs: true
2424

25-
- name: Install .NET 6
25+
- name: Install .NET
2626
uses: actions/[email protected]
2727
with:
28-
dotnet-version: 6.0.x
29-
include-prerelease: true
28+
dotnet-version: |
29+
6.0.x
30+
7.0.x
31+
8.0.x
3032
3133
- name: NBGV
3234
id: nbgv

src/ReactiveMarbles.Mvvm.Benchmarks/Memory/DummyReactiveObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
1+
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
22
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for full license information.
44

src/ReactiveMarbles.Mvvm.Benchmarks/Memory/DummyRxObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
1+
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
22
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for full license information.
44

src/ReactiveMarbles.Mvvm.Benchmarks/Memory/ReactiveObjectMemoryBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
1+
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
22
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for full license information.
44

src/ReactiveMarbles.Mvvm.Benchmarks/Memory/RxObjectMemoryBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
1+
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
22
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for full license information.
44

src/ReactiveMarbles.Mvvm.Benchmarks/Performance/AsValuePerformanceBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
1+
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
22
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for full license information.
44

src/ReactiveMarbles.Mvvm.Benchmarks/Performance/ToPropertyPerformanceBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
1+
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
22
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for full license information.
44

src/ReactiveMarbles.Mvvm.Benchmarks/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
1+
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
22
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for full license information.
44

src/ReactiveMarbles.Mvvm.Tests/AsLazyValueExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2022 ReactiveUI Association Incorporated. All rights reserved.
1+
// Copyright (c) 2019-2024 ReactiveUI Association Incorporated. All rights reserved.
22
// ReactiveUI Association Incorporated licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for full license information.
44

0 commit comments

Comments
 (0)