From 3abb634766dd7b8a8f97805862059772fa285c72 Mon Sep 17 00:00:00 2001 From: Matthew Layton Date: Thu, 13 Jun 2024 17:45:09 +0100 Subject: [PATCH] Fixed bug: `Optional.None` return type lowered from `None` to `Optional`. --- OnixLabs.Core/OnixLabs.Core.csproj | 4 ++-- OnixLabs.Core/Optional.cs | 2 +- OnixLabs.Numerics/OnixLabs.Numerics.csproj | 4 ++-- .../OnixLabs.Security.Cryptography.csproj | 4 ++-- OnixLabs.Security/OnixLabs.Security.csproj | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/OnixLabs.Core/OnixLabs.Core.csproj b/OnixLabs.Core/OnixLabs.Core.csproj index 4f065e7..ad0f1b2 100644 --- a/OnixLabs.Core/OnixLabs.Core.csproj +++ b/OnixLabs.Core/OnixLabs.Core.csproj @@ -7,11 +7,11 @@ OnixLabs.Core ONIXLabs ONIXLabs Core API for .NET - 8.10.0 + 8.10.1 en Copyright © ONIXLabs 2020 https://github.com/onix-labs/onixlabs-dotnet - 8.10.0 + 8.10.1 $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb diff --git a/OnixLabs.Core/Optional.cs b/OnixLabs.Core/Optional.cs index 58d132b..29b4fb9 100644 --- a/OnixLabs.Core/Optional.cs +++ b/OnixLabs.Core/Optional.cs @@ -26,7 +26,7 @@ public abstract class Optional : IValueEquatable> where T : notnu /// /// Gets a value indicating that the optional value is absent. /// - public static readonly None None = new(); + public static readonly Optional None = new None(); /// /// Initializes a new instance of the class. diff --git a/OnixLabs.Numerics/OnixLabs.Numerics.csproj b/OnixLabs.Numerics/OnixLabs.Numerics.csproj index a5b46fe..221090d 100644 --- a/OnixLabs.Numerics/OnixLabs.Numerics.csproj +++ b/OnixLabs.Numerics/OnixLabs.Numerics.csproj @@ -4,13 +4,13 @@ OnixLabs.Numerics ONIXLabs ONIXLabs Numerics API for .NET - 8.10.0 + 8.10.1 en enable true Copyright © ONIXLabs 2020 https://github.com/onix-labs/onixlabs-dotnet - 8.10.0 + 8.10.1 12 diff --git a/OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj b/OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj index 9e4bd67..ec07480 100644 --- a/OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj +++ b/OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj @@ -4,13 +4,13 @@ OnixLabs.Security.Cryptography ONIXLabs ONIXLabs Cryptography API for .NET - 8.10.0 + 8.10.1 en enable true Copyright © ONIXLabs 2020 https://github.com/onix-labs/onixlabs-dotnet - 8.10.0 + 8.10.1 12 diff --git a/OnixLabs.Security/OnixLabs.Security.csproj b/OnixLabs.Security/OnixLabs.Security.csproj index 3563b80..91356db 100644 --- a/OnixLabs.Security/OnixLabs.Security.csproj +++ b/OnixLabs.Security/OnixLabs.Security.csproj @@ -4,13 +4,13 @@ OnixLabs.Security ONIXLabs ONIXLabs Security API for .NET - 8.10.0 + 8.10.1 en enable true Copyright © ONIXLabs 2020 https://github.com/onix-labs/onixlabs-dotnet - 8.10.0 + 8.10.1 12