Skip to content

Commit

Permalink
Update project file and test workflows (#2)
Browse files Browse the repository at this point in the history
* Update project file

* Add title to project file

* Update Bonsai.Core to 2.8.1
  • Loading branch information
bparks13 authored Apr 10, 2024
1 parent 3d1d67a commit 3e0142f
Showing 1 changed file with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Title>Bonsai Miniscope - Open Ephys </Title>
<Version>1.0.1</Version>
<TargetFramework>net472</TargetFramework>
<Description>Bonsai package providing elements for acquiring and processing miniscope data</Description>
<Copyright>Jonathan P. Newman</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jonnew/Bonsai.Miniscope</PackageProjectUrl>
<RepositoryUrl>https://github.com/jonnew/Bonsai.Miniscope</RepositoryUrl>
<PackageProjectUrl>https://github.com/open-ephys/OpenEphys.Bonsai.Miniscope</PackageProjectUrl>
<RepositoryUrl>https://github.com/open-ephys/OpenEphys.Bonsai.Miniscope.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>Bonsai Miniscope Open Ephys neuroscience calcium imaging behavior free moving</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Kiloscope.cs" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<None Remove="Bonsai.Miniscope.svg" />
</ItemGroup>


<ItemGroup>
<EmbeddedResource Include="OpenEphys.Bonsai.Miniscope.svg" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bonsai.Core" Version="2.5.1" />
<PackageReference Include="Bonsai.Core" Version="2.8.1" />
<PackageReference Include="OpenCV.Net" Version="3.4.2" />
</ItemGroup>

Expand Down

0 comments on commit 3e0142f

Please sign in to comment.