mirror of
				https://github.com/art-ist/mustache-sharp.git
				synced 2024-06-16 21:05:32 +00:00 
			
		
		
		
	Added NuGet deployment items.
This commit is contained in:
		
							parent
							
								
									138f36f005
								
							
						
					
					
						commit
						a64d3a73fc
					
				
							
								
								
									
										
											BIN
										
									
								
								Deployment/NuGet.exe
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Deployment/NuGet.exe
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										3
									
								
								Deployment/publish-mustache-sharp.bat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Deployment/publish-mustache-sharp.bat
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					nuget pack ../mustache-sharp/mustache-sharp.csproj -Prop Configuration=Release -Build
 | 
				
			||||||
 | 
					nuget push *.nupkg
 | 
				
			||||||
 | 
					del *.nupkg
 | 
				
			||||||
							
								
								
									
										18
									
								
								mustache-sharp/mustache-sharp.nuspec
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								mustache-sharp/mustache-sharp.nuspec
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,18 @@
 | 
				
			|||||||
 | 
					<?xml version="1.0"?>
 | 
				
			||||||
 | 
					<package >
 | 
				
			||||||
 | 
					  <metadata>
 | 
				
			||||||
 | 
					    <id>$id$</id>
 | 
				
			||||||
 | 
					    <version>$version$</version>
 | 
				
			||||||
 | 
						<title>$title$</title>
 | 
				
			||||||
 | 
					    <authors>$author$</authors>
 | 
				
			||||||
 | 
					    <owners>$author$</owners>
 | 
				
			||||||
 | 
						<projectUrl>http://github.com/jehugaleahsa/mustache-sharp</projectUrl>
 | 
				
			||||||
 | 
					    <requireLicenseAcceptance>false</requireLicenseAcceptance>
 | 
				
			||||||
 | 
					    <description>$description$</description>
 | 
				
			||||||
 | 
					    <releaseNotes>Initial commit</releaseNotes>
 | 
				
			||||||
 | 
					    <copyright>Copyright 2013</copyright>
 | 
				
			||||||
 | 
					    <tags>
 | 
				
			||||||
 | 
						mustache handlebars.js text generation building template
 | 
				
			||||||
 | 
						</tags>
 | 
				
			||||||
 | 
					  </metadata>
 | 
				
			||||||
 | 
					</package>
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user