Skip to content

Commit

Permalink
#30 - Fix versionins issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dazinator committed Mar 11, 2018
1 parent d545f96 commit b472d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
5 changes: 1 addition & 4 deletions src/DotNet.Glob/DotNet.Glob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
<TargetFrameworks>netstandard1.1;net45;net46;net4</TargetFrameworks>
<AssemblyName>DotNet.Glob</AssemblyName>
<OutputType>Library</OutputType>
<PackageId>DotNet.Glob</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<PackageId>DotNet.Glob</PackageId>
<PackageProjectUrl>https://github.com/dazinator/DotNet.Glob</PackageProjectUrl>
<Description>A fast globbing library for .NET applications, including .net core. Doesn't use Regex.</Description>
<Authors>Darrell Tunnell &lt;darrell.tunnell@googlemail.com&gt;</Authors>
Expand Down
11 changes: 1 addition & 10 deletions src/DotNet.Glob/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
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: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DotNet.Glob")]
[assembly: AssemblyTrademark("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
Expand Down

0 comments on commit b472d7f

Please sign in to comment.