Skip to content

Commit 906ab2c

Browse files
feature/collections (#78)
* Added pre-condition checks and requirements to support checking for Result and Optional types. * Re-added collection generation functions. * Version bumped to 9.2.0
1 parent 221a7e0 commit 906ab2c

File tree

4 files changed

+772
-3
lines changed

4 files changed

+772
-3
lines changed

Directory.Build.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>9.1.0</Version>
4-
<PackageVersion>9.1.0</PackageVersion>
5-
<AssemblyVersion>9.1.0</AssemblyVersion>
3+
<Version>9.2.0</Version>
4+
<PackageVersion>9.2.0</PackageVersion>
5+
<AssemblyVersion>9.2.0</AssemblyVersion>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)