Skip to content

Commit

Permalink
let it generate asmInfo for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Aug 15, 2019
1 parent da9fce2 commit 64f5758
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
18 changes: 1 addition & 17 deletions src/log4net.ElasticSearch.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
using System.Reflection;
using System.Runtime.InteropServices;
using log4net.Config;

[assembly: AssemblyTitle("log4net.ElasticSearch.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("log4net.ElasticSearch.Tests")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("5b0b6737-b33b-436e-aeab-33f32554855b")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: XmlConfigurator(ConfigFile = "logConfig.xml", Watch = true)]
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "logConfig.xml", Watch = true)]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp2.0</TargetFrameworks>
<RootNamespace>log4net.ElasticSearch.Tests</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 64f5758

Please sign in to comment.