aboutsummaryrefslogtreecommitdiffstats
path: root/src/IOL.Helpers/IOL.Helpers.csproj
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-06-16 18:36:05 +0200
committerivarlovlie <git@ivarlovlie.no>2022-06-16 18:36:05 +0200
commit581ffb9991b79e3a21c53552359e320cd61b0283 (patch)
treeb1ea7a92ed75a02af816f5f1680fbfb76e3d697a /src/IOL.Helpers/IOL.Helpers.csproj
parentcbef63223ed217127bee68f1a1b123dd72ce32b4 (diff)
downloaddotnet-helpers-581ffb9991b79e3a21c53552359e320cd61b0283.tar.xz
dotnet-helpers-581ffb9991b79e3a21c53552359e320cd61b0283.zip
feat: Release v3.1.0v3.1.0
Diffstat (limited to 'src/IOL.Helpers/IOL.Helpers.csproj')
-rw-r--r--src/IOL.Helpers/IOL.Helpers.csproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/IOL.Helpers/IOL.Helpers.csproj b/src/IOL.Helpers/IOL.Helpers.csproj
index b566d65..9b66fdb 100644
--- a/src/IOL.Helpers/IOL.Helpers.csproj
+++ b/src/IOL.Helpers/IOL.Helpers.csproj
@@ -6,14 +6,13 @@
<PackageLicenseUrl>https://git.ivar.systems/dotnet-helpers/tree/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://git.ivar.systems/dotnet-helpers</RepositoryUrl>
<RepositoryType>git</RepositoryType>
- <PackageVersion>3.0.0</PackageVersion>
+ <PackageVersion>3.1.0</PackageVersion>
<Title>IOL.Helpers</Title>
<Authors>Ivar Løvlie</Authors>
<Description>Common helpers for my dotnet projects.</Description>
<Copyright>Ivar Løvlie</Copyright>
<PackageReleaseNotes>
- ToGuid throws on invalid Guids.
- Use ToGuidOrDefault for old behaviour.
+ Added IEnumerable.IsNullOrEmpty().
</PackageReleaseNotes>
</PropertyGroup>