Commit 0add517 committed Nov 7, 2024 · 7 / 8
1 parent 183c938 commit 0add517 Copy full SHA for 0add517
File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 13
13
<PackageLicenseFile >LICENSE</PackageLicenseFile >
14
14
<UseArtifactsOutput >true</UseArtifactsOutput >
15
15
<PackageIcon >icon.png</PackageIcon >
16
- <VersionPrefix >0.3.2 </VersionPrefix >
16
+ <VersionPrefix >0.3.3 </VersionPrefix >
17
17
<VersionSuffix ></VersionSuffix >
18
18
<LangVersion >10.0</LangVersion >
19
19
<Features >strict</Features >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Title >Bonsai - OpenEphys Miniscope Library</Title >
4
+ <Title >Bonsai - Open Ephys Miniscope Library</Title >
5
5
<Description >Bonsai library containing interfaces for microendoscopes such as the UCLA Miniscope.</Description >
6
6
<PackageTags >Bonsai Rx Open Ephys Miniscope Imaging Calcium</PackageTags >
7
7
<TargetFramework >net472</TargetFramework >
8
8
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
9
<Platforms >AnyCPU</Platforms >
10
- <PackageProjectUrl >https://open-ephys.github.io/miniscope-docs/index.html</PackageProjectUrl >
11
- <RepositoryUrl >https://github.com/open-ephys/OpenEphys.Miniscope</RepositoryUrl >
12
10
<PlatformTarget >AnyCPU</PlatformTarget >
13
11
</PropertyGroup >
14
12
21
19
</ItemGroup >
22
20
23
21
<ItemGroup >
24
- <PackageReference Include =" AForge.Video" Version =" 2.2.5" />
25
- <PackageReference Include =" AForge.Video.DirectShow" Version =" 2.2.5" />
26
22
<PackageReference Include =" Bonsai.Core" Version =" 2.8.5" />
27
23
<PackageReference Include =" OpenCV.Net" Version =" 3.4.2" />
28
24
</ItemGroup >
You can’t perform that action at this time.
0 commit comments