Skip to content

Commit 7337762

Browse files
committed
Bump version
1 parent c136c1a commit 7337762

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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.12.0</VersionPrefix>
14+
<VersionPrefix>5.13.0</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.12.0</VersionPrefix>
11+
<VersionPrefix>5.13.0</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<Authors>.NET Foundation</Authors>
1414
<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.12.1</VersionPrefix>
10+
<VersionPrefix>5.13.0</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.12.0</VersionPrefix>
10+
<VersionPrefix>5.13.0</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.12.1</VersionPrefix>
14+
<VersionPrefix>5.13.0</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.12.0</VersionPrefix>
11+
<VersionPrefix>5.13.0</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.12.0</VersionPrefix>
11+
<VersionPrefix>5.13.0</VersionPrefix>
1212
<VersionSuffix></VersionSuffix>
1313
<Authors>.NET Foundation and Contributors</Authors>
1414
<Product>.NEXT Family of Libraries</Product>

0 commit comments

Comments
 (0)