Skip to content

Commit

Permalink
refactor: update assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
Otiel committed Jun 10, 2019
1 parent 2419a86 commit 9c70833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WpfMessageBox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WpfMessageBoxLibrary")]
[assembly: AssemblyDescription("A WPF MessageBox")]
[assembly: AssemblyDescription("A WPF message box, with optional features like custom buttons, textbox and checkbox.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WpfMessageBoxLibrary")]
[assembly: AssemblyProduct("WpfMessageBox")]
[assembly: AssemblyCopyright("https://github.com/Otiel/WpfMessageBox")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down

0 comments on commit 9c70833

Please sign in to comment.