Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm committed Aug 23, 2024
1 parent 14c7424 commit 8654bd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/Lucene.Net.Store.Azure/Lucene.Net.Store.Azure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.8.4-beta016</Version>
<Version>4.8.5-beta016</Version>
<Authors>Tom Laird-McConnell</Authors>
<Title>Azure blob storage for Lucene.net</Title>
<Summary>This project allows you to store Lucene Indexes in by Azure BlobStorage.</Summary>
Expand All @@ -11,8 +11,8 @@
<RepositoryUrl>https://github.com/tomlm/Lucene.Net.Store.Azure</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<AssemblyVersion>4.8.4.16</AssemblyVersion>
<FileVersion>4.8.4.16</FileVersion>
<AssemblyVersion>4.8.5.16</AssemblyVersion>
<FileVersion>4.8.5.16</FileVersion>
<PackageReleaseNotes>This is a release with dependency on Lucene.Net 4.8.0.beta 0016</PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/tomlm/Lucene.Net.Store.Azure/master/icon.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit 8654bd0

Please sign in to comment.