We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007aa9d commit 9930d25Copy full SHA for 9930d25
RELEASE_NOTES.md
@@ -1,2 +1,2 @@
1
-#### 0.1.0 August 14 2017 ####
2
-First release
+#### 0.1.0 May 02 2019 ####
+First production release of Incrementalist, which you can install as a .NET Core global tool.
src/common.props
@@ -3,7 +3,7 @@
3
<Copyright>Copyright © 2015-2019 Petabridge</Copyright>
4
<Authors>Petabridge</Authors>
5
<VersionPrefix>0.1.0</VersionPrefix>
6
- <PackageReleaseNotes>First release</PackageReleaseNotes>
+ <PackageReleaseNotes>First production release of Incrementalist, which you can install as a .NET Core global tool.</PackageReleaseNotes>
7
<PackageIconUrl>
8
https://petabridge.com/images/logo.png
9
</PackageIconUrl>
0 commit comments