File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 44 <TargetFrameworks >net40;netstandard1.0;</TargetFrameworks >
55 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
66
7- <Version >1.3 .0</Version >
7+ <Version >1.4 .0</Version >
88 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1010 <Description >Pitcher is helper library to simplify throwing exceptions and make methods easier to inline by reducing code size.</Description >
1515 <PackageTags >exception throw helper</PackageTags >
1616 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1717 <PackageReleaseNotes >
18+ 1.4.0:
19+ - [Feature] Moved from SourceLink with embedded PDB to a .snupkg on NuGet.org for debugging (#3)
20+ - [Feature] Added overloads for Throw.ArgumentNull.WhenNull() for strings (#4)
1821 1.3.0:
1922 - [Feature] Added Throw.When(bool, Func< Exception> )
2023 1.2.0:
You can’t perform that action at this time.
0 commit comments