Skip to content

Commit

Permalink
Fix nuget metadata
Browse files Browse the repository at this point in the history
- Remove unused dependencies
- Fix broken repository URL
- Fix type of package title
  • Loading branch information
jonnew committed Nov 7, 2024
1 parent 183c938 commit 0add517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<UseArtifactsOutput>true</UseArtifactsOutput>
<PackageIcon>icon.png</PackageIcon>
<VersionPrefix>0.3.2</VersionPrefix>
<VersionPrefix>0.3.3</VersionPrefix>
<VersionSuffix></VersionSuffix>
<LangVersion>10.0</LangVersion>
<Features>strict</Features>
Expand Down
6 changes: 1 addition & 5 deletions OpenEphys.Miniscope/OpenEphys.Miniscope.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>Bonsai - OpenEphys Miniscope Library</Title>
<Title>Bonsai - Open Ephys Miniscope Library</Title>
<Description>Bonsai library containing interfaces for microendoscopes such as the UCLA Miniscope.</Description>
<PackageTags>Bonsai Rx Open Ephys Miniscope Imaging Calcium</PackageTags>
<TargetFramework>net472</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU</Platforms>
<PackageProjectUrl>https://open-ephys.github.io/miniscope-docs/index.html</PackageProjectUrl>
<RepositoryUrl>https://github.com/open-ephys/OpenEphys.Miniscope</RepositoryUrl>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

Expand All @@ -21,8 +19,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AForge.Video" Version="2.2.5" />
<PackageReference Include="AForge.Video.DirectShow" Version="2.2.5" />
<PackageReference Include="Bonsai.Core" Version="2.8.5" />
<PackageReference Include="OpenCV.Net" Version="3.4.2" />
</ItemGroup>
Expand Down

0 comments on commit 0add517

Please sign in to comment.