-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: PulsarBlow <pulsarblow@gmail.com>
- Loading branch information
1 parent
b9d3a15
commit e7c72d8
Showing
2 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
<h1>SuperMassive</h1> | ||
|
||
<p>SuperMassive is a shrinked selective set of reusable .NET components and utility classes.<br /> | ||
It is the toolbox you want to have with you when you start a new project.</p> | ||
<p>SuperMassive is a small condensed framework of reusable .NET components and utility classes.</p> | ||
|
||
<h3>Version</h3> | ||
|
||
<p>Current : 1.0.0-alpha</p> | ||
|
||
<h3>Installation</h3> | ||
|
||
<p>Download the source or install it via NuGet</p> | ||
|
||
<p><code>�nstall-Package SuperMassive</code></p> | ||
|
||
<h4>Licence</h4> | ||
|
||
<p><a href="http://opensource.org/licenses/MIT">http://opensource.org/licenses/MIT</a></p> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
# SuperMassive | ||
|
||
SuperMassive is a shrinked selective set of reusable .NET components and utility classes. | ||
It is the toolbox you want to have with you when you start a new project. | ||
SuperMassive is a small condensed framework of reusable .NET components and utility classes. | ||
|
||
### Version | ||
|
||
Current : 1.0.0-alpha | ||
|
||
### Installation | ||
|
||
Download the source or install it via NuGet | ||
|
||
```Ìnstall-Package SuperMassive``` | ||
|
||
#### Licence | ||
|
||
http://opensource.org/licenses/MIT |