Skip to content

Commit

Permalink
F# Interactive 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderstein committed Aug 16, 2010
1 parent 636df8e commit 3737e7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions files.sql
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,5 @@ insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('d
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('6ab53efa884da485aeb88e741e7b323b','NppFTP.dll','','2010-08-16','ok');
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('e4bed22538be7e92ce129880c5566a20','NppFTPA.dll','','2010-08-16','ok');
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('228be42996505a6f27f833de0f06a484','PythonScript.dll','','2010-08-16','ok');
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('60138dbfc6cfbf00550bb9b17728e61f','NPPFSIPlugin.dll','','2010-08-16','ok');
commit;
4 changes: 3 additions & 1 deletion plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,10 @@
</install>
</plugin>
<plugin name="F# Interactive">
<unicodeVersion>0.1</unicodeVersion>
<unicodeVersion>0.1.1</unicodeVersion>
<sourceUrl>http://github.com/ppv/NPPFSIPlugin/tree/master/Source/Plugin</sourceUrl>
<description>This plugin hosts F# Interactive inside Notepad++ (Note: F# should be installed separately).</description>
<latestUpdate>Fix for about box error in Win7 systems.</latestUpdate>
<author>Prapin Peethambaran</author>
<install>
<unicode>
Expand All @@ -636,6 +637,7 @@
</install>
<versions>
<version number="0.1.0.0" md5="4cb393534d36559bedcb50a0a0183e64" />
<version number="0.1.1.0" md5="60138dbfc6cfbf00550bb9b17728e61f" />
</versions>
</plugin>
<plugin name="NppFTP">
Expand Down

0 comments on commit 3737e7c

Please sign in to comment.