Skip to content

Commit

Permalink
Finally on Nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobris committed Sep 1, 2013
1 parent fa9a786 commit f449971
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions BTDB/BTDB.nuspec
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>BTDB</id>
<version>$version$</version>
<authors>Boris Letocha</authors>
<owners>Boris Letocha</owners>
<copyright>Boris Letocha</copyright>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>http://github.com/Bobris/BTDB</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Key Value Database, Wrapped Dynamic IL generation with debugging + extensions, IOC Container, Object Database, RPC Library, Snappy Compression, Event Storage</description>
<summary>Object DB with big library around</summary>
<tags>KeyValue database objectDB BTDB IOC RPC Compression</tags>
<dependencies>
</dependencies>
</metadata>
</package>
2 changes: 2 additions & 0 deletions BTDB/nugetpack.bat
@@ -0,0 +1,2 @@
nuget pack -Build -Symbols -Properties Configuration=Release
nuget push *.nupkg
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -10,8 +10,9 @@ Currently this project these parts:
* Snappy Compression
* Event Storage (In heavy development)

All code written in C# and licenced under very permissive [MIT licence](http://www.opensource.org/licenses/mit-license.html). Currently targeting .Net 4.5, code uses Parallel Extensions. Code is tested using NUnit Framework.
All code written in C# and licenced under very permissive [MIT licence](http://www.opensource.org/licenses/mit-license.html). Currently targeting .Net 4.5, main code is without any dependency. Code is tested using NUnit Framework.
Please is you find it useful or have questions, write me e-mail <boris.letocha@gmail.com> so I know that it is used.
It is available in Nuget <http://www.nuget.org/packages/BTDB>

---
## Key Value Database
Expand Down

0 comments on commit f449971

Please sign in to comment.