Skip to content

Commit 5e0c995

Browse files
committed
Updated version to 1.3.0 for Pitcher and 1.2.0 for Pitcher.Sources
1 parent 7d12bff commit 5e0c995

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/Pitcher.Sources/Pitcher.Sources.nuspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -12,6 +12,8 @@
1212
<tags>exception throw helper</tags>
1313
<developmentDependency>true</developmentDependency>
1414
<releaseNotes>
15+
1.2.0:
16+
- [Feature] Added Throw.When(bool, Func&lt;Exception&gt;)
1517
1.1.0:
1618
-[Fix] Removed expensive null check on arguments in Throw.This() and Throw.When()
1719
</releaseNotes>

src/Pitcher/Pitcher.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -13,8 +13,10 @@
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&lt;Exception&gt;)
1820
1.2.0:
1921
- [Feature] Enabled SourceLink support (#1)
2022
1.1.0:
@@ -36,7 +38,7 @@
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>

0 commit comments

Comments
 (0)