Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3acc88bb6 | ||
|
|
53288621e3 | ||
|
|
a1bae2bec5 | ||
|
|
8d3a9171a8 |
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://www.nuget.org/packages/StevanFreeborn.Results)
|
||||
[](https://www.nuget.org/packages/StevanFreeborn.Results)
|
||||
[](https://github.com/StevanFreeborn/stevanfreeborn.results/actions/workflows/ci.yaml)
|
||||
[](https://gitea.freeborn.cloud/Stevan/stevanfreeborn.results/actions?workflow=ci.yml)
|
||||
[](./LICENSE.md)
|
||||
|
||||
A minimalistic, AOT-compatible Result type library with support for custom error types, for railway-oriented programming and functional error handling in .NET.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PackageId>StevanFreeborn.Results</PackageId>
|
||||
<Version>0.0.1</Version>
|
||||
<Version>0.0.2</Version>
|
||||
<Authors>Stevan Freeborn</Authors>
|
||||
<Description>A minimalistic, AOT-compatible Result type library for railway-oriented programming and functional error handling.</Description>
|
||||
<PackageTags>result;railway;functional;error-handling;discriminated-union</PackageTags>
|
||||
@@ -16,7 +16,7 @@
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
<DebugType>embedded</DebugType>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
|
||||
|
||||
Reference in New Issue
Block a user