Skip to content

Commit

Permalink
Merge pull request #9 from harp-tech/interface-gen
Browse files Browse the repository at this point in the history
Update interface to use new generators
  • Loading branch information
glopesdev authored Aug 3, 2023
2 parents 17d0b2d + 6951a5f commit 86de30a
Show file tree
Hide file tree
Showing 6 changed files with 3,365 additions and 2,304 deletions.
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.Behavior</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
1,381 changes: 985 additions & 396 deletions Interface/Harp.Behavior/AsyncDevice.Generated.cs

Large diffs are not rendered by default.

4,253 changes: 2,359 additions & 1,894 deletions Interface/Harp.Behavior/Device.Generated.cs

Large diffs are not rendered by default.

31 changes: 19 additions & 12 deletions Interface/Harp.Behavior/Harp.Behavior.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>Harp.Behavior</Title>
<Authors></Authors>
<Copyright>Copyright © harp-tech 2023</Copyright>
<IncludeSymbols Condition="'$(Configuration)'=='Release'">true</IncludeSymbols>
<SymbolPackageFormat Condition="'$(Configuration)'=='Release'">snupkg</SymbolPackageFormat>
<Title>Harp - Behavior</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 Behavior devices.</Description>
<GenerateDocumentationFile Condition="'$(Configuration)'=='Release'">true</GenerateDocumentationFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>Harp Behavior Bonsai Rx</PackageTags>
<PackageProjectUrl></PackageProjectUrl>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageIcon></PackageIcon>
<PackageOutputPath></PackageOutputPath>
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl>
<RepositoryUrl>https://github.com/harp-tech/device.behavior.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</VersionPrefix>
<VersionSuffix>build060701</VersionSuffix>
<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.

0 comments on commit 86de30a

Please sign in to comment.