File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed
Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023 harp-tech
3+ Copyright (c) 2023 harp-tech and Contributors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments