Skip to content

Commit

Permalink
feat: include assembly infos to twinpack-cli (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
seehma authored Nov 17, 2023
1 parent 034f74b commit 36d7a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TwinpackCli/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("TwinpackCli")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Package manager for TwinCAT libraries")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Zeugwerk GmbH")]
[assembly: AssemblyProduct("TwinpackCli")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyCopyright("Copyright © Zeugwerk GmbH 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 36d7a16

Please sign in to comment.