Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/clroni/clroni-repl/clroni-repl.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>ONI RELLPL (RCRLLR)(CLR)</Title>
<Title>ONI REPL</Title>
<Description>Test application for clroni.</Description>
<PackageTags>ONI Open Ephys</PackageTags>
<TargetFramework>net472</TargetFramework>
Expand Down
5 changes: 2 additions & 3 deletions api/clroni/clroni/clroni.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>CLR bindings for liboni</Title>
<Description>CLR bindings to liboni, an ONI compliant API for data acquisition.</Description>
<PackageTags>ONI Open Ephys ONIX</PackageTags>
<TargetFramework>net472</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<Version>6.2.0</Version>
<Version>6.3.0</Version>
<Authors>Jon Newman</Authors>
<Company>Open Ephys, Inc.</Company>
<Copyright>©Open Ephys, Inc.</Copyright>
Expand Down