From 14862c94b930ce5c4024d25f6ad796710d2a144f Mon Sep 17 00:00:00 2001 From: Cedric Decoster Date: Sat, 6 Jul 2024 16:01:01 +0200 Subject: [PATCH] fixed and release 22 --- Substrate.NetApi/Model/Types/Base/BaseEnumExt2.cs | 15 --------------- Substrate.NetApi/Substrate.NetApi.csproj | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/Substrate.NetApi/Model/Types/Base/BaseEnumExt2.cs b/Substrate.NetApi/Model/Types/Base/BaseEnumExt2.cs index 78cdab4..1dee48b 100644 --- a/Substrate.NetApi/Model/Types/Base/BaseEnumExt2.cs +++ b/Substrate.NetApi/Model/Types/Base/BaseEnumExt2.cs @@ -56995,20 +56995,6 @@ public void Create(T0 t, IType value2) /// public IType Value2 { get; set; } } - /// - public override string ToString() => JsonConvert.SerializeObject(Value); - - /// - /// BaseEnumExt Enumeration Value - /// - [JsonConverter(typeof(StringEnumConverter))] - public T0 Value { get; set; } - - /// - /// BaseEnumExt Type Value - /// - public IType Value2 { get; set; } - } /// public class BaseEnumExt : BaseEnumType where T0 : Enum @@ -57559,5 +57545,4 @@ public void Create(T0 t, IType value2) /// public IType Value2 { get; set; } } - } \ No newline at end of file diff --git a/Substrate.NetApi/Substrate.NetApi.csproj b/Substrate.NetApi/Substrate.NetApi.csproj index 14d3b68..ab1f873 100644 --- a/Substrate.NetApi/Substrate.NetApi.csproj +++ b/Substrate.NetApi/Substrate.NetApi.csproj @@ -3,7 +3,7 @@ Substrate.NET.API netstandard2.0;netstandard2.1;net6.0 - 0.9.22-rc2 + 0.9.22 Substrate Gaming Substrate Gaming true