This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Bumpy.
                            
 
	
		Summary
	
            Runs "bumpy.exe increment [position]" to increment all versions at the given position by one.
            
		
	Syntax
	public static void BumpyIncrement(this ICakeContext context, int position, BumpySettings settings)
	Examples
	
            // e.g. 1.0.3.0 -> 1.1.0.0
BumpyIncrement(2, new BumpySettings() { Profile = "my_profile" });
             
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The context. | 
					
					
						| position | 
						int | 
						The position. | 
					
					
						| settings | 
						BumpySettings | 
						The tool settings. | 
					
			
		 
	 	
	Return Value