Skip to content

Commit

Permalink
Fixed duplicate attribute description (AssemblyDescription)
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Dec 18, 2022
1 parent 4a49533 commit 30ffbba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ZWaveLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// Le informazioni generali relative a un assembly sono controllate dal seguente
// set di attributi. Per modificare le informazioni associate a un assembly
// occorre quindi modificare i valori di questi attributi.
[assembly: AssemblyTitle("ZWaveLib")]
[assembly: AssemblyDescription("")]
//[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("G-Labs")]
[assembly: AssemblyProduct("ZWaveLib")]
Expand Down

0 comments on commit 30ffbba

Please sign in to comment.