Skip to content

Commit

Permalink
Upgrade to v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: virtual <1185513330@qq.com>
  • Loading branch information
cocosip committed Nov 13, 2020
1 parent 39c02a3 commit 1f3615b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/version.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<VersionMajor>1</VersionMajor>
<VersionMinor>2</VersionMinor>
<VersionPatch>1</VersionPatch>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionQuality></VersionQuality>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
<VersionSuffix></VersionSuffix>
Expand Down
4 changes: 2 additions & 2 deletions src/Spool/Spool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)|$(TargetFramework)'=='Debug|AnyCPU|netstandard2.0'">
<DocumentationFile>bin\Debug\netstandard2.0\Spool.xml</DocumentationFile>
<DocumentationFile>bin\Debug\netstandard2.1\Spool.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)|$(TargetFramework)'=='Release|AnyCPU|netstandard2.0'">
<DocumentationFile>bin\Release\netstandard2.0\Spool.xml</DocumentationFile>
<DocumentationFile>bin\Release\netstandard2.1\Spool.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1f3615b

Please sign in to comment.