Skip to content

Commit

Permalink
bump to v1.0.1 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista authored Sep 12, 2020
1 parent 655f30b commit 2d540ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/changelogs/v1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# v1.0.1

## Bugfixes
- The `Either<TLeft, TRight>` and `Result<TValue, TResult>` constructors no longer throw `ArgumentNullException`. This prevented them from working with nullable types.
6 changes: 3 additions & 3 deletions src/Recore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>7.3</LangVersion>
<RootNamespace>Recore</RootNamespace>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<Version>1.0.1</Version>
<GenerateDocumentation>true</GenerateDocumentation>
<DocumentationFile>bin/docs/Recore.xml</DocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 2d540ba

Please sign in to comment.