Skip to content

Commit

Permalink
Updated AutoDiff package spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtf committed Jan 24, 2018
1 parent e488aa9 commit d0556ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AutoDiff/Core/AutoDiff/AutoDiff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<PropertyGroup>
<OutputType>library</OutputType>
<TargetFrameworks>netstandard1.1;netstandard1.4;netstandard1.6;netstandard2.0;net45;net46;net461;net462;net47</TargetFrameworks>
<Version>1.2</Version>
<Version>1.2.1</Version>
<Authors>Alex Shtof</Authors>
<Product>AutoDiff</Product>
<AssemblyVersion>1.2</AssemblyVersion>
<Description>High-performance and high-accuracy automatic function-differentiation library suitable for optimization and numeric computing.</Description>
<PackageProjectUrl>https://github.com/alexshtf/autodiff</PackageProjectUrl>
<PackageTags>math numeric optimization</PackageTags>
<LangVersion>6</LangVersion>
</PropertyGroup>
</Project>

0 comments on commit d0556ac

Please sign in to comment.