~cszikszoy/do-plugins/pastebin

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Addin
	id="ImageShack"
	namespace="Do"
	version="1.1"
	name="ImageShack"
	description="Upload an image to ImageShack."
	author="Jason Jones"
>
 
	<Runtime>
		<Import assembly="ImageShack.dll"/>
	</Runtime>
	
	<Dependencies>
		<Addin id="Core" version="1.0" />
	</Dependencies>
	
	<!-- Extensions included in this assembly -->
	<!-- Sources -->
	<Extension path= "/Do/Action">
		<Action type="ImageShack.ImageShackAction" />
	</Extension>
</Addin>