Commit a7c0a64b authored by Sam Saffron's avatar Sam Saffron

package added notes

parent e9d167e9
...@@ -51,7 +51,9 @@ ...@@ -51,7 +51,9 @@
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Dapper.Rainbow.nuspec" /> <None Include="Dapper.Rainbow.nuspec">
<SubType>Designer</SubType>
</None>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>Dapper.Rainbow</id> <id>Dapper.Rainbow</id>
<version>0.1.1</version> <version>0.1.2</version>
<title>Dapper.Rainbow</title> <title>Dapper.Rainbow</title>
<authors>Sam Saffron</authors> <authors>Sam Saffron</authors>
<owners>Sam Saffron</owners> <owners>Sam Saffron</owners>
...@@ -17,7 +17,12 @@ ...@@ -17,7 +17,12 @@
The implementation was extracted from http://data.stackexchange.com source at: http://code.google.com/p/stack-exchange-data-explorer/ . The implementation was extracted from http://data.stackexchange.com source at: http://code.google.com/p/stack-exchange-data-explorer/ .
Data explorer uses "Rainbow" exclusively for all database access. Data explorer uses "Rainbow" exclusively for all database access.
</summary> </summary>
<releaseNotes>* version 0.1 </releaseNotes> <releaseNotes>
* version 0.1:
A demo is available at https://gist.github.com/1599013 .
The implementation was extracted from http://data.stackexchange.com source at: http://code.google.com/p/stack-exchange-data-explorer/ .
Data explorer uses "Rainbow" exclusively for all database access.
</releaseNotes>
<copyright>Copyright Sam Saffron 2012</copyright> <copyright>Copyright Sam Saffron 2012</copyright>
<tags>orm dapper micro-orm</tags> <tags>orm dapper micro-orm</tags>
<dependencies> <dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment