-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.html
20 lines (20 loc) · 908 Bytes
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<h1>camalot.common</h1>
<p><a href="https://ci.appveyor.com/project/camalot/camalot-common"><img src="https://ci.appveyor.com/api/projects/status/m3otng2vc8tfurfx?svg=true" alt="Build status" /></a></p>
<blockquote>
<p>Camalot.Common is a collection of classes, extensions and other things that I have written over the years that I used to find myself copying the files <br />
in to my projects every time I created them. </p>
</blockquote>
<h1>Documentation</h1>
<p><a href="http://camalotcommon.bit13.com/">Documentation Site</a></p>
<h2>Where do I get it?</h2>
<h3>Source</h3>
<p>Well, I think you found that one already...</p>
<h3>Binaries</h3>
<p>Available on nuget</p>
<blockquote>
<p>PS> Install-Package Camalot.Common
</p>
<p>PS> Install-Package Camalot.Common .Mvc</p>
<p>PS> Install-Package Camalot.Common .Mvc4</p>
<p>PS> Install-Package Camalot.Common .Mvc5</p>
</blockquote>