Usage comment

Adding usage comment at the top of the file for knowledge sharing
This commit is contained in:
stunney 2015-10-29 14:02:12 -04:00
parent d6912d07cd
commit dceb7bed94

View File

@ -1,4 +1,6 @@
nuget { nuget {
//Usage: Write-NuGetPackage rapidjson.autopkg -defines:MYVERSION=1.0.2
//Be sure you are running Powershell 3.0 and have the CoApp powershell extensions installed properly.
nuspec { nuspec {
id = rapidjson; id = rapidjson;
version : ${MYVERSION}; version : ${MYVERSION};