Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-xiaodong committed Sep 15, 2018
1 parent 1c734c7 commit 1c88323
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup Label="Package">
<Product>NPOI</Product>
<Authors>dotnetcore;Savorboard</Authors>
<Authors>NCC;Savorboard</Authors>
<RepositoryUrl>https://github.com/dotnetcore/NPOI</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
Expand Down
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<VersionMajor>1</VersionMajor>
<VersionMinor>2</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionPatch>1</VersionPatch>
<VersionQuality></VersionQuality>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/NPOI.OOXML/NPOI.OOXML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<PackageId>DotNetCore.NPOI</PackageId>
<Version>1.2.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1c88323

Please sign in to comment.