Skip to content

Commit dedcc67

Browse files
Release 0.1.0: update version from rc2 to final
Updated Wolfgang.Extensions.IAsyncEnumerable.csproj to set the project version to 0.1.0, marking the transition from release candidate (rc2) to the official final release.
1 parent 904cf57 commit dedcc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wolfgang.Extensions.IAsyncEnumerable/Wolfgang.Extensions.IAsyncEnumerable.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</TargetFrameworks>
1010
<LangVersion>14</LangVersion>
1111
<Nullable>enable</Nullable>
12-
<Version>0.1.0-rc2</Version>
12+
<Version>0.1.0</Version>
1313
<Title>$(AssemblyName)</Title>
1414
<Authors>Chris Wolfgang</Authors>
1515
<Description>A collection of extension methods for IAsyncEnumerable</Description>

0 commit comments

Comments
 (0)