Skip to content

Commit

Permalink
Release 1.0.2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrasekmichael committed Mar 21, 2024
1 parent 7a45efd commit 036ad09
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@

<Authors>Michael Škrášek</Authors>
<Copyright>Copyright Michael Škrášek</Copyright>
<Version>1.0.2</Version>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/RailwayResult.Errors/RailwayResult.Errors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<Title>Railway Result Errors</Title>
<Version>1.0.1</Version>
<PackageId>Skrasek.RailwayResult.Errors</PackageId>
<Description>Default errory types for Railway Result</Description>
<PackageTags>result;railway-result;result-pattern;error;c#</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<Title>Railway Oriented Extension Methods</Title>
<Version>1.0.1</Version>
<PackageId>Skrasek.RailwayResult.FunctionalExtensions</PackageId>
<Description>Functional extension methods for Railway Result leveraging railway-oriented programming</Description>
<PackageTags>result;railway-result;result-pattern;railway-oriented-programming;c#</PackageTags>
Expand Down
1 change: 0 additions & 1 deletion src/RailwayResult/RailwayResult.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<Title>Railway Result</Title>
<Version>1.0.1</Version>
<PackageId>Skrasek.RailwayResult</PackageId>
<Description>Simple extensible result pattern for .NET</Description>
<PackageTags>result;railway-result;result-pattern;c#</PackageTags>
Expand Down

0 comments on commit 036ad09

Please sign in to comment.