Skip to content

Commit

Permalink
Merge pull request #376 from open-ephys/issue-375
Browse files Browse the repository at this point in the history
Fix typo "Nric184" -> "Nric1384"
  • Loading branch information
bparks13 authored Dec 6, 2024
2 parents 6828095 + 7ab44ad commit 74f6f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.1</VersionPrefix>
<VersionPrefix>0.4.2</VersionPrefix>
<VersionSuffix></VersionSuffix>
<LangVersion>10.0</LangVersion>
<Features>strict</Features>
Expand Down
2 changes: 1 addition & 1 deletion OpenEphys.Onix1/ConfigureNric1384.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace OpenEphys.Onix1
{
/// <summary>
/// Configures a Nric184 bioacquisition chip.
/// Configures a Nric1384 bioacquisition chip.
/// </summary>
public class ConfigureNric1384 : SingleDeviceFactory
{
Expand Down

0 comments on commit 74f6f22

Please sign in to comment.