File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
44 <id >Pitcher.Sources</id >
5- <version >1.1 .0</version >
5+ <version >1.2 .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 >
1212 <tags >exception throw helper</tags >
1313 <developmentDependency >true</developmentDependency >
1414 <releaseNotes >
15+ 1.2.0:
16+ - [Feature] Added Throw.When(bool, Func< Exception> )
1517 1.1.0:
1618 -[Fix] Removed expensive null check on arguments in Throw.This() and Throw.When()
1719 </releaseNotes >
Original file line number Diff line number Diff line change 44 <TargetFrameworks >net40;netstandard1.0;</TargetFrameworks >
55 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
66
7- <Version >1.2 .0</Version >
7+ <Version >1.3 .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 >
1313 <Company />
1414 <PackageProjectUrl >https://github.com/akamsteeg/Pitcher</PackageProjectUrl >
1515 <PackageTags >exception throw helper</PackageTags >
16- <PackageLicenseUrl >https://github.com/akamsteeg/Pitcher/blob/master/LICENSE</ PackageLicenseUrl >
16+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
1717 <PackageReleaseNotes >
18+ 1.3.0:
19+ - [Feature] Added Throw.When(bool, Func< Exception> )
1820 1.2.0:
1921 - [Feature] Enabled SourceLink support (#1)
2022 1.1.0:
3638 </ItemGroup >
3739
3840 <ItemGroup >
39- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02 " >
41+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05 " >
4042 <PrivateAssets >all</PrivateAssets >
4143 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
4244 </PackageReference >
You can’t perform that action at this time.
0 commit comments