Skip to content

Commit f3393a7

Browse files
authored
Update documentation (#4)
* Clean up project file * Update all documentation * Update README
1 parent 524b4c1 commit f3393a7

File tree

3 files changed

+209
-147
lines changed

3 files changed

+209
-147
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
33
<PropertyGroup>
4-
<Title>OpenEphys.ProbeInterface</Title>
5-
<Authors>Open Ephys</Authors>
6-
<Copyright>Copyright © Open Ephys and Contributors 2024</Copyright>
7-
<TargetFramework>net472</TargetFramework>
8-
<Description>API based on Probe Interface specifications for parsing channel configurations</Description>
9-
<PackageTags>Bonsai Rx Open Ephys Onix</PackageTags>
10-
<VersionPrefix>0.1.0</VersionPrefix>
11-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
12-
<UseArtifactsOutput>true</UseArtifactsOutput>
13-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
14-
<PackageProjectUrl></PackageProjectUrl>
15-
<IncludeSymbols>true</IncludeSymbols>
16-
<RepositoryUrl>https://github.com/open-ephys/OpenEphys.ProbeInterface</RepositoryUrl>
17-
<RepositoryType>git</RepositoryType>
18-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
19-
<PackageIcon>icon.png</PackageIcon>
20-
<VersionSuffix></VersionSuffix>
21-
<LangVersion>10.0</LangVersion>
22-
<Nullable>enable</Nullable>
23-
<Platforms>AnyCPU</Platforms>
4+
<Title>OpenEphys.ProbeInterface</Title>
5+
<Authors>Open Ephys</Authors>
6+
<Copyright>Copyright © Open Ephys and Contributors 2024</Copyright>
7+
<TargetFramework>net472</TargetFramework>
8+
<Description>API based on Probe Interface specifications for parsing channel configurations</Description>
9+
<PackageTags>Bonsai Rx Open Ephys Onix</PackageTags>
10+
<VersionPrefix>0.1.0</VersionPrefix>
11+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
12+
<UseArtifactsOutput>true</UseArtifactsOutput>
13+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
14+
<PackageProjectUrl></PackageProjectUrl>
15+
<IncludeSymbols>true</IncludeSymbols>
16+
<RepositoryUrl>https://github.com/open-ephys/OpenEphys.ProbeInterface</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
18+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
19+
<PackageIcon>icon.png</PackageIcon>
20+
<VersionSuffix></VersionSuffix>
21+
<LangVersion>10.0</LangVersion>
22+
<Nullable>enable</Nullable>
23+
<Platforms>AnyCPU</Platforms>
2424
</PropertyGroup>
25-
26-
<ItemGroup>
27-
<Content Include="..\..\LICENSE" PackagePath="/" />
28-
<Content Include="..\..\icon.png" PackagePath="/" />
29-
</ItemGroup>
30-
31-
<ItemGroup>
32-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
33-
</ItemGroup>
25+
26+
<ItemGroup>
27+
<Content Include="..\LICENSE" PackagePath="/" />
28+
<Content Include="..\icon.png" PackagePath="/" />
29+
</ItemGroup>
30+
31+
<ItemGroup>
32+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
33+
</ItemGroup>
3434
</Project>

0 commit comments

Comments
 (0)