-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add nuspec files to configure NuGet packages
- Loading branch information
Showing
16 changed files
with
100 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,6 +151,7 @@ ClientBin/ | |
*~ | ||
*.dbmdl | ||
*.[Pp]ublish.xml | ||
*.orig | ||
*.pfx | ||
*.publishsettings | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>IDDD.AgilePM</id> | ||
<version>1.0.0</version> | ||
<title>IDDD.AgilePM</title> | ||
<authors>Vaughn Vernon</authors> | ||
<owners>Vaughn Vernon</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Sample "Agile Project Management" Bounded Context from the book "Implementing Domain-Driven Design" by Vaughn Vernon</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright © 2012,2013 Vaughn Vernon</copyright> | ||
<dependencies> | ||
<dependency id="IDDD.Common" version="1.0.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\SaaSOvation.AgilePM.dll" target="lib\net\" /> | ||
<file src="bin\Release\SaaSOvation.AgilePM.pdb" target="lib\net\" /> | ||
<!-- <file src="bin\Release\SaaSOvation.AgilePM.xml" target="lib\net\" /> --> | ||
<!-- TODO: Add documentation generated by sandcastle --> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.