Skip to content

Commit 0add517

Browse files
committedNov 7, 2024·
Fix nuget metadata
- Remove unused dependencies - Fix broken repository URL - Fix type of package title
1 parent 183c938 commit 0add517

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
 

‎Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1414
<UseArtifactsOutput>true</UseArtifactsOutput>
1515
<PackageIcon>icon.png</PackageIcon>
16-
<VersionPrefix>0.3.2</VersionPrefix>
16+
<VersionPrefix>0.3.3</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<LangVersion>10.0</LangVersion>
1919
<Features>strict</Features>

‎OpenEphys.Miniscope/OpenEphys.Miniscope.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Title>Bonsai - OpenEphys Miniscope Library</Title>
4+
<Title>Bonsai - Open Ephys Miniscope Library</Title>
55
<Description>Bonsai library containing interfaces for microendoscopes such as the UCLA Miniscope.</Description>
66
<PackageTags>Bonsai Rx Open Ephys Miniscope Imaging Calcium</PackageTags>
77
<TargetFramework>net472</TargetFramework>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<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>
1210
<PlatformTarget>AnyCPU</PlatformTarget>
1311
</PropertyGroup>
1412

@@ -21,8 +19,6 @@
2119
</ItemGroup>
2220

2321
<ItemGroup>
24-
<PackageReference Include="AForge.Video" Version="2.2.5" />
25-
<PackageReference Include="AForge.Video.DirectShow" Version="2.2.5" />
2622
<PackageReference Include="Bonsai.Core" Version="2.8.5" />
2723
<PackageReference Include="OpenCV.Net" Version="3.4.2" />
2824
</ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.