Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Completed the port to C# #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Modified README to add C# as available language.
Strachu committed Dec 19, 2014
commit a533598c2047389390869c9b3c0de69ddc9e78a2
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ The following operating systems are currently supported:
* Mac OS X 10.7 or greater (tested up to OS X 10.8.4)
* Linux GNOME Nautilus 3.x or greater (tested up to Nautilus 3.6)

Currently the client code is only available for Java. Contributions for other clients like Ruby, C++, etc are welcome.
Currently the client code is available for Java and C#. Contributions for other clients like Ruby, C++, etc are welcome.

<img width="400" src="https://raw.github.com/liferay/liferay-nativity/master/extra/screenshot-win.png">

@@ -156,6 +156,7 @@ This dll must also be on the java.library. path.

### Shell Extensions
The shell extensions must be built and registered to be used by explorer, explorer also must be restarted for the icon overlays to display.
The registration can be done with a call to **regsvr32 dll_name** command as an administrator.

#### Build Properties