Skip to content

Commit

Permalink
Merge pull request #51 from glopesdev/interface-gen
Browse files Browse the repository at this point in the history
Update notice and package first stable version
  • Loading branch information
glopesdev authored Aug 4, 2023
2 parents bb6d389 + ab4db86 commit 65b5d30
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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
Expand Down
9 changes: 6 additions & 3 deletions interface/Harp.Generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

<PropertyGroup>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>build062701</VersionSuffix>
<VersionSuffix></VersionSuffix>
<PackageId>Harp.Generators</PackageId>
<Title>Harp Generators</Title>
<Authors>harp-tech</Authors>
<Copyright>Copyright © harp-tech 2023</Copyright>
<Copyright>Copyright © harp-tech and Contributors 2023</Copyright>
<Description>Provides source generators for Harp device firmware and software interface.</Description>
<PackageTags>Harp Device Firmware Interface Generators</PackageTags>
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl>
<RepositoryUrl>https://github.com/harp-tech/reflex-generator.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageOutputPath>.\</PackageOutputPath>
Expand All @@ -20,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bonsai.Harp" Version="3.5.0-build062701" />
<PackageReference Include="Bonsai.Harp" Version="3.5.0" />
<PackageReference Include="YamlDotNet" Version="13.0.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<FirmwarePath>..\Firmware\$projectname$</FirmwarePath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Harp.Generators" Version="0.1.0-build062701" GeneratePathProperty="true" />
<PackageReference Include="Harp.Generators" Version="0.1.0" GeneratePathProperty="true" />
</ItemGroup>
<Target Name="TextTransform" BeforeTargets="AfterBuild">
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bonsai.Harp" Version="3.5.0-build032701" />
<PackageReference Include="Bonsai.Harp" Version="3.5.0" />
</ItemGroup>

</Project>
7 changes: 5 additions & 2 deletions template/Harp.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<PropertyGroup>
<PackageType>Template</PackageType>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>preview10</VersionSuffix>
<VersionSuffix></VersionSuffix>
<PackageId>Harp.Templates</PackageId>
<Title>Harp Templates</Title>
<Authors>harp-tech</Authors>
<Copyright>Copyright © harp-tech 2023</Copyright>
<Copyright>Copyright © harp-tech and Contributors 2023</Copyright>
<Description>Templates for creating a new Harp device</Description>
<PackageTags>Harp Device Firmware Hardware Interface Templates</PackageTags>
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl>
<RepositoryUrl>https://github.com/harp-tech/reflex-generator.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageOutputPath>.\</PackageOutputPath>
Expand Down

0 comments on commit 65b5d30

Please sign in to comment.