Skip to content

Commit

Permalink
Add symbols to NuGet package (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 committed Apr 10, 2024
1 parent 3e0142f commit ab513f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Title>Bonsai Miniscope - Open Ephys </Title>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<TargetFramework>net472</TargetFramework>
<Description>Bonsai package providing elements for acquiring and processing miniscope data</Description>
<Copyright>Jonathan P. Newman</Copyright>
Expand All @@ -13,6 +13,7 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>Bonsai Miniscope Open Ephys neuroscience calcium imaging behavior free moving</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<IncludeSymbols Condition="'$(Configuration)'=='Release'">true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit ab513f9

Please sign in to comment.