Skip to content

Commit 65b5d30

Browse files
authored
Merge pull request #51 from glopesdev/interface-gen
Update notice and package first stable version
2 parents bb6d389 + ab4db86 commit 65b5d30

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 harp-tech
3+
Copyright (c) 2023 harp-tech and Contributors
44

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

interface/Harp.Generators.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
<PropertyGroup>
44
<VersionPrefix>0.1.0</VersionPrefix>
5-
<VersionSuffix>build062701</VersionSuffix>
5+
<VersionSuffix></VersionSuffix>
66
<PackageId>Harp.Generators</PackageId>
77
<Title>Harp Generators</Title>
88
<Authors>harp-tech</Authors>
9-
<Copyright>Copyright © harp-tech 2023</Copyright>
9+
<Copyright>Copyright © harp-tech and Contributors 2023</Copyright>
1010
<Description>Provides source generators for Harp device firmware and software interface.</Description>
1111
<PackageTags>Harp Device Firmware Interface Generators</PackageTags>
12+
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl>
13+
<RepositoryUrl>https://github.com/harp-tech/reflex-generator.git</RepositoryUrl>
14+
<RepositoryType>git</RepositoryType>
1215
<PackageIcon>icon.png</PackageIcon>
1316
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1417
<PackageOutputPath>.\</PackageOutputPath>
@@ -20,7 +23,7 @@
2023
</PropertyGroup>
2124

2225
<ItemGroup>
23-
<PackageReference Include="Bonsai.Harp" Version="3.5.0-build062701" />
26+
<PackageReference Include="Bonsai.Harp" Version="3.5.0" />
2427
<PackageReference Include="YamlDotNet" Version="13.0.2" />
2528
</ItemGroup>
2629

template/Bonsai.DeviceTemplate/Generators/Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<FirmwarePath>..\Firmware\$projectname$</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>

template/Bonsai.DeviceTemplate/Interface/DeviceTemplate/DeviceTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Bonsai.Harp" Version="3.5.0-build032701" />
23+
<PackageReference Include="Bonsai.Harp" Version="3.5.0" />
2424
</ItemGroup>
2525

2626
</Project>

template/Harp.Templates.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
<PropertyGroup>
44
<PackageType>Template</PackageType>
55
<VersionPrefix>0.1.0</VersionPrefix>
6-
<VersionSuffix>preview10</VersionSuffix>
6+
<VersionSuffix></VersionSuffix>
77
<PackageId>Harp.Templates</PackageId>
88
<Title>Harp Templates</Title>
99
<Authors>harp-tech</Authors>
10-
<Copyright>Copyright © harp-tech 2023</Copyright>
10+
<Copyright>Copyright © harp-tech and Contributors 2023</Copyright>
1111
<Description>Templates for creating a new Harp device</Description>
1212
<PackageTags>Harp Device Firmware Hardware Interface Templates</PackageTags>
13+
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/harp-tech/reflex-generator.git</RepositoryUrl>
15+
<RepositoryType>git</RepositoryType>
1316
<PackageIcon>icon.png</PackageIcon>
1417
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1518
<PackageOutputPath>.\</PackageOutputPath>

0 commit comments

Comments
 (0)