Skip to content

Commit

Permalink
Add NuGet package properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederm committed Jul 20, 2018
1 parent 11012e1 commit aa85d27
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/DelimiterSeparatedTextParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>David Federman</Authors>
<AssemblyVersion>0.1.0</AssemblyVersion>
<Description>Performant delimeter-separated value (CSV, TSV, etc.) text parser.</Description>
<Version>0.1.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<PackageProjectUrl>https://github.com/dfederm/DelimiterSeparatedTextParser</PackageProjectUrl>
<RepositoryUrl>https://github.com/dfederm/DelimiterSeparatedTextParser.git</RepositoryUrl>
<PackageLicenseUrl>https://github.com/dfederm/DelimiterSeparatedTextParser/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit aa85d27

Please sign in to comment.