Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 25de6a4

Browse files
committed
1.0 release
1 parent 253ad5b commit 25de6a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ITimer/ITimer.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<RepositoryUrl>https://github.com/RobThree/ITimer</RepositoryUrl>
1212
<RepositoryType>Git</RepositoryType>
1313
<PackageTags>timer clock</PackageTags>
14-
<Version>1.0.0-alpha</Version>
14+
<Version>1.0.0</Version>
1515
<Description>Provides a testable abstraction and alternative to System.Threading.Timer and System.Timers.Timer</Description>
1616
<PackageIcon>logo.png</PackageIcon>
1717
<Configurations>Debug;Release;ReleaseWithDocumentation</Configurations>
18+
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
1819
</PropertyGroup>
1920

2021
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithDocumentation|AnyCPU'">

0 commit comments

Comments
 (0)