mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			641 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			641 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0"?>
 | |
| <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
 | |
|   <metadata>
 | |
|     <id>Sample</id>
 | |
|     <title>Sample</title>
 | |
|     <version>0.101.0</version>
 | |
|     <authors>Hugh Bot</authors>
 | |
|     <owners>Hugh Bot</owners>
 | |
|     <summary>A package of nuget</summary>
 | |
|     <description>
 | |
|       It just works
 | |
|     </description>
 | |
|     <projectUrl>http://hubot.github.com</projectUrl>
 | |
|     <copyright/>
 | |
|     <licenseUrl>https://github.com/github/hubot/LICENSEmd</licenseUrl>
 | |
|     <requireLicenseAcceptance>false</requireLicenseAcceptance>
 | |
|   </metadata>
 | |
|   <files>
 | |
|     <file src="tools\**" target="tools"/>
 | |
|   </files>
 | |
| </package>
 |