Skip to content

Commit b332527

Browse files
committed
Embed device.yml and bump release
1 parent 032b476 commit b332527

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Interface/Harp.LoadCells/Harp.LoadCells.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">true</GeneratePackageOnBuild>
1010
<Description>Bonsai Library containing interfaces for data acquisition and control of Harp LoadCells devices.</Description>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12+
<PackageType>Dependency;BonsaiLibrary</PackageType>
1213
<PackageTags>Harp LoadCells Bonsai Rx</PackageTags>
1314
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl>
1415
<RepositoryUrl>https://github.com/harp-tech/device.loadcells.git</RepositoryUrl>
@@ -17,7 +18,7 @@
1718
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1819
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
1920
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
20-
<VersionPrefix>0.1.0</VersionPrefix>
21+
<VersionPrefix>0.2.0</VersionPrefix>
2122
<VersionSuffix></VersionSuffix>
2223
<LangVersion>9.0</LangVersion>
2324
</PropertyGroup>
@@ -29,6 +30,7 @@
2930
<ItemGroup>
3031
<Content Include="..\LICENSE" PackagePath="/" />
3132
<Content Include="..\icon.png" PackagePath="/" />
33+
<EmbeddedResource Include="..\..\device.yml" />
3234
</ItemGroup>
3335

3436
</Project>

0 commit comments

Comments
 (0)