Skip to content

Commit

Permalink
Merge pull request #24 from codehardth/release-version-2.4.0
Browse files Browse the repository at this point in the history
Release version 2.4.0
  • Loading branch information
rungwiroon authored Jan 10, 2023
2 parents 0940844 + 3518e54 commit 22fd138
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<Description>A library contains common code related to functional programming in ASP.NET Core based on LanguageExt.</Description>
<PackageProjectUrl>https://github.com/codehardth/Codehard.Functional</PackageProjectUrl>
<RepositoryUrl>https://github.com/codehardth/Codehard.Functional</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<Description>A library contains common code for convert F# types to LanguageExt types.</Description>
<PackageProjectUrl>https://github.com/codehardth/Codehard.Functional</PackageProjectUrl>
<RepositoryUrl>https://github.com/codehardth/Codehard.Functional</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<Description>A library contains common code related to functional programming with logger based on LanguageExt.</Description>
<PackageProjectUrl>https://github.com/codehardth/Codehard.Functional</PackageProjectUrl>
<RepositoryUrl>https://github.com/codehardth/Codehard.Functional</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<Description>A library contains common code related to functional programming with MassTransit based on LanguageExt.</Description>
<PackageProjectUrl>https://github.com/codehardth/Codehard.Functional</PackageProjectUrl>
<RepositoryUrl>https://github.com/codehardth/Codehard.Functional</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Codehard.Functional/Codehard.Functional.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<Description>A library contains common code related to functional programming based on LanguageExt.</Description>
<PackageProjectUrl>https://github.com/codehardth/Codehard.Functional</PackageProjectUrl>
<RepositoryUrl>https://github.com/codehardth/Codehard.Functional</RepositoryUrl>
Expand Down

0 comments on commit 22fd138

Please sign in to comment.