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 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 >
6+ <Version >1.0.0</Version >
97 </PropertyGroup >
108
119 <ItemGroup >
Original file line number Diff line number Diff line change 44 <TargetFrameworks >net40;netstandard1.0;</TargetFrameworks >
55 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
66
7- <Version >1.0 .0</Version >
7+ <Version >1.1 .0</Version >
88 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1010 <IncludeSymbols >True</IncludeSymbols >
1616 <RepositoryUrl >https://github.com/akamsteeg/Pitcher.git</RepositoryUrl >
1717 <PackageTags >exception throw helper</PackageTags >
1818 <PackageLicenseUrl >https://github.com/akamsteeg/Pitcher/blob/master/LICENSE</PackageLicenseUrl >
19+ <PackageReleaseNotes >
20+ 1.1.0:
21+ -[Fix] Removed expensive null check on arguments in Throw.This() and Throw.When()
22+ </PackageReleaseNotes >
1923
2024 <DocumentationFile >docs\Pitcher.xml</DocumentationFile >
25+
26+
2127 </PropertyGroup >
2228
2329 <ItemGroup >
You can’t perform that action at this time.
0 commit comments