Created
June 30, 2018 18:21
-
-
Save jwosty/ed20376ec00c0238d6b6e85fcf3c41c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace TestAddin | |
| open System | |
| open Mono.Addins | |
| open Mono.Addins.Description | |
| [<assembly: Addin( | |
| "TestAddin", | |
| Namespace = "TestAddin", | |
| Version = "1.0")>] | |
| [<assembly: AddinName("TestAddin")>] | |
| [<assembly: AddinCategory("IDE extensions")>] | |
| [<assembly: AddinDescription("TestAddin")>] | |
| [<assembly: AddinAuthor("Mikayla Hutchinson")>] | |
| do () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment