Commit 7cec7625 authored by Sam Saffron's avatar Sam Saffron

added nuget and changed version

parent 378fe5b2
/*.suo /*.suo
bin/* bin/*
obj/* obj/*
/*.user /*.user
\ No newline at end of file glob:Dapper/NuGet.exe
...@@ -42,7 +42,9 @@ ...@@ -42,7 +42,9 @@
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="dapper.nuspec" /> <None Include="dapper.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.
......
...@@ -32,5 +32,5 @@ ...@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.1.0.0")]
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata> <metadata>
<id>Dapper</id> <id>Dapper</id>
<version>1.0</version> <version>1.1</version>
<authors>Sam Saffron</authors> <authors>Sam Saffron</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A high performance micro ORM</description> <description>A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..</description>
<projectUrl>http://code.google.com/p/dapper-dot-net/</projectUrl> <projectUrl>http://code.google.com/p/dapper-dot-net/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<frameworkAssemblies> <frameworkAssemblies>
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<frameworkAssembly assemblyName="System.Data" targetFramework="net40-client, net40" /> <frameworkAssembly assemblyName="System.Data" targetFramework="net40-client, net40" />
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework="net40-client, net40" /> <frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework="net40-client, net40" />
</frameworkAssemblies> </frameworkAssemblies>
<tags>orm,sql,micro-orm</tags>
</metadata> </metadata>
<files> <files>
<file src="bin\Release\dapper.dll" target="lib" /> <file src="bin\Release\dapper.dll" target="lib" />
......
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