Skip to content

Commit

Permalink
Finally added automated nuget package builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 21, 2013
1 parent d158ac1 commit 44bd0b7
Show file tree
Hide file tree
Showing 9 changed files with 773 additions and 696 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Common"]
path = Common
url = https://github.com/clariuslabs/common.git
1 change: 1 addition & 0 deletions Common
Submodule Common added at 354e54
17 changes: 0 additions & 17 deletions Moq-CI.msbuild

This file was deleted.

14 changes: 14 additions & 0 deletions Moq.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Moq</id>
<version>4.1</version>
<authors>Daniel Cazzulino</authors>
<owners>Daniel Cazzulino, Clarius Labs</owners>
<licenseUrl>http://www.opensource.org/licenses/bsd-license.php</licenseUrl>
<projectUrl>http://www.moqthis.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The most popular and friendly mocking framework for .NET</description>
<tags>tdd mocking mocks unittesting agile</tags>
</metadata>
</package>
Loading

0 comments on commit 44bd0b7

Please sign in to comment.