Skip to content

Commit ee90a9a

Browse files
committed
Add missing package metadata for stable release
1 parent f029c3c commit ee90a9a

4 files changed

Lines changed: 20 additions & 12 deletions

File tree

Generators/Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<FirmwarePath>..\Firmware\Harp.LedArray</FirmwarePath>
1616
</PropertyGroup>
1717
<ItemGroup>
18-
<PackageReference Include="Harp.Generators" Version="0.1.0-build062701" GeneratePathProperty="true" />
18+
<PackageReference Include="Harp.Generators" Version="0.1.0" GeneratePathProperty="true" />
1919
</ItemGroup>
2020
<Target Name="TextTransform" BeforeTargets="AfterBuild">
2121
<PropertyGroup>
Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Title>Harp.LedArray</Title>
5-
<Authors></Authors>
6-
<Copyright>Copyright © 2023</Copyright>
4+
<Title>Harp - LedArray</Title>
5+
<Authors>harp-tech</Authors>
6+
<Copyright>Copyright © harp-tech and Contributors 2023</Copyright>
77
<IncludeSymbols>true</IncludeSymbols>
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">true</GeneratePackageOnBuild>
10-
<Description>Bonsai Library containing interfaces for data acquisition and control of Harp.LedArray devices.</Description>
10+
<Description>Bonsai Library containing interfaces for data acquisition and control of Harp LedArray devices.</Description>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<PackageTags>Harp LedArray Bonsai Rx</PackageTags>
13-
<PackageProjectUrl></PackageProjectUrl>
14-
<PackageLicenseExpression></PackageLicenseExpression>
15-
<PackageIcon></PackageIcon>
16-
<PackageOutputPath></PackageOutputPath>
13+
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/harp-tech/device.ledarray.git</RepositoryUrl>
15+
<RepositoryType>git</RepositoryType>
16+
<PackageIcon>icon.png</PackageIcon>
17+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
18+
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
1719
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
18-
<VersionPrefix>0.1.0-preview2</VersionPrefix>
20+
<VersionPrefix>0.1.0</VersionPrefix>
21+
<VersionSuffix></VersionSuffix>
1922
<LangVersion>9.0</LangVersion>
2023
</PropertyGroup>
2124

2225
<ItemGroup>
23-
<PackageReference Include="Bonsai.Harp" Version="3.5.0-build062701" />
26+
<PackageReference Include="Bonsai.Harp" Version="3.5.0" />
27+
</ItemGroup>
28+
29+
<ItemGroup>
30+
<Content Include="..\LICENSE" PackagePath="/" />
31+
<Content Include="..\icon.png" PackagePath="/" />
2432
</ItemGroup>
2533

2634
</Project>

Interface/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2023 harp-tech
1+
Copyright (C) 2023 harp-tech and Contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

Interface/icon.png

2.33 KB
Loading

0 commit comments

Comments
 (0)