Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkis117 committed Apr 5, 2017
1 parent 992115b commit d17826c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Mime-Detective/Mime-Detective.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project ToolsVersion="15.0" Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Mime-Detective is group of classes for speeding Asp.Net Core development</Description>
<Description>Mime-Detective can find the MIME Types of files</Description>
<AssemblyTitle>Mime-Detective</AssemblyTitle>
<VersionPrefix>0.0.2</VersionPrefix>
<VersionPrefix>0.0.3</VersionPrefix>
<Authors>Joshua Clark</Authors>
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
<AssemblyName>Mime-Detective</AssemblyName>
<PackageId>Mime-Detective</PackageId>
<PackageTags>mvc;ef;generic;utilities</PackageTags>
<PackageProjectUrl>https://github.com/clarkis117/GenericMvcUtilities</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/clarkis117/GenericMvcUtilities/blob/master/License.txt</PackageLicenseUrl>
<PackageTags>mime, mime detective, file types</PackageTags>
<PackageProjectUrl>https://github.com/clarkis117/Mime-Detective</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/clarkis117/Mime-Detective/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/clarkis117/GenericMvcUtilities.git</RepositoryUrl>
<RepositoryUrl>https://github.com/clarkis117/Mime-Detective.git</RepositoryUrl>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);portable-net451+win8</PackageTargetFallback>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand Down

0 comments on commit d17826c

Please sign in to comment.