summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/IOL.Helpers/IOL.Helpers.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IOL.Helpers/IOL.Helpers.csproj b/src/IOL.Helpers/IOL.Helpers.csproj
index 2310989..3b3808c 100644
--- a/src/IOL.Helpers/IOL.Helpers.csproj
+++ b/src/IOL.Helpers/IOL.Helpers.csproj
@@ -7,14 +7,14 @@
<RepositoryUrl>https://git.sr.ht/~ivar/IOL.Helpers</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>dotnet</PackageTags>
- <PackageVersion>1.2.0</PackageVersion>
+ <PackageVersion>2.0.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>Add InMemoryZipArchive
- Add ContidionalWhere to QueryableHelpers
- Update to net6.0
+ ToGuid throws on invalid Guids.
+ Use ToGuidOrDefault for old behaviour.
</PackageReleaseNotes>
</PropertyGroup>