Add auto release module

- added auto release script
- modified minimum OS version requirement to 10.12
- renamed "NFD control Center" to "NDN Control Center"
- adapted auto upgrade xml for auto release
- updated docs

Change-Id: I41024e4f4ac27d2be3c248801e210f87c56a99b7
diff --git a/src/main.qml b/src/main.qml
index c134df4..c73f0a7 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -6,7 +6,7 @@
 ApplicationWindow {
     visible: false
     id: window
-    title: "NFD Control Center"
+    title: "NDN Control Center"
     minimumWidth: 700
     minimumHeight: 400
 
@@ -40,7 +40,7 @@
                         anchors.rightMargin: 10
                         CheckBox {
                             id: startOnLogin
-                            text: "Launch NFD Control Center on login"
+                            text: "Launch NDN Control Center on login"
                             checked: trayModel.isNccAutoStartEnabled()
                             onCheckedChanged: trayModel.enableDisableNccAutoStart(this.checked)
                         }
@@ -95,7 +95,7 @@
                      anchors.left: parent.left
                      anchors.bottom: parent.bottom
                      Label {
-                         text: "NFD Control Center version:"
+                         text: "NDN Control Center version:"
                          font.pixelSize: 10
                      }
                      Label {