diff --git a/src/Marten.Testing/Properties/AssemblyInfo.cs b/src/Marten.Testing/Properties/AssemblyInfo.cs index 52e7f524c6..f8362408d5 100644 --- a/src/Marten.Testing/Properties/AssemblyInfo.cs +++ b/src/Marten.Testing/Properties/AssemblyInfo.cs @@ -6,5 +6,4 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Marten.Testing")] [assembly: CollectionBehavior(DisableTestParallelization = true)] \ No newline at end of file diff --git a/src/Marten/Marten.csproj b/src/Marten/Marten.csproj index 18b6886f69..6b0d5e7d31 100644 --- a/src/Marten/Marten.csproj +++ b/src/Marten/Marten.csproj @@ -20,7 +20,6 @@ - diff --git a/src/Marten/Properties/AssemblyInfo.cs b/src/Marten/Properties/AssemblyInfo.cs index e600790941..cada2a7924 100644 --- a/src/Marten/Properties/AssemblyInfo.cs +++ b/src/Marten/Properties/AssemblyInfo.cs @@ -2,7 +2,4 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Marten")] +