Skip to content

Commit 9391b2d

Browse files
committed
Models
1 parent 80756b5 commit 9391b2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Distribution.Stream/Distribution.Stream.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup>
1010
<IsPackable>true</IsPackable>
1111
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
12-
<Version>1.2.5</Version>
12+
<Version>1.2.6</Version>
1313
<Description>HTTP service with streaming and parallel execution.</Description>
1414
<Authors>artemiusgreat</Authors>
1515
<Copyright>indemos.com</Copyright>

Distribution.Stream/Models/ResponseModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Distribution.Stream.Models
44
{
5-
public struct ResponseModel<T>
5+
public class ResponseModel<T>
66
{
77
public T Data { get; set; }
88
public string Error { get; set; }

0 commit comments

Comments
 (0)