From 34d08c80305a6aa3774b13168db3c96ffef4de86 Mon Sep 17 00:00:00 2001 From: bparks13 Date: Fri, 16 Aug 2024 11:04:27 -0400 Subject: [PATCH] Add more informative titles --- .gitignore | 5 +++-- OpenEphys.Onix1.Design/OpenEphys.Onix1.Design.csproj | 2 +- OpenEphys.Onix1/OpenEphys.Onix1.csproj | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0bd1fb74..fd03c416 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -.vs/ +.vs*/ /artifacts/ .bonsai/Packages/ .bonsai/*.exe .bonsai/*.exe.settings -.bonsai/*.exe.WebView2/ \ No newline at end of file +.bonsai/*.exe.WebView2/ +*.user diff --git a/OpenEphys.Onix1.Design/OpenEphys.Onix1.Design.csproj b/OpenEphys.Onix1.Design/OpenEphys.Onix1.Design.csproj index 9e3f8f88..27412bfd 100644 --- a/OpenEphys.Onix1.Design/OpenEphys.Onix1.Design.csproj +++ b/OpenEphys.Onix1.Design/OpenEphys.Onix1.Design.csproj @@ -1,7 +1,7 @@  - OpenEphys.Onix1.Design + Bonsai Onix1 Design Library - Open Ephys Bonsai Library containing visual interfaces for configuring ONIX devices. Bonsai Rx Open Ephys Onix Design net472 diff --git a/OpenEphys.Onix1/OpenEphys.Onix1.csproj b/OpenEphys.Onix1/OpenEphys.Onix1.csproj index 1a42ba9c..ca0aa9ce 100644 --- a/OpenEphys.Onix1/OpenEphys.Onix1.csproj +++ b/OpenEphys.Onix1/OpenEphys.Onix1.csproj @@ -1,7 +1,7 @@  - OpenEphys.Onix1 + Bonsai Onix1 - Open Ephys Bonsai library containing interfaces for data acquisition and control of ONIX devices. Bonsai Rx Open Ephys Onix net472