Skip to content

Commit

Permalink
Bump version and include symbols with package
Browse files Browse the repository at this point in the history
  • Loading branch information
bleroy committed Jul 30, 2020
1 parent b19dbd3 commit 0b71b6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LunrCore/LunrCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Lunr</RootNamespace>
<Version>2.3.8.3</Version>
<Version>2.3.8.4</Version>
<Authors>Bertrand Le Roy</Authors>
<Company>Decent Consulting</Company>
<Description>A .NET Core port of Oliver Nightingale's lunr.js library, a lightweight full-text indexing library that is "a bit like Solr, but much smaller and not as bright." Icon adapted from https://commons.wikimedia.org/wiki/File:Internal_Structure_of_the_Moon.JPG by Iqbal Mahmud under Creative Commons Attribution Share Alike 4.0 International</Description>
Expand All @@ -15,6 +15,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0b71b6e

Please sign in to comment.