Skip to content

Commit

Permalink
Merge pull request #58 from The-Standard-Organization/users/cjdutoit/…
Browse files Browse the repository at this point in the history
…releases-v2.7.0.0

RELEASES: v2.7.0.0
  • Loading branch information
hassanhabib authored Jul 19, 2024
2 parents 8594e0e + 09b362f commit 15d0c8f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Xeption/Xeption.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>Xeption.png</PackageIcon>
<PackageIconUrl />
<Version>2.6</Version>
<AssemblyVersion>2.6.0.0</AssemblyVersion>
<FileVersion>2.6.0.0</FileVersion>
<Version>2.7</Version>
<AssemblyVersion>2.7.0.0</AssemblyVersion>
<FileVersion>2.7.0.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageProjectUrl>https://www.xeption.net</PackageProjectUrl>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<RepositoryUrl>https://github.com/hassanhabib/Xeption</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>Exceptions .NET</PackageTags>
<PackageReleaseNotes>Addition of a SameExceptionAs expression that can be used in unit tests</PackageReleaseNotes>
<PackageReleaseNotes>
Addition of a SameExceptionAs overload that can provide detail on differnces.
Aggregate exception support.
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -46,8 +49,4 @@
</None>
</ItemGroup>

<ItemGroup>
<Folder Include="Assertions\" />
</ItemGroup>

</Project>

0 comments on commit 15d0c8f

Please sign in to comment.