Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<title>Baseclass.Contrib.Nuget.GitIgnoreContent</title>
<authors>Daniel Romero</authors>
<owners>baseclass</owners>
<licenseUrl>http://www.baseclass.ch/documents/MITLicense.txt</licenseUrl>
<projectUrl>http://www.baseclass.ch/Contrib/Nuget</projectUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/baseclass/Contrib.Nuget</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Ignore nuget content files in git</summary>
<summary>Ignore nuget content files in git</summary>
<description>Ignore nuget content files in git:
- Generate entries in the .gitignore file to exclude nuget content files from the source repository
- Restore nuget content files before building (Automatically in VS and manually with a powershell script
- Use Initialize-GitIgnore to add it to an existing solution</description>
<tags>Nuget Content Files Git Ignore GitIgnore</tags>
<tags>Nuget Content Files Git Ignore GitIgnore</tags>
</metadata>
<files>
<file src="tools\init.ps1" target="tools\init.ps1" />
<file src="tools\Baseclass.Contrib.Nuget.GitIgnoreContent.psm1" target="tools\Baseclass.Contrib.Nuget.GitIgnoreContent.psm1" />
<file src="tools\GitIgnoreNugetContentRegisterEvents.ps1" target="tools\GitIgnoreNugetContentRegisterEvents.ps1" />
<file src="tools\RestoreNugetContent.ps1" target="tools\RestoreNugetContent.ps1" />
<file src="tools\init.ps1" target="tools\init.ps1" />
<file src="tools\Baseclass.Contrib.Nuget.GitIgnoreContent.psm1" target="tools\Baseclass.Contrib.Nuget.GitIgnoreContent.psm1" />
<file src="tools\GitIgnoreNugetContentRegisterEvents.ps1" target="tools\GitIgnoreNugetContentRegisterEvents.ps1" />
<file src="tools\RestoreNugetContent.ps1" target="tools\RestoreNugetContent.ps1" />
</files>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>[Obsolete] Baseclass.Contrib.Nuget.Output.Web</title>
<authors>Daniel Romero</authors>
<owners>baseclass</owners>
<licenseUrl>http://www.baseclass.ch/documents/MITLicense.txt</licenseUrl>
<projectUrl>http://www.baseclass.ch/Contrib/Nuget</projectUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/baseclass/Contrib.Nuget</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>[Obsolete] now included in Baseclass.Contrib.Nuget.Output</description>
<releaseNotes>This package can be safely removed. It just help you to upgrade to Baseclass.Contrib.Nuget.Output 2.0.0</releaseNotes>
Expand All @@ -18,4 +18,4 @@
</metadata>
<files>
</files>
</package>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<title>Baseclass.Contrib.Nuget.Output</title>
<authors>Daniel Romero</authors>
<owners>baseclass</owners>
<licenseUrl>http://www.baseclass.ch/documents/MITLicense.txt</licenseUrl>
<projectUrl>http://www.baseclass.ch/Contrib/Nuget</projectUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/baseclass/Contrib.Nuget</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Treats the "output" folder in an dependend nuget package as an additional special folder and copies it's content to the build folder</description>
<releaseNotes xml:space="preserve">- Use TaskHostFactory to fix locking of package folder</releaseNotes>
<releaseNotes xml:space="preserve">- Use TaskHostFactory to fix locking of package folder</releaseNotes>
<tags>Nuget Targets Copy Output build package convention</tags>
</metadata>
<files>
Expand Down