Skip to content

Commit b4bfeff

Browse files
committed
Updated version to 1.1.0
1 parent 7a15796 commit b4bfeff

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/Pitcher.Benchmarks/Pitcher.Benchmarks.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
6+
<Version>1.1.0</Version>
7+
<PackageReleaseNotes>1.1.0:
8+
-[Fix] Removed expensive null check on arguments in Throw.This() and Throw.When()</PackageReleaseNotes>
69
</PropertyGroup>
710

811
<ItemGroup>

src/Pitcher.Sources/Pitcher.Sources.nuspec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Pitcher.Sources</id>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<authors>Alex Kamsteeg</authors>
77
<licenseUrl>https://github.com/akamsteeg/Pitcher/blob/master/LICENSE</licenseUrl>
88
<projectUrl>https://github.com/akamsteeg/Pitcher</projectUrl>
99
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1010
<description>Pitcher.Sources is helper library to simplify throwing exceptions and make methods easier to inline by reducing code size. It's a source package for Pitcher, directly adding the code to your library or application without introducing another dependency.</description>
1111
<language>en-US</language>
1212
<tags>exception throw helper</tags>
13-
<developmentDependency>true</developmentDependency>
13+
<developmentDependency>true</developmentDependency>
14+
<releaseNotes>
15+
1.1.0:
16+
-[Fix] Removed expensive null check on arguments in Throw.This() and Throw.When()
17+
</releaseNotes>
1418
</metadata>
1519
<files>
1620
<file src=".\Throw.cs.pp" target="content\Helpers\Throw.cs.pp" />

0 commit comments

Comments
 (0)