提交 4455761f 编写于 作者: S Sam Saffron

added nuget and changed version

上级 af4cd5e7
/*.suo
bin/*
obj/*
/*.user
\ No newline at end of file
/*.user
glob:Dapper/NuGet.exe
......@@ -42,7 +42,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="dapper.nuspec" />
<None Include="dapper.nuspec">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
......
......@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
......@@ -2,10 +2,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Dapper</id>
<version>1.0</version>
<version>1.1</version>
<authors>Sam Saffron</authors>
<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>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<frameworkAssemblies>
......@@ -14,6 +14,7 @@
<frameworkAssembly assemblyName="System.Data" targetFramework="net40-client, net40" />
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework="net40-client, net40" />
</frameworkAssemblies>
<tags>orm,sql,micro-orm</tags>
</metadata>
<files>
<file src="bin\Release\dapper.dll" target="lib" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册