Skip to content

Commit

Permalink
Increment dependent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Aug 24, 2024
1 parent 24e1ea6 commit 04a2ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>$(AssemblyTitle)</Title>
<Authors>Banane9</Authors>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Description>Adds an AsyncEnumerableBuilder to incrementally construct an async enumerable sequence out of building blocks.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/Banane9/EnumerableToolkit</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion EnumerableToolkit.Builder/EnumerableToolkit.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>$(AssemblyTitle)</Title>
<Authors>Banane9</Authors>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Description>Adds an EnumerableBuilder to incrementally construct an enumerable sequence out of building blocks.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/Banane9/EnumerableToolkit</PackageProjectUrl>
Expand Down

0 comments on commit 04a2ccf

Please sign in to comment.