Skip to content

Commit

Permalink
fixed and release 22
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfriend77 committed Jul 6, 2024
1 parent 9bb3774 commit 14862c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions Substrate.NetApi/Model/Types/Base/BaseEnumExt2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56995,20 +56995,6 @@ public void Create(T0 t, IType value2)
/// </summary>
public IType Value2 { get; set; }
}
/// <inheritdoc/>
public override string ToString() => JsonConvert.SerializeObject(Value);

/// <summary>
/// BaseEnumExt Enumeration Value
/// </summary>
[JsonConverter(typeof(StringEnumConverter))]
public T0 Value { get; set; }

/// <summary>
/// BaseEnumExt Type Value
/// </summary>
public IType Value2 { get; set; }
}
/// <inheritdoc/>
public class BaseEnumExt<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29, T30, T31, T32, T33, T34, T35, T36, T37, T38, T39, T40, T41, T42, T43, T44, T45, T46, T47, T48, T49, T50, T51, T52, T53, T54, T55, T56, T57, T58, T59, T60, T61, T62, T63, T64, T65, T66, T67, T68, T69, T70, T71, T72, T73, T74, T75, T76, T77, T78, T79, T80, T81, T82, T83, T84, T85, T86, T87, T88, T89, T90, T91, T92, T93, T94, T95, T96, T97, T98, T99, T100, T101, T102, T103, T104, T105, T106, T107, T108, T109, T110, T111, T112, T113, T114, T115, T116, T117, T118, T119, T120, T121, T122, T123, T124, T125, T126, T127, T128, T129, T130, T131, T132, T133, T134, T135, T136, T137, T138, T139, T140, T141, T142, T143, T144, T145, T146, T147, T148, T149, T150, T151, T152, T153, T154, T155, T156, T157, T158, T159, T160, T161, T162, T163, T164, T165, T166, T167, T168, T169, T170, T171, T172, T173, T174, T175, T176, T177, T178, T179, T180, T181, T182, T183, T184, T185, T186, T187, T188, T189, T190, T191, T192, T193, T194, T195, T196, T197, T198, T199, T200, T201, T202, T203, T204, T205, T206, T207, T208, T209, T210, T211, T212, T213, T214, T215, T216, T217, T218, T219, T220, T221, T222, T223, T224, T225, T226, T227, T228, T229, T230, T231, T232, T233, T234, T235, T236, T237, T238, T239, T240> : BaseEnumType
where T0 : Enum
Expand Down Expand Up @@ -57559,5 +57545,4 @@ public void Create(T0 t, IType value2)
/// </summary>
public IType Value2 { get; set; }
}

}
2 changes: 1 addition & 1 deletion Substrate.NetApi/Substrate.NetApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageId>Substrate.NET.API</PackageId>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<Version>0.9.22-rc2</Version>
<Version>0.9.22</Version>
<Company>Substrate Gaming</Company>
<Authors>Substrate Gaming</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit 14862c9

Please sign in to comment.