Skip to content

Commit 7a29bf4

Browse files
committed
Updated version to 2.1.1 and updated the release notes
1 parent 9423e6b commit 7a29bf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Pitcher/Pitcher.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -15,6 +15,8 @@
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)

0 commit comments

Comments
 (0)