Skip to content

Commit abf76e4

Browse files
committed
New release
1 parent 276c356 commit abf76e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CircularProgressBar/CircularProgressBar.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net4</TargetFrameworks>
55
<PackageId>CircularProgressBar</PackageId>
6-
<Version>2.7.0.7</Version>
6+
<Version>2.8.0.16</Version>
77
<Authors>Soroush Falahati</Authors>
88
<Description>Circular ProgressBar is a custom control for WinForm with animation.</Description>
99
<PackageLicenseUrl>https://github.com/falahati/CircularProgress/blob/master/LICENSE</PackageLicenseUrl>
@@ -52,4 +52,7 @@
5252
<OutputPath>..\Release</OutputPath>
5353
<SignAssembly>true</SignAssembly>
5454
</PropertyGroup>
55+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net4|AnyCPU'">
56+
<DocumentationFile>..\Release\CircularProgressBar.xml</DocumentationFile>
57+
</PropertyGroup>
5558
</Project>

0 commit comments

Comments
 (0)