Skip to content

Commit 8338302

Browse files
authored
Merge pull request #55 from roycornelissen/feature/bump-version
🔖 Update version to 1.5.0
2 parents ab21eb8 + c365b2f commit 8338302

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Sanity.Linq/Sanity.Linq.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This file is part of Sanity LINQ (https://github.com/oslofjord/sanity-linq).
2626
<Authors>Oslofjord Operations AS</Authors>
2727
<Company>Oslofjord Operations AS</Company>
2828
<Product>Sanity LINQ</Product>
29-
<Version>1.4.5</Version>
29+
<Version>1.5.0</Version>
3030
<Description>Strongly-typed .Net Client for Sanity CMS (https://sanity.io)</Description>
3131
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3232
<Copyright>2018 Oslofjord Operations AS</Copyright>
@@ -35,11 +35,11 @@ This file is part of Sanity LINQ (https://github.com/oslofjord/sanity-linq).
3535
<RepositoryType>git</RepositoryType>
3636
<PackageTags>sanity cms dotnet linq client groq</PackageTags>
3737
<PackageLicenseUrl>https://raw.githubusercontent.com/oslofjord/sanity-linq/master/LICENSE</PackageLicenseUrl>
38-
<AssemblyVersion>1.4.5.0</AssemblyVersion>
38+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
3939
<PackageId>Sanity.Linq</PackageId>
4040
<AssemblyName>Sanity.Linq</AssemblyName>
4141
<RootNamespace>Sanity.Linq</RootNamespace>
42-
<FileVersion>1.4.5.0</FileVersion>
42+
<FileVersion>1.5.0.0</FileVersion>
4343
<PackageReleaseNotes>1.0 - Sanity Linq library
4444
1.1 - BlockContent library
4545
1.1.1 - Improvements BlockContent
@@ -59,6 +59,7 @@ This file is part of Sanity LINQ (https://github.com/oslofjord/sanity-linq).
5959
1.4.3 - Support for IHttpClientFactory
6060
1.4.4 - SanityFile type added
6161
1.4.5 - Added support for choosing API-version
62+
1.5.0 - Updated dependencies and support for source link, some serialization fixes
6263
</PackageReleaseNotes>
6364

6465
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)