Skip to content

Commit 43ea19e

Browse files
committed
Bump version
1 parent 17b752d commit 43ea19e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/DotNext.Benchmarks/DotNext.Benchmarks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>DotNext</RootNamespace>
99
<StartupObject>DotNext.Program</StartupObject>
1010
<IsPackable>false</IsPackable>
11-
<Version>5.16.0</Version>
11+
<Version>5.16.1</Version>
1212
<Authors>.NET Foundation and Contributors</Authors>
1313
<Product>.NEXT Family of Libraries</Product>
1414
<Description>Various benchmarks demonstrating performance aspects of .NEXT extensions</Description>

src/DotNext.IO/DotNext.IO.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Authors>.NET Foundation and Contributors</Authors>
1212
<Company />
1313
<Product>.NEXT Family of Libraries</Product>
14-
<VersionPrefix>5.16.0</VersionPrefix>
14+
<VersionPrefix>5.16.1</VersionPrefix>
1515
<VersionSuffix></VersionSuffix>
1616
<AssemblyName>DotNext.IO</AssemblyName>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/DotNext.Metaprogramming/DotNext.Metaprogramming.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ImplicitUsings>true</ImplicitUsings>
99
<IsTrimmable>false</IsTrimmable>
1010
<Features>nullablePublicOnly</Features>
11-
<VersionPrefix>5.16.0</VersionPrefix>
11+
<VersionPrefix>5.16.1</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<Authors>.NET Foundation</Authors>
1414
<Product>.NEXT Family of Libraries</Product>

src/DotNext.Tests/DotNext.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>latest</LangVersion>
77
<ImplicitUsings>true</ImplicitUsings>
88
<EnableNETAnalyzers>false</EnableNETAnalyzers>
9-
<Version>5.16.0</Version>
9+
<Version>5.16.1</Version>
1010
<IsPackable>false</IsPackable>
1111
<Authors>.NET Foundation and Contributors</Authors>
1212
<Product>.NEXT Family of Libraries</Product>

src/DotNext.Threading/DotNext.Threading.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>true</ImplicitUsings>
88
<IsTrimmable>true</IsTrimmable>
99
<Features>nullablePublicOnly</Features>
10-
<VersionPrefix>5.16.0</VersionPrefix>
10+
<VersionPrefix>5.16.1</VersionPrefix>
1111
<VersionSuffix></VersionSuffix>
1212
<Authors>.NET Foundation and Contributors</Authors>
1313
<Product>.NEXT Family of Libraries</Product>

src/DotNext.Unsafe/DotNext.Unsafe.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>true</ImplicitUsings>
99
<IsTrimmable>true</IsTrimmable>
10-
<VersionPrefix>5.16.0</VersionPrefix>
10+
<VersionPrefix>5.16.1</VersionPrefix>
1111
<Features>nullablePublicOnly</Features>
1212
<VersionSuffix></VersionSuffix>
1313
<Authors>.NET Foundation and Contributors</Authors>

src/DotNext/DotNext.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Authors>.NET Foundation and Contributors</Authors>
1212
<Company />
1313
<Product>.NEXT Family of Libraries</Product>
14-
<VersionPrefix>5.16.0</VersionPrefix>
14+
<VersionPrefix>5.16.1</VersionPrefix>
1515
<VersionSuffix></VersionSuffix>
1616
<AssemblyName>DotNext</AssemblyName>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/cluster/DotNext.AspNetCore.Cluster/DotNext.AspNetCore.Cluster.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ImplicitUsings>true</ImplicitUsings>
99
<IsTrimmable>true</IsTrimmable>
1010
<Features>nullablePublicOnly</Features>
11-
<VersionPrefix>5.16.0</VersionPrefix>
11+
<VersionPrefix>5.16.1</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<Authors>.NET Foundation and Contributors</Authors>
1414
<Product>.NEXT Family of Libraries</Product>

src/cluster/DotNext.Net.Cluster/DotNext.Net.Cluster.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Nullable>enable</Nullable>
99
<IsTrimmable>true</IsTrimmable>
1010
<Features>nullablePublicOnly</Features>
11-
<VersionPrefix>5.16.0</VersionPrefix>
11+
<VersionPrefix>5.16.1</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<Authors>.NET Foundation and Contributors</Authors>
1414
<Product>.NEXT Family of Libraries</Product>

0 commit comments

Comments
 (0)