We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80756b5 commit 9391b2dCopy full SHA for 9391b2d
Distribution.Stream/Distribution.Stream.csproj
@@ -9,7 +9,7 @@
9
<PropertyGroup>
10
<IsPackable>true</IsPackable>
11
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
12
- <Version>1.2.5</Version>
+ <Version>1.2.6</Version>
13
<Description>HTTP service with streaming and parallel execution.</Description>
14
<Authors>artemiusgreat</Authors>
15
<Copyright>indemos.com</Copyright>
Distribution.Stream/Models/ResponseModel.cs
@@ -2,7 +2,7 @@
2
3
namespace Distribution.Stream.Models
4
{
5
- public struct ResponseModel<T>
+ public class ResponseModel<T>
6
7
public T Data { get; set; }
8
public string Error { get; set; }
0 commit comments