Skip to content

Commit 8ea50e1

Browse files
committed
[1.1.0|1.4.0|2.1.0] Updating versions for new release
1 parent 33bc34f commit 8ea50e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Ndjson.AsyncStreams.AspNetCore.Mvc.NewtonsoftJson/Ndjson.AsyncStreams.AspNetCore.Mvc.NewtonsoftJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Ndjson.AsyncStreams.AspNetCore.Mvc is a solution for working with asynchronous streaming data sources in ASP.NET Core MVC using NDJSON (Newline Delimited JSON). This implementation is based on Newtonsoft Json.NET serializer.</Description>
4-
<VersionPrefix>1.3.0</VersionPrefix>
4+
<VersionPrefix>1.4.0</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
77
<AssemblyTitle>Ndjson.AsyncStreams.AspNetCore.Mvc.NewtonsoftJson</AssemblyTitle>

src/Ndjson.AsyncStreams.AspNetCore.Mvc/Ndjson.AsyncStreams.AspNetCore.Mvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Ndjson.AsyncStreams.AspNetCore.Mvc is a solution for working with asynchronous streaming data sources in ASP.NET Core MVC using NDJSON (Newline Delimited JSON).</Description>
4-
<VersionPrefix>1.3.0</VersionPrefix>
4+
<VersionPrefix>1.4.0</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
77
<AssemblyTitle>Ndjson.AsyncStreams.AspNetCore.Mvc</AssemblyTitle>

src/Ndjson.AsyncStreams.AspNetCore/Ndjson.AsyncStreams.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Ndjson.AsyncStreams.AspNetCore is a solution for working with asynchronous streaming data sources in ASP.NET Core (Minimal APIs) using NDJSON (Newline Delimited JSON).</Description>
4-
<VersionPrefix>1.0.0</VersionPrefix>
4+
<VersionPrefix>1.1.0</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
<TargetFramework>net7.0</TargetFramework>
77
<AssemblyTitle>Ndjson.AsyncStreams.AspNetCore</AssemblyTitle>

src/Ndjson.AsyncStreams.Net.Http/Ndjson.AsyncStreams.Net.Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Ndjson.AsyncStreams.Net.Http is a solution for working with asynchronous streaming data sources in HttpClient using NDJSON (Newline Delimited JSON).</Description>
4-
<VersionPrefix>2.0.0</VersionPrefix>
4+
<VersionPrefix>2.1.0</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
<TargetFramework>net7.0</TargetFramework>
77
<AssemblyTitle>Ndjson.AsyncStreams.Net.Http</AssemblyTitle>

0 commit comments

Comments
 (0)