Browse Source

Fix description

Sebastien Ros 8 years ago
parent
commit
2bb19f56e1
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Jint/Directory.Build.props

+ 0 - 3
Jint/Directory.Build.props

@@ -4,13 +4,10 @@
     <PackageId>Jint</PackageId>
     <AssemblyTitle>Jint</AssemblyTitle>
     <Description>Javascript interpreter for .NET which provides full ECMA 5.1 compliance.</Description>
-    <Description>Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.</Description>
-    <PackageTags>fluid;liquid;template;view engine</PackageTags>
     <VersionPrefix>2.11.$(BuildNumber)</VersionPrefix>
     <VersionSuffix></VersionSuffix>
     <PackageId>Jint</PackageId>
     <PackageTags>javascript, interpreter</PackageTags>
-    <PackageReleaseNotes>Fix package dependencies for .NET 4.5.</PackageReleaseNotes>
     <PackageProjectUrl>https://github.com/sebastienros/jint</PackageProjectUrl>
     <PackageLicenseUrl>https://raw.githubusercontent.com/sebastienros/jint/master/LICENSE.txt</PackageLicenseUrl>
     <RepositoryType>git</RepositoryType>