We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc5865 commit d01b058Copy full SHA for d01b058
src/Properties/AssemblyInfo.cs
@@ -8,9 +8,9 @@
8
// set of attributes. Change these attribute values to modify the information
9
// associated with an assembly.
10
[assembly: AssemblyTitle("openssl-wizard")]
11
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("A simple GUI to help you with common certificate related tasks.")]
12
[assembly: AssemblyConfiguration("")]
13
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("asti")]
14
[assembly: AssemblyProduct("openssl-wizard")]
15
[assembly: AssemblyCopyright("Copyright © 2020")]
16
[assembly: AssemblyTrademark("")]
src/Readme.md
0 commit comments