update readme with list of features v0.2
authorEugene Petrenko <eugene.petrenko@gmail.com>
Mon, 18 Jul 2011 15:03:51 +0000 (19:03 +0400)
committerEugene Petrenko <eugene.petrenko@gmail.com>
Mon, 18 Jul 2011 15:03:51 +0000 (19:03 +0400)
README

diff --git a/README b/README
index 05374d13b0d79a6b998028e3fe2a4bb1ac1d7ae2..a2737b4fe05ea1b43d6409e6850aa0742a1b97d5 100644 (file)
--- a/README
+++ b/README
@@ -7,10 +7,25 @@ We plan to cover mostly nuget and openwrap.
 \r
 This plugin will be compatible with TeamCity 6.5 and newer\r
 \r
+Supported features:\r
+\r
+- NuGet packages installer build runner:\r
+    \r
+  Installs packages with help of nuget install command, according to David Ebbo post \r
+  (http://blog.davidebbo.com/2011/03/using-nuget-without-committing-packages.html)\r
+  allowing to use NuGet without committing packages to version control.\r
+\r
+  Updates packages help of nuget update command\r
+\r
+\r
+- NuGet Dependency Trigger:\r
+  \r
+  Build Trigger that starts a new build if package is updated.   \r
 \r
 API gaps:\r
  - Reuse ComposideBuildProcess and DelegatingBuildProcess\r
  - Use XmlXppAbstractParser#parse(InputSream)\r
  - Consider reusing of Maven build trigger/project models\r
  - Make server-side PluginDescription contain getPluginRoot() to avoid cast to PluginInfo
- - Add CustomDataStorage to BuildTriggerDescriptor
\ No newline at end of file
+ - Add CustomDataStorage to BuildTriggerDescriptor
+