Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Wolfgang.TryPattern/Wolfgang.TryPattern.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net462;netstandard2.0;net8.0;net10.0</TargetFrameworks>
<LangVersion>14</LangVersion>
<Nullable>enable</Nullable>
<Version>0.3.1</Version>
<Version>0.3.2</Version>
Comment thread
Chris-Wolfgang marked this conversation as resolved.
<Title>$(AssemblyName)</Title>
<Authors>Chris Wolfgang</Authors>
<Description>A .NET library demonstrating the Try pattern for structured error handling and result types.</Description>
Expand Down
Loading