Skip to content

Commit

Permalink
Bumped version number to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtf committed Jul 10, 2018
1 parent f7999d2 commit 21e0d3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions AutoDiff/Core/AutoDiff/AutoDiff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<PropertyGroup>
<OutputType>library</OutputType>
<TargetFrameworks>netstandard1.1;netstandard1.4;netstandard1.6;netstandard2.0;net45;net46;net461;net462;net47</TargetFrameworks>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<Authors>Alex Shtof</Authors>
<Product>AutoDiff</Product>
<Description>High-performance and high-accuracy automatic function-differentiation library suitable for optimization and numeric computing.</Description>
<PackageLicenseUrl>https://raw.githubusercontent.com/alexshtf/autodiff/f7999d23ee903d152a56164aec81389395f244df/license.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/alexshtf/autodiff</PackageProjectUrl>
<PackageTags>math numeric optimization</PackageTags>
<RepositoryUrl>https://github.com/alexshtf/autodiff.git</RepositoryUrl>
<PackageTags>math;numeric;optimization</PackageTags>
<LangVersion>6</LangVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.{build}
version: 1.2.2.{build}
image: Visual Studio 2017
configuration:
- Debug
Expand Down

0 comments on commit 21e0d3b

Please sign in to comment.