diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ed247b90..cb89c4d6 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -15,5 +15,6 @@ jobs: with: configuration: Release productNamespacePrefix: "Akavache" - useVisualStudioPreview: true + dotNetBuild: true + useVisualStudioPreview: false useMauiCheckDotNetTool: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7370fb8..573c3789 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,8 @@ jobs: with: configuration: Release productNamespacePrefix: "Akavache" - useVisualStudioPreview: true + dotNetBuild: true + useVisualStudioPreview: false useMauiCheckDotNetTool: false secrets: SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }} diff --git a/src/Akavache.Core/Akavache.Core.csproj b/src/Akavache.Core/Akavache.Core.csproj index 30f09533..0dba192a 100644 --- a/src/Akavache.Core/Akavache.Core.csproj +++ b/src/Akavache.Core/Akavache.Core.csproj @@ -1,4 +1,4 @@ - + $(AkavacheTargetFrameworks) Akavache.Core diff --git a/src/Akavache.Core/BlobCache/BlobCache.cs b/src/Akavache.Core/BlobCache/BlobCache.cs index 168ae51f..bc89e717 100644 --- a/src/Akavache.Core/BlobCache/BlobCache.cs +++ b/src/Akavache.Core/BlobCache/BlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BlobCache/CacheEntry.cs b/src/Akavache.Core/BlobCache/CacheEntry.cs index bdc23933..de0f98b9 100644 --- a/src/Akavache.Core/BlobCache/CacheEntry.cs +++ b/src/Akavache.Core/BlobCache/CacheEntry.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BlobCache/IBlobCache.cs b/src/Akavache.Core/BlobCache/IBlobCache.cs index c340833c..004dbf2e 100644 --- a/src/Akavache.Core/BlobCache/IBlobCache.cs +++ b/src/Akavache.Core/BlobCache/IBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BlobCache/IBulkBlobCache.cs b/src/Akavache.Core/BlobCache/IBulkBlobCache.cs index 1242608e..e2c4abe2 100644 --- a/src/Akavache.Core/BlobCache/IBulkBlobCache.cs +++ b/src/Akavache.Core/BlobCache/IBulkBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BlobCache/IObjectBlobCache.cs b/src/Akavache.Core/BlobCache/IObjectBlobCache.cs index d83d6044..c90d117f 100644 --- a/src/Akavache.Core/BlobCache/IObjectBlobCache.cs +++ b/src/Akavache.Core/BlobCache/IObjectBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BlobCache/IObjectBulkBlobCache.cs b/src/Akavache.Core/BlobCache/IObjectBulkBlobCache.cs index e172f1cb..8d0fc5a9 100644 --- a/src/Akavache.Core/BlobCache/IObjectBulkBlobCache.cs +++ b/src/Akavache.Core/BlobCache/IObjectBulkBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BlobCache/IObjectWrapper.cs b/src/Akavache.Core/BlobCache/IObjectWrapper.cs index fa8a4001..40636a71 100644 --- a/src/Akavache.Core/BlobCache/IObjectWrapper.cs +++ b/src/Akavache.Core/BlobCache/IObjectWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BlobCache/ISecureBlobCache.cs b/src/Akavache.Core/BlobCache/ISecureBlobCache.cs index 9a3b508c..6535c4bb 100644 --- a/src/Akavache.Core/BlobCache/ISecureBlobCache.cs +++ b/src/Akavache.Core/BlobCache/ISecureBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BlobCache/InMemoryBlobCache.cs b/src/Akavache.Core/BlobCache/InMemoryBlobCache.cs index 9c7dd27c..d37a5604 100644 --- a/src/Akavache.Core/BlobCache/InMemoryBlobCache.cs +++ b/src/Akavache.Core/BlobCache/InMemoryBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BlobCache/ObjectWrapper.cs b/src/Akavache.Core/BlobCache/ObjectWrapper.cs index 67894f12..cfc3d12c 100644 --- a/src/Akavache.Core/BlobCache/ObjectWrapper.cs +++ b/src/Akavache.Core/BlobCache/ObjectWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/BulkOperationsMixin.cs b/src/Akavache.Core/BulkOperationsMixin.cs index 5e3f20dd..cd9bb6fb 100644 --- a/src/Akavache.Core/BulkOperationsMixin.cs +++ b/src/Akavache.Core/BulkOperationsMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/DataProtectionScope.cs b/src/Akavache.Core/DataProtectionScope.cs index 29bc51d9..b66799e3 100644 --- a/src/Akavache.Core/DataProtectionScope.cs +++ b/src/Akavache.Core/DataProtectionScope.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/DependencyResolverMixin.cs b/src/Akavache.Core/DependencyResolverMixin.cs index 0de5a8e4..d7dbcf2d 100644 --- a/src/Akavache.Core/DependencyResolverMixin.cs +++ b/src/Akavache.Core/DependencyResolverMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/ExceptionHelper.cs b/src/Akavache.Core/ExceptionHelper.cs index 3aa9578b..3139ec82 100644 --- a/src/Akavache.Core/ExceptionHelper.cs +++ b/src/Akavache.Core/ExceptionHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/HttpMixinExtensions.cs b/src/Akavache.Core/HttpMixinExtensions.cs index 81c676ca..b00ef89c 100644 --- a/src/Akavache.Core/HttpMixinExtensions.cs +++ b/src/Akavache.Core/HttpMixinExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/IAkavacheHttpClientFactory.cs b/src/Akavache.Core/IAkavacheHttpClientFactory.cs index f001c37c..ad2efcaa 100644 --- a/src/Akavache.Core/IAkavacheHttpClientFactory.cs +++ b/src/Akavache.Core/IAkavacheHttpClientFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/IAkavacheHttpMixin.cs b/src/Akavache.Core/IAkavacheHttpMixin.cs index 2ae3976b..2f83f4b4 100644 --- a/src/Akavache.Core/IAkavacheHttpMixin.cs +++ b/src/Akavache.Core/IAkavacheHttpMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/IWantsToRegisterStuff.cs b/src/Akavache.Core/IWantsToRegisterStuff.cs index 46647e9b..7ff78701 100644 --- a/src/Akavache.Core/IWantsToRegisterStuff.cs +++ b/src/Akavache.Core/IWantsToRegisterStuff.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/IsExternalInit.cs b/src/Akavache.Core/IsExternalInit.cs index f37a2f14..793e71a6 100644 --- a/src/Akavache.Core/IsExternalInit.cs +++ b/src/Akavache.Core/IsExternalInit.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Json/JsonDateTimeContractResolver.cs b/src/Akavache.Core/Json/JsonDateTimeContractResolver.cs index 111fcf19..8dc3be55 100644 --- a/src/Akavache.Core/Json/JsonDateTimeContractResolver.cs +++ b/src/Akavache.Core/Json/JsonDateTimeContractResolver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Json/JsonDateTimeOffsetTickConverter.cs b/src/Akavache.Core/Json/JsonDateTimeOffsetTickConverter.cs index d60e35b7..e0f3a630 100644 --- a/src/Akavache.Core/Json/JsonDateTimeOffsetTickConverter.cs +++ b/src/Akavache.Core/Json/JsonDateTimeOffsetTickConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Json/JsonDateTimeTickConverter.cs b/src/Akavache.Core/Json/JsonDateTimeTickConverter.cs index 34ce0507..1cccb3e8 100644 --- a/src/Akavache.Core/Json/JsonDateTimeTickConverter.cs +++ b/src/Akavache.Core/Json/JsonDateTimeTickConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Json/JsonSerializationMixin.cs b/src/Akavache.Core/Json/JsonSerializationMixin.cs index c1406619..4210b949 100644 --- a/src/Akavache.Core/Json/JsonSerializationMixin.cs +++ b/src/Akavache.Core/Json/JsonSerializationMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/KeyedOperations/IKeyedOperationQueue.cs b/src/Akavache.Core/KeyedOperations/IKeyedOperationQueue.cs index 8ecf99d3..7c90dc04 100644 --- a/src/Akavache.Core/KeyedOperations/IKeyedOperationQueue.cs +++ b/src/Akavache.Core/KeyedOperations/IKeyedOperationQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/KeyedOperations/KeyedOperation.cs b/src/Akavache.Core/KeyedOperations/KeyedOperation.cs index 3e985053..8893c6c3 100644 --- a/src/Akavache.Core/KeyedOperations/KeyedOperation.cs +++ b/src/Akavache.Core/KeyedOperations/KeyedOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/KeyedOperations/KeyedOperationQueue.cs b/src/Akavache.Core/KeyedOperations/KeyedOperationQueue.cs index 592cc4f1..5c992acf 100644 --- a/src/Akavache.Core/KeyedOperations/KeyedOperationQueue.cs +++ b/src/Akavache.Core/KeyedOperations/KeyedOperationQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/LoginInfo.cs b/src/Akavache.Core/LoginInfo.cs index 65cca1c4..06aab192 100644 --- a/src/Akavache.Core/LoginInfo.cs +++ b/src/Akavache.Core/LoginInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/LoginMixin.cs b/src/Akavache.Core/LoginMixin.cs index 43f84161..a956c55a 100644 --- a/src/Akavache.Core/LoginMixin.cs +++ b/src/Akavache.Core/LoginMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/android/AndroidFilesystemProvider.cs b/src/Akavache.Core/Platforms/android/AndroidFilesystemProvider.cs index 8f31a7cc..3417cd08 100644 --- a/src/Akavache.Core/Platforms/android/AndroidFilesystemProvider.cs +++ b/src/Akavache.Core/Platforms/android/AndroidFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/apple-common/MacFilesystemProvider.cs b/src/Akavache.Core/Platforms/apple-common/MacFilesystemProvider.cs index 361a57fb..da3e93a6 100644 --- a/src/Akavache.Core/Platforms/apple-common/MacFilesystemProvider.cs +++ b/src/Akavache.Core/Platforms/apple-common/MacFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/shared-not-uwp/SimpleFilesystemProvider.cs b/src/Akavache.Core/Platforms/shared-not-uwp/SimpleFilesystemProvider.cs index 2c228ee5..107c5aac 100644 --- a/src/Akavache.Core/Platforms/shared-not-uwp/SimpleFilesystemProvider.cs +++ b/src/Akavache.Core/Platforms/shared-not-uwp/SimpleFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/shared/AkavacheHttpMixin.cs b/src/Akavache.Core/Platforms/shared/AkavacheHttpMixin.cs index 2a53c5ba..4074d62d 100644 --- a/src/Akavache.Core/Platforms/shared/AkavacheHttpMixin.cs +++ b/src/Akavache.Core/Platforms/shared/AkavacheHttpMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/shared/DefaultAkavacheHttpClientFactory.cs b/src/Akavache.Core/Platforms/shared/DefaultAkavacheHttpClientFactory.cs index e7e3efdc..0df0c13c 100644 --- a/src/Akavache.Core/Platforms/shared/DefaultAkavacheHttpClientFactory.cs +++ b/src/Akavache.Core/Platforms/shared/DefaultAkavacheHttpClientFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/shared/EncryptionProvider.cs b/src/Akavache.Core/Platforms/shared/EncryptionProvider.cs index aff5a62b..1ab5fb56 100644 --- a/src/Akavache.Core/Platforms/shared/EncryptionProvider.cs +++ b/src/Akavache.Core/Platforms/shared/EncryptionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/shared/MD5Managed.cs b/src/Akavache.Core/Platforms/shared/MD5Managed.cs index 3914bb2a..bb52e8a1 100644 --- a/src/Akavache.Core/Platforms/shared/MD5Managed.cs +++ b/src/Akavache.Core/Platforms/shared/MD5Managed.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/shared/Registrations.cs b/src/Akavache.Core/Platforms/shared/Registrations.cs index 08078d81..4ffb4a4a 100644 --- a/src/Akavache.Core/Platforms/shared/Registrations.cs +++ b/src/Akavache.Core/Platforms/shared/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/shared/StreamMixins.cs b/src/Akavache.Core/Platforms/shared/StreamMixins.cs index 05366eed..35c1e0f0 100644 --- a/src/Akavache.Core/Platforms/shared/StreamMixins.cs +++ b/src/Akavache.Core/Platforms/shared/StreamMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/shared/Utility.cs b/src/Akavache.Core/Platforms/shared/Utility.cs index 799e7bea..8b779121 100644 --- a/src/Akavache.Core/Platforms/shared/Utility.cs +++ b/src/Akavache.Core/Platforms/shared/Utility.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Platforms/xamarin-mobile/IsolatedStorageProvider.cs b/src/Akavache.Core/Platforms/xamarin-mobile/IsolatedStorageProvider.cs index 5e748a51..dff9e266 100644 --- a/src/Akavache.Core/Platforms/xamarin-mobile/IsolatedStorageProvider.cs +++ b/src/Akavache.Core/Platforms/xamarin-mobile/IsolatedStorageProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/PortableExtensions.cs b/src/Akavache.Core/PortableExtensions.cs index e3b63f91..6d07f317 100644 --- a/src/Akavache.Core/PortableExtensions.cs +++ b/src/Akavache.Core/PortableExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/PreserveAttribute.cs b/src/Akavache.Core/PreserveAttribute.cs index c1898ace..57733ec2 100644 --- a/src/Akavache.Core/PreserveAttribute.cs +++ b/src/Akavache.Core/PreserveAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Properties/AssemblyInfo.cs b/src/Akavache.Core/Properties/AssemblyInfo.cs index 26e7ebd7..f9f07049 100644 --- a/src/Akavache.Core/Properties/AssemblyInfo.cs +++ b/src/Akavache.Core/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/ProtectedData.cs b/src/Akavache.Core/ProtectedData.cs index deef6ae3..6884759d 100644 --- a/src/Akavache.Core/ProtectedData.cs +++ b/src/Akavache.Core/ProtectedData.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Providers/FileAccess.cs b/src/Akavache.Core/Providers/FileAccess.cs index 95830e95..18497a44 100644 --- a/src/Akavache.Core/Providers/FileAccess.cs +++ b/src/Akavache.Core/Providers/FileAccess.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Providers/FileMode.cs b/src/Akavache.Core/Providers/FileMode.cs index e0bd308a..6a1b5d30 100644 --- a/src/Akavache.Core/Providers/FileMode.cs +++ b/src/Akavache.Core/Providers/FileMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Providers/FileShare.cs b/src/Akavache.Core/Providers/FileShare.cs index f06c5690..f70b212a 100644 --- a/src/Akavache.Core/Providers/FileShare.cs +++ b/src/Akavache.Core/Providers/FileShare.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Providers/IEncryptionProvider.cs b/src/Akavache.Core/Providers/IEncryptionProvider.cs index d4d0f29c..c12290bc 100644 --- a/src/Akavache.Core/Providers/IEncryptionProvider.cs +++ b/src/Akavache.Core/Providers/IEncryptionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/Providers/IFilesystemProvider.cs b/src/Akavache.Core/Providers/IFilesystemProvider.cs index eceb4167..d2847273 100644 --- a/src/Akavache.Core/Providers/IFilesystemProvider.cs +++ b/src/Akavache.Core/Providers/IFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Core/RelativeTimeMixin.cs b/src/Akavache.Core/RelativeTimeMixin.cs index 0430f09a..09278f48 100644 --- a/src/Akavache.Core/RelativeTimeMixin.cs +++ b/src/Akavache.Core/RelativeTimeMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Drawing/Akavache.Drawing.csproj b/src/Akavache.Drawing/Akavache.Drawing.csproj index 46bd9791..5eb877f8 100644 --- a/src/Akavache.Drawing/Akavache.Drawing.csproj +++ b/src/Akavache.Drawing/Akavache.Drawing.csproj @@ -1,4 +1,4 @@ - + $(AkavacheTargetFrameworks) Akavache.Drawing diff --git a/src/Akavache.Drawing/BitmapImageMixin.cs b/src/Akavache.Drawing/BitmapImageMixin.cs index 2d911c5f..ae453914 100644 --- a/src/Akavache.Drawing/BitmapImageMixin.cs +++ b/src/Akavache.Drawing/BitmapImageMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Drawing/Registrations.cs b/src/Akavache.Drawing/Registrations.cs index 559312b5..44880ce9 100644 --- a/src/Akavache.Drawing/Registrations.cs +++ b/src/Akavache.Drawing/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Mobile/Akavache.Mobile.csproj b/src/Akavache.Mobile/Akavache.Mobile.csproj index e1d534dc..0e8dc5c6 100644 --- a/src/Akavache.Mobile/Akavache.Mobile.csproj +++ b/src/Akavache.Mobile/Akavache.Mobile.csproj @@ -1,4 +1,4 @@ - + $(AkavacheTargetFrameworks) diff --git a/src/Akavache.Mobile/AkavacheDriver.cs b/src/Akavache.Mobile/AkavacheDriver.cs index 3dbabb70..fcaf5c83 100644 --- a/src/Akavache.Mobile/AkavacheDriver.cs +++ b/src/Akavache.Mobile/AkavacheDriver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Mobile/Registrations.cs b/src/Akavache.Mobile/Registrations.cs index 2a926a64..d39df479 100644 --- a/src/Akavache.Mobile/Registrations.cs +++ b/src/Akavache.Mobile/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Akavache.Sqlite3.csproj b/src/Akavache.Sqlite3/Akavache.Sqlite3.csproj index fc2857a1..a801403a 100644 --- a/src/Akavache.Sqlite3/Akavache.Sqlite3.csproj +++ b/src/Akavache.Sqlite3/Akavache.Sqlite3.csproj @@ -1,4 +1,4 @@ - + $(AkavacheTargetFrameworks) diff --git a/src/Akavache.Sqlite3/AsyncLock.cs b/src/Akavache.Sqlite3/AsyncLock.cs index 39a11657..9fd0e1eb 100644 --- a/src/Akavache.Sqlite3/AsyncLock.cs +++ b/src/Akavache.Sqlite3/AsyncLock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/EnumerableEx.cs b/src/Akavache.Sqlite3/EnumerableEx.cs index 162363a4..427a25c0 100644 --- a/src/Akavache.Sqlite3/EnumerableEx.cs +++ b/src/Akavache.Sqlite3/EnumerableEx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/IsExternalInit.cs b/src/Akavache.Sqlite3/IsExternalInit.cs index f37a2f14..793e71a6 100644 --- a/src/Akavache.Sqlite3/IsExternalInit.cs +++ b/src/Akavache.Sqlite3/IsExternalInit.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/BeginTransactionSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BeginTransactionSqliteOperation.cs index abbe08fd..b14b8fd9 100644 --- a/src/Akavache.Sqlite3/Operations/BeginTransactionSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BeginTransactionSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/BulkInsertSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkInsertSqliteOperation.cs index 91124b28..42da3b11 100644 --- a/src/Akavache.Sqlite3/Operations/BulkInsertSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkInsertSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/BulkInvalidateByTypeSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkInvalidateByTypeSqliteOperation.cs index fc9e0e38..9a91e241 100644 --- a/src/Akavache.Sqlite3/Operations/BulkInvalidateByTypeSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkInvalidateByTypeSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/BulkInvalidateSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkInvalidateSqliteOperation.cs index d57c8361..1e3519b2 100644 --- a/src/Akavache.Sqlite3/Operations/BulkInvalidateSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkInvalidateSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/BulkSelectByTypeSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkSelectByTypeSqliteOperation.cs index 3283cfca..d0d7c696 100644 --- a/src/Akavache.Sqlite3/Operations/BulkSelectByTypeSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkSelectByTypeSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/BulkSelectSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkSelectSqliteOperation.cs index befd4fd4..c9ecfae3 100644 --- a/src/Akavache.Sqlite3/Operations/BulkSelectSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkSelectSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/CommitTransactionSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/CommitTransactionSqliteOperation.cs index 2df2abb1..376c9ef9 100644 --- a/src/Akavache.Sqlite3/Operations/CommitTransactionSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/CommitTransactionSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/Constants.cs b/src/Akavache.Sqlite3/Operations/Constants.cs index 5cf90199..3ccc324b 100644 --- a/src/Akavache.Sqlite3/Operations/Constants.cs +++ b/src/Akavache.Sqlite3/Operations/Constants.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/DeleteExpiredSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/DeleteExpiredSqliteOperation.cs index 5564ea4d..7328c860 100644 --- a/src/Akavache.Sqlite3/Operations/DeleteExpiredSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/DeleteExpiredSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/GetKeysSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/GetKeysSqliteOperation.cs index f775d4bb..75cfdc50 100644 --- a/src/Akavache.Sqlite3/Operations/GetKeysSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/GetKeysSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/IPreparedSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/IPreparedSqliteOperation.cs index 59562b86..1c341494 100644 --- a/src/Akavache.Sqlite3/Operations/IPreparedSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/IPreparedSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/InvalidateAllSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/InvalidateAllSqliteOperation.cs index 689ea575..7f059d6c 100644 --- a/src/Akavache.Sqlite3/Operations/InvalidateAllSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/InvalidateAllSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/OperationType.cs b/src/Akavache.Sqlite3/Operations/OperationType.cs index 3f13ba46..999183f4 100644 --- a/src/Akavache.Sqlite3/Operations/OperationType.cs +++ b/src/Akavache.Sqlite3/Operations/OperationType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/SqliteOperationMixin.cs b/src/Akavache.Sqlite3/Operations/SqliteOperationMixin.cs index 7b2d6eb3..adbff686 100644 --- a/src/Akavache.Sqlite3/Operations/SqliteOperationMixin.cs +++ b/src/Akavache.Sqlite3/Operations/SqliteOperationMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Operations/VacuumSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/VacuumSqliteOperation.cs index 5aa98f77..032247d7 100644 --- a/src/Akavache.Sqlite3/Operations/VacuumSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/VacuumSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Properties/AssemblyInfo.cs b/src/Akavache.Sqlite3/Properties/AssemblyInfo.cs index 5f67cc44..d188437c 100644 --- a/src/Akavache.Sqlite3/Properties/AssemblyInfo.cs +++ b/src/Akavache.Sqlite3/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Queues/OperationQueue.cs b/src/Akavache.Sqlite3/Queues/OperationQueue.cs index f1cb16b6..5ebb5b36 100644 --- a/src/Akavache.Sqlite3/Queues/OperationQueue.cs +++ b/src/Akavache.Sqlite3/Queues/OperationQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Queues/OperationQueueCoalescing.cs b/src/Akavache.Sqlite3/Queues/OperationQueueCoalescing.cs index 396f5504..b6178990 100644 --- a/src/Akavache.Sqlite3/Queues/OperationQueueCoalescing.cs +++ b/src/Akavache.Sqlite3/Queues/OperationQueueCoalescing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Queues/OperationQueueItem.cs b/src/Akavache.Sqlite3/Queues/OperationQueueItem.cs index f20c79f7..e3e2c9b4 100644 --- a/src/Akavache.Sqlite3/Queues/OperationQueueItem.cs +++ b/src/Akavache.Sqlite3/Queues/OperationQueueItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/Registrations.cs b/src/Akavache.Sqlite3/Registrations.cs index d469a9e8..b5bd4e1e 100644 --- a/src/Akavache.Sqlite3/Registrations.cs +++ b/src/Akavache.Sqlite3/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/SqlLiteCache/CacheElement.cs b/src/Akavache.Sqlite3/SqlLiteCache/CacheElement.cs index c7255a6c..a7af1de4 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/CacheElement.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/CacheElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/SqlLiteCache/IObjectWrapper.cs b/src/Akavache.Sqlite3/SqlLiteCache/IObjectWrapper.cs index 09b8589a..ddd9f88e 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/IObjectWrapper.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/IObjectWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/SqlLiteCache/ObjectWrapper.cs b/src/Akavache.Sqlite3/SqlLiteCache/ObjectWrapper.cs index 349f4c74..5f2561c9 100755 --- a/src/Akavache.Sqlite3/SqlLiteCache/ObjectWrapper.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/ObjectWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/SqlLiteCache/SQLiteEncryptedBlobCache.cs b/src/Akavache.Sqlite3/SqlLiteCache/SQLiteEncryptedBlobCache.cs index f21ef283..d4501372 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/SQLiteEncryptedBlobCache.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/SQLiteEncryptedBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/SqlLiteCache/SchemaInfo.cs b/src/Akavache.Sqlite3/SqlLiteCache/SchemaInfo.cs index b5fd44cc..acf85143 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/SchemaInfo.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/SchemaInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/SqlLiteCache/SqlLite.cs b/src/Akavache.Sqlite3/SqlLiteCache/SqlLite.cs index 3ff59380..35085e6d 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/SqlLite.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/SqlLite.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Sqlite3/SqlLiteCache/SqlRawPersistentBlobCache.cs b/src/Akavache.Sqlite3/SqlLiteCache/SqlRawPersistentBlobCache.cs index 4a065966..cc7968b3 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/SqlRawPersistentBlobCache.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/SqlRawPersistentBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/API/ApiApprovalTests.cs b/src/Akavache.Tests/API/ApiApprovalTests.cs index 23c2857b..3f34f3cc 100644 --- a/src/Akavache.Tests/API/ApiApprovalTests.cs +++ b/src/Akavache.Tests/API/ApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/API/ApiExtensions.cs b/src/Akavache.Tests/API/ApiExtensions.cs index 7978fcb2..6167d074 100644 --- a/src/Akavache.Tests/API/ApiExtensions.cs +++ b/src/Akavache.Tests/API/ApiExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Akavache.Tests.csproj b/src/Akavache.Tests/Akavache.Tests.csproj index 43e66a6a..8929a920 100644 --- a/src/Akavache.Tests/Akavache.Tests.csproj +++ b/src/Akavache.Tests/Akavache.Tests.csproj @@ -1,4 +1,4 @@ - + net48;net6.0 @@ -14,9 +14,9 @@ - - - + + + diff --git a/src/Akavache.Tests/AsyncLockTests.cs b/src/Akavache.Tests/AsyncLockTests.cs index 5c43484e..1a62da2e 100644 --- a/src/Akavache.Tests/AsyncLockTests.cs +++ b/src/Akavache.Tests/AsyncLockTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/BasicEncryptionTests.cs b/src/Akavache.Tests/BasicEncryptionTests.cs index eb476dc0..446d22ec 100644 --- a/src/Akavache.Tests/BasicEncryptionTests.cs +++ b/src/Akavache.Tests/BasicEncryptionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/BlockingDispose/BlockingDisposeBulkCache.cs b/src/Akavache.Tests/BlockingDispose/BlockingDisposeBulkCache.cs index 3356a981..0a555c90 100644 --- a/src/Akavache.Tests/BlockingDispose/BlockingDisposeBulkCache.cs +++ b/src/Akavache.Tests/BlockingDispose/BlockingDisposeBulkCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/BlockingDispose/BlockingDisposeCache.cs b/src/Akavache.Tests/BlockingDispose/BlockingDisposeCache.cs index 6da56bd2..831ca25f 100644 --- a/src/Akavache.Tests/BlockingDispose/BlockingDisposeCache.cs +++ b/src/Akavache.Tests/BlockingDispose/BlockingDisposeCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/BlockingDispose/BlockingDisposeObjectCache.cs b/src/Akavache.Tests/BlockingDispose/BlockingDisposeObjectCache.cs index 9758491d..401f50c3 100644 --- a/src/Akavache.Tests/BlockingDispose/BlockingDisposeObjectCache.cs +++ b/src/Akavache.Tests/BlockingDispose/BlockingDisposeObjectCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/CoalescerTests.cs b/src/Akavache.Tests/CoalescerTests.cs index 8721590d..ec96a781 100644 --- a/src/Akavache.Tests/CoalescerTests.cs +++ b/src/Akavache.Tests/CoalescerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/DateTimeResolverTests.cs b/src/Akavache.Tests/DateTimeResolverTests.cs index 29acbb76..df82c4c7 100644 --- a/src/Akavache.Tests/DateTimeResolverTests.cs +++ b/src/Akavache.Tests/DateTimeResolverTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/EncryptedSqliteBlobBulkExtensionsTest.cs b/src/Akavache.Tests/EncryptedSqliteBlobBulkExtensionsTest.cs index d9ecfb04..dde83167 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobBulkExtensionsTest.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobBulkExtensionsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/EncryptedSqliteBlobCacheBulkOperationsTests.cs b/src/Akavache.Tests/EncryptedSqliteBlobCacheBulkOperationsTests.cs index d885f22e..60eb4b53 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobCacheBulkOperationsTests.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobCacheBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/EncryptedSqliteBlobCacheDateTimeTests.cs b/src/Akavache.Tests/EncryptedSqliteBlobCacheDateTimeTests.cs index d4c2024f..92472c4f 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobCacheDateTimeTests.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobCacheDateTimeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/EncryptedSqliteBlobCacheExtensionsFixture.cs b/src/Akavache.Tests/EncryptedSqliteBlobCacheExtensionsFixture.cs index f81c514c..a7f02b32 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobCacheExtensionsFixture.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobCacheExtensionsFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/EncryptedSqliteBlobCacheObjectBulkOperationsTests.cs b/src/Akavache.Tests/EncryptedSqliteBlobCacheObjectBulkOperationsTests.cs index e8fcbfaf..ee28ce04 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobCacheObjectBulkOperationsTests.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobCacheObjectBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Fixtures/DummyRoutedViewModel.cs b/src/Akavache.Tests/Fixtures/DummyRoutedViewModel.cs index 9e834c37..e12258cc 100644 --- a/src/Akavache.Tests/Fixtures/DummyRoutedViewModel.cs +++ b/src/Akavache.Tests/Fixtures/DummyRoutedViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionContractResolver.cs b/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionContractResolver.cs index 888bc892..0199898a 100644 --- a/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionContractResolver.cs +++ b/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionContractResolver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionJsonConverter.cs b/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionJsonConverter.cs index 6325e181..d7aa93c3 100644 --- a/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionJsonConverter.cs +++ b/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionJsonConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Fixtures/ServiceProvider.cs b/src/Akavache.Tests/Fixtures/ServiceProvider.cs index 804beae6..323af645 100644 --- a/src/Akavache.Tests/Fixtures/ServiceProvider.cs +++ b/src/Akavache.Tests/Fixtures/ServiceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Fixtures/TestObjectDateTime.cs b/src/Akavache.Tests/Fixtures/TestObjectDateTime.cs index 9a3e0374..80da9265 100644 --- a/src/Akavache.Tests/Fixtures/TestObjectDateTime.cs +++ b/src/Akavache.Tests/Fixtures/TestObjectDateTime.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Fixtures/TestObjectDateTimeOffset.cs b/src/Akavache.Tests/Fixtures/TestObjectDateTimeOffset.cs index 45194064..1d3f1d13 100644 --- a/src/Akavache.Tests/Fixtures/TestObjectDateTimeOffset.cs +++ b/src/Akavache.Tests/Fixtures/TestObjectDateTimeOffset.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Fixtures/UserModel.cs b/src/Akavache.Tests/Fixtures/UserModel.cs index cd1dcdac..5f68f898 100644 --- a/src/Akavache.Tests/Fixtures/UserModel.cs +++ b/src/Akavache.Tests/Fixtures/UserModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Fixtures/UserObject.cs b/src/Akavache.Tests/Fixtures/UserObject.cs index 38385b1c..330d766b 100644 --- a/src/Akavache.Tests/Fixtures/UserObject.cs +++ b/src/Akavache.Tests/Fixtures/UserObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Helpers/IntegrationTestHelper.cs b/src/Akavache.Tests/Helpers/IntegrationTestHelper.cs index aacf9144..74b6ed67 100644 --- a/src/Akavache.Tests/Helpers/IntegrationTestHelper.cs +++ b/src/Akavache.Tests/Helpers/IntegrationTestHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Helpers/Utility.cs b/src/Akavache.Tests/Helpers/Utility.cs index bc45ca70..b967f4b3 100644 --- a/src/Akavache.Tests/Helpers/Utility.cs +++ b/src/Akavache.Tests/Helpers/Utility.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/InMemoryBlobCacheBulkOperationsTests.cs b/src/Akavache.Tests/InMemoryBlobCacheBulkOperationsTests.cs index 711650f8..5bfe3a61 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheBulkOperationsTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/InMemoryBlobCacheDateTimeTests.cs b/src/Akavache.Tests/InMemoryBlobCacheDateTimeTests.cs index e01dd1e9..5f113223 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheDateTimeTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheDateTimeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/InMemoryBlobCacheInterfaceTests.cs b/src/Akavache.Tests/InMemoryBlobCacheInterfaceTests.cs index dd0222ac..cef76a35 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheInterfaceTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheInterfaceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/InMemoryBlobCacheObjectBulkOperationsTests.cs b/src/Akavache.Tests/InMemoryBlobCacheObjectBulkOperationsTests.cs index 5efc01ae..8bbc3425 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheObjectBulkOperationsTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheObjectBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/InMemoryBlobCacheTests.cs b/src/Akavache.Tests/InMemoryBlobCacheTests.cs index 66c8ad45..20a007ed 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Performance/PerfHelper.cs b/src/Akavache.Tests/Performance/PerfHelper.cs index e337570e..cc8ecdb5 100644 --- a/src/Akavache.Tests/Performance/PerfHelper.cs +++ b/src/Akavache.Tests/Performance/PerfHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Performance/ReadTests.cs b/src/Akavache.Tests/Performance/ReadTests.cs index 23583680..4e9145d8 100644 --- a/src/Akavache.Tests/Performance/ReadTests.cs +++ b/src/Akavache.Tests/Performance/ReadTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Performance/Sqlite3ReadTests.cs b/src/Akavache.Tests/Performance/Sqlite3ReadTests.cs index 13a74189..6beee8f2 100644 --- a/src/Akavache.Tests/Performance/Sqlite3ReadTests.cs +++ b/src/Akavache.Tests/Performance/Sqlite3ReadTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Performance/Sqlite3WriteTests.cs b/src/Akavache.Tests/Performance/Sqlite3WriteTests.cs index 9eba8d70..c53bf105 100644 --- a/src/Akavache.Tests/Performance/Sqlite3WriteTests.cs +++ b/src/Akavache.Tests/Performance/Sqlite3WriteTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/Performance/WriteTests.cs b/src/Akavache.Tests/Performance/WriteTests.cs index 0ee23e3c..814a1b9e 100644 --- a/src/Akavache.Tests/Performance/WriteTests.cs +++ b/src/Akavache.Tests/Performance/WriteTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/SqliteBlobCacheBulkExtensionsTest.cs b/src/Akavache.Tests/SqliteBlobCacheBulkExtensionsTest.cs index 036a931a..81102031 100644 --- a/src/Akavache.Tests/SqliteBlobCacheBulkExtensionsTest.cs +++ b/src/Akavache.Tests/SqliteBlobCacheBulkExtensionsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/SqliteBlobCacheBulkOperationsTests.cs b/src/Akavache.Tests/SqliteBlobCacheBulkOperationsTests.cs index 7985862e..d3d741a5 100644 --- a/src/Akavache.Tests/SqliteBlobCacheBulkOperationsTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/SqliteBlobCacheDateTimeTests.cs b/src/Akavache.Tests/SqliteBlobCacheDateTimeTests.cs index 2dc40a4e..196f6e8e 100644 --- a/src/Akavache.Tests/SqliteBlobCacheDateTimeTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheDateTimeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/SqliteBlobCacheExtensionsTests.cs b/src/Akavache.Tests/SqliteBlobCacheExtensionsTests.cs index ea402b32..36eca35b 100644 --- a/src/Akavache.Tests/SqliteBlobCacheExtensionsTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/SqliteBlobCacheInterfaceTests.cs b/src/Akavache.Tests/SqliteBlobCacheInterfaceTests.cs index 5871ce38..899318d1 100644 --- a/src/Akavache.Tests/SqliteBlobCacheInterfaceTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheInterfaceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/SqliteBlobCacheObjectBulkOperationsTests.cs b/src/Akavache.Tests/SqliteBlobCacheObjectBulkOperationsTests.cs index a30f63ac..35e21acd 100644 --- a/src/Akavache.Tests/SqliteBlobCacheObjectBulkOperationsTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheObjectBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/TestBases/BlobCacheExtensionsTestBase.cs b/src/Akavache.Tests/TestBases/BlobCacheExtensionsTestBase.cs index 0acfede5..0aaf60bf 100644 --- a/src/Akavache.Tests/TestBases/BlobCacheExtensionsTestBase.cs +++ b/src/Akavache.Tests/TestBases/BlobCacheExtensionsTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs b/src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs index 6e85063a..b533e14c 100644 --- a/src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs +++ b/src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/TestBases/BulkOperationsTestBase.cs b/src/Akavache.Tests/TestBases/BulkOperationsTestBase.cs index 7e7abec1..0a671e2a 100644 --- a/src/Akavache.Tests/TestBases/BulkOperationsTestBase.cs +++ b/src/Akavache.Tests/TestBases/BulkOperationsTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/TestBases/DateTimeTestBase.cs b/src/Akavache.Tests/TestBases/DateTimeTestBase.cs index 8453441a..0a6063d5 100644 --- a/src/Akavache.Tests/TestBases/DateTimeTestBase.cs +++ b/src/Akavache.Tests/TestBases/DateTimeTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/TestBases/ObjectBulkOperationsTestBase.cs b/src/Akavache.Tests/TestBases/ObjectBulkOperationsTestBase.cs index 4bc09130..8d8477d4 100644 --- a/src/Akavache.Tests/TestBases/ObjectBulkOperationsTestBase.cs +++ b/src/Akavache.Tests/TestBases/ObjectBulkOperationsTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache.Tests/UtilityTests.cs b/src/Akavache.Tests/UtilityTests.cs index f10b3fc3..6b139856 100644 --- a/src/Akavache.Tests/UtilityTests.cs +++ b/src/Akavache.Tests/UtilityTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache/Akavache.csproj b/src/Akavache/Akavache.csproj index 30bde2b2..f0a99ea0 100644 --- a/src/Akavache/Akavache.csproj +++ b/src/Akavache/Akavache.csproj @@ -1,4 +1,4 @@ - + $(AkavacheTargetFrameworks) diff --git a/src/Akavache/LinkerPreserve.cs b/src/Akavache/LinkerPreserve.cs index 8ab0f7b9..c2f492c0 100644 --- a/src/Akavache/LinkerPreserve.cs +++ b/src/Akavache/LinkerPreserve.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache/Properties/AssemblyInfo.cs b/src/Akavache/Properties/AssemblyInfo.cs index 40ea939b..e1d5c9cf 100644 --- a/src/Akavache/Properties/AssemblyInfo.cs +++ b/src/Akavache/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache/Registrations.cs b/src/Akavache/Registrations.cs index 7c9d6a04..4323ec1b 100644 --- a/src/Akavache/Registrations.cs +++ b/src/Akavache/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Akavache/SQLitePersistentBlobCache.cs b/src/Akavache/SQLitePersistentBlobCache.cs index 9b772132..416f0606 100644 --- a/src/Akavache/SQLitePersistentBlobCache.cs +++ b/src/Akavache/SQLitePersistentBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2024 .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/Directory.build.props b/src/Directory.build.props index 733eb2e0..2691139d 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -27,7 +27,7 @@ enable preview IDE1006;SA1313;SA1010 - netstandard2.0;netstandard2.1;Xamarin.iOS10;Xamarin.Mac20;Xamarin.TVOS10;MonoAndroid13.0;tizen40;net6.0;net7.0;net7.0-android;net7.0-ios;net7.0-tvos;net7.0-macos;net7.0-maccatalyst;net8.0;net8.0-android;net8.0-ios;net8.0-tvos;net8.0-macos;net8.0-maccatalyst + netstandard2.0;netstandard2.1;net6.0;net7.0;net7.0-android;net7.0-ios;net7.0-tvos;net7.0-macos;net7.0-maccatalyst;net8.0;net8.0-android;net8.0-ios;net8.0-tvos;net8.0-macos;net8.0-maccatalyst diff --git a/src/global.json b/src/global.json index ad59ca8f..4c312814 100644 --- a/src/global.json +++ b/src/global.json @@ -1,9 +1,6 @@ { "sdk": { - "version": "8.0.101", + "version": "8.0.10", "rollForward": "latestMinor" - }, - "msbuild-sdks": { - "MSBuild.Sdk.Extras": "3.0.44" } } diff --git a/src/stylecop.json b/src/stylecop.json index 670ff304..919ac82b 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) 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.", + "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.", "variables": { "licenseName": "MIT", "licenseFile": "LICENSE" diff --git a/version.json b/version.json index 4d01fff3..eb08515d 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "9.2", + "version": "10.0", "publicReleaseRefSpec": [ "^refs/heads/main$", // we release out of master "^refs/heads/develop$", // we release out of develop