File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
66
7- <Version >2.1.0 </Version >
7+ <Version >2.1.1 </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+ 2.1.1:
19+ - [Feature] Enabled deterministic builds (#15)
1820 2.1.0:
1921 - [Feature] Use "is null" instead of "== null" for null checks (#10)
2022 - [Feature] Add Throw.ArgumentOutOfRange.WhenNegativeNumber() to throw an ArgumentOutOfRangeException when a number is less than zero (#11)
You can’t perform that action at this time.
0 commit comments