提交 70477015 编写于 作者: N nulltoken

Prepare NuGet packaging

上级 5d64757f
The MIT License
Copyright (c) 2011 LibGit2Sharp committers
Copyright (c) 2011 LibGit2Sharp contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>LibGit2Sharp</id>
<version>0.1.0</version>
<authors>LibGit2Sharp contributors</authors>
<owners>nulltoken</owners>
<licenseUrl>https://github.com/libgit2/libgit2sharp/raw/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/libgit2/libgit2sharp/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.Net bindings for libgit2</description>
<tags>libgit2 git wrapper bindings API</tags>
</metadata>
<files>
<file src="build\LibGit2Sharp.dll" target="lib\Net35" />
<file src="build\LibGit2Sharp.pdb" target="lib\Net35" />
<file src="build\LibGit2Sharp.xml" target="lib\Net35" />
<file src="build\git2.dll" target="lib\Net35" />
<file src=".\README.md" target="lib\Net35" />
<file src=".\LICENSE.md" target="lib\Net35" />
</files>
</package>
\ No newline at end of file
......@@ -6,14 +6,17 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("libgit2sharp")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("libgit2sharp")]
[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyTitle("LibGit2Sharp")]
[assembly: AssemblyDescription(".Net bindings for libgit2")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Release")]
#endif
[assembly: AssemblyProduct("LibGit2Sharp")]
[assembly: AssemblyCopyright("Copyright © 2011 LibGit2Sharp contributors")]
[assembly: CLSCompliant(true)]
......@@ -38,5 +41,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
\ No newline at end of file
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
\ No newline at end of file
......@@ -4,6 +4,10 @@ LibGit2Sharp is an thin .Net layer (well.. we _try_ to keep it as thin as possib
It provides a very opiniated API which should be very easy to use and discover.
## Download binaries
- NuGet [package](http://nuget.org/List/Packages/LibGit2Sharp)
## Quick contributing guide
- Fork and clone locally
......@@ -15,8 +19,8 @@ More thorough information available in the [wiki](https://github.com/libgit2/lib
## Authors
The LibGit2Sharp [committers](https://github.com/libgit2/libgit2sharp/contributors)
The LibGit2Sharp [contributors](https://github.com/libgit2/libgit2sharp/contributors)
## License
The MIT license (Refer to the [LICENSE](https://github.com/libgit2/libgit2sharp/blob/master/LICENSE) file)
\ No newline at end of file
The MIT license (Refer to the [LICENSE.md](https://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md) file)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册