Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Generators/Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<FirmwarePath>..\Firmware\Harp.LedArray</FirmwarePath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Harp.Generators" Version="0.1.0-build032704" GeneratePathProperty="true" />
<PackageReference Include="Harp.Generators" Version="0.1.0" GeneratePathProperty="true" />
</ItemGroup>
<Target Name="TextTransform" BeforeTargets="AfterBuild">
<PropertyGroup>
Expand Down
659 changes: 471 additions & 188 deletions Interface/Harp.LedArray/AsyncDevice.Generated.cs

Large diffs are not rendered by default.

2,045 changes: 1,136 additions & 909 deletions Interface/Harp.LedArray/Device.Generated.cs

Large diffs are not rendered by default.

28 changes: 18 additions & 10 deletions Interface/Harp.LedArray/Harp.LedArray.csproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>Harp.LedArray</Title>
<Authors></Authors>
<Copyright>Copyright © 2023</Copyright>
<Title>Harp - LedArray</Title>
<Authors>harp-tech</Authors>
<Copyright>Copyright © harp-tech and Contributors 2023</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">true</GeneratePackageOnBuild>
<Description>Bonsai Library containing interfaces for data acquisition and control of Harp.LedArray devices.</Description>
<Description>Bonsai Library containing interfaces for data acquisition and control of Harp LedArray devices.</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>Harp LedArray Bonsai Rx</PackageTags>
<PackageProjectUrl></PackageProjectUrl>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageIcon></PackageIcon>
<PackageOutputPath></PackageOutputPath>
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl>
<RepositoryUrl>https://github.com/harp-tech/device.ledarray.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<VersionPrefix>0.1.0-preview2</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<LangVersion>9.0</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bonsai.Harp" Version="3.5.0-build032701" />
<PackageReference Include="Bonsai.Harp" Version="3.5.0" />
</ItemGroup>

<ItemGroup>
<Content Include="..\LICENSE" PackagePath="/" />
<Content Include="..\icon.png" PackagePath="/" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Interface/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2023 harp-tech
Copyright (C) 2023 harp-tech and Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
Binary file added Interface/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.