Skip to content

Commit

Permalink
Updated Version Number to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
65001 committed Jul 11, 2019
1 parent 874681f commit 8a99e88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions AbMath/AbMath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.5</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>2.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/65001/AbMath</PackageProjectUrl>
<Authors>Abhishek Sathiabalan</Authors>
<Company />
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/65001/AbMath</RepositoryUrl>
<PackageLicenseUrl>https://github.com/65001/AbMath/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>A project that converts at runtime user defined expressions into computable expressions.</Description>
<Copyright>(C) Abhishek Sathiabalan. 2018.</Copyright>
<PackageReleaseNotes />
<PackageTags>reverse polish notation, rpn, shunting yard, calculator, library</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand All @@ -23,4 +28,4 @@
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(ProjectDir)\bin\Release\netstandard2.0\AbMath.dll&quot; &quot;$(ProjectDir)\AbMath.dll&quot; /Y" />
</Target>
</Project>
</Project>
Binary file modified AbMath/AbMath.dll
Binary file not shown.

0 comments on commit 8a99e88

Please sign in to comment.