Skip to content

Commit

Permalink
add semantic versioning to build script; resolves #51
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMarquette committed Oct 22, 2017
1 parent 2825d74 commit 96dadca
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 44 deletions.
5 changes: 4 additions & 1 deletion PSGraph/PSGraph.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSGraph.psm1'

# Version number of this module.
ModuleVersion = '1.1.3'
ModuleVersion = '1.1.4'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -108,6 +108,9 @@

# ReleaseNotes of this module
ReleaseNotes = @'
1.1.3 20171021
* #51 Updated build script
1.1.3 20171021
* #40 fixed positional attributes with Edge
Expand Down
257 changes: 257 additions & 0 deletions fingerprint
Original file line number Diff line number Diff line change
@@ -0,0 +1,257 @@
Edge:From
Edge:NodeName
Edge:Name
Edge:SourceName
Edge:LeftHandSide
Edge:lhs
Edge:To
Edge:Destination
Edge:TargetName
Edge:RightHandSide
Edge:rhs
Edge:Attributes
Edge:Node
Edge:InputObject
Edge:FromScript
Edge:FromScriptBlock
Edge:SourceScript
Edge:ToScript
Edge:ToScriptBlock
Edge:TargetScript
Edge:LiteralAttribute
Edge:Default
Edge:Verbose
Edge:vb
Edge:Debug
Edge:db
Edge:ErrorAction
Edge:ea
Edge:WarningAction
Edge:wa
Edge:InformationAction
Edge:infa
Edge:ErrorVariable
Edge:ev
Edge:WarningVariable
Edge:wv
Edge:InformationVariable
Edge:iv
Edge:OutVariable
Edge:ov
Edge:OutBuffer
Edge:ob
Edge:PipelineVariable
Edge:pv
Export-PSGraph:Source
Export-PSGraph:InputObject
Export-PSGraph:Graph
Export-PSGraph:SourcePath
Export-PSGraph:DestinationPath
Export-PSGraph:OutputFormat
Export-PSGraph:LayoutEngine
Export-PSGraph:GraphVizPath
Export-PSGraph:ShowGraph
Export-PSGraph:Verbose
Export-PSGraph:vb
Export-PSGraph:Debug
Export-PSGraph:db
Export-PSGraph:ErrorAction
Export-PSGraph:ea
Export-PSGraph:WarningAction
Export-PSGraph:wa
Export-PSGraph:InformationAction
Export-PSGraph:infa
Export-PSGraph:ErrorVariable
Export-PSGraph:ev
Export-PSGraph:WarningVariable
Export-PSGraph:wv
Export-PSGraph:InformationVariable
Export-PSGraph:iv
Export-PSGraph:OutVariable
Export-PSGraph:ov
Export-PSGraph:OutBuffer
Export-PSGraph:ob
Export-PSGraph:PipelineVariable
Export-PSGraph:pv
Graph:Name
Graph:ScriptBlock
Graph:Attributes
Graph:Type
Graph:Verbose
Graph:vb
Graph:Debug
Graph:db
Graph:ErrorAction
Graph:ea
Graph:WarningAction
Graph:wa
Graph:InformationAction
Graph:infa
Graph:ErrorVariable
Graph:ev
Graph:WarningVariable
Graph:wv
Graph:InformationVariable
Graph:iv
Graph:OutVariable
Graph:ov
Graph:OutBuffer
Graph:ob
Graph:PipelineVariable
Graph:pv
Inline:InlineCommand
Inline:Verbose
Inline:vb
Inline:Debug
Inline:db
Inline:ErrorAction
Inline:ea
Inline:WarningAction
Inline:wa
Inline:InformationAction
Inline:infa
Inline:ErrorVariable
Inline:ev
Inline:WarningVariable
Inline:wv
Inline:InformationVariable
Inline:iv
Inline:OutVariable
Inline:ov
Inline:OutBuffer
Inline:ob
Inline:PipelineVariable
Inline:pv
Install-GraphViz:Verbose
Install-GraphViz:vb
Install-GraphViz:Debug
Install-GraphViz:db
Install-GraphViz:ErrorAction
Install-GraphViz:ea
Install-GraphViz:WarningAction
Install-GraphViz:wa
Install-GraphViz:InformationAction
Install-GraphViz:infa
Install-GraphViz:ErrorVariable
Install-GraphViz:ev
Install-GraphViz:WarningVariable
Install-GraphViz:wv
Install-GraphViz:InformationVariable
Install-GraphViz:iv
Install-GraphViz:OutVariable
Install-GraphViz:ov
Install-GraphViz:OutBuffer
Install-GraphViz:ob
Install-GraphViz:PipelineVariable
Install-GraphViz:pv
Install-GraphViz:WhatIf
Install-GraphViz:wi
Install-GraphViz:Confirm
Install-GraphViz:cf
Node:Name
Node:NodeScript
Node:Script
Node:Attributes
Node:Ranked
Node:Rank
Node:Default
Node:Verbose
Node:vb
Node:Debug
Node:db
Node:ErrorAction
Node:ea
Node:WarningAction
Node:wa
Node:InformationAction
Node:infa
Node:ErrorVariable
Node:ev
Node:WarningVariable
Node:wv
Node:InformationVariable
Node:iv
Node:OutVariable
Node:ov
Node:OutBuffer
Node:ob
Node:PipelineVariable
Node:pv
Rank:Nodes
Rank:AdditionalNodes
Rank:NodeScript
Rank:Script
Rank:Verbose
Rank:vb
Rank:Debug
Rank:db
Rank:ErrorAction
Rank:ea
Rank:WarningAction
Rank:wa
Rank:InformationAction
Rank:infa
Rank:ErrorVariable
Rank:ev
Rank:WarningVariable
Rank:wv
Rank:InformationVariable
Rank:iv
Rank:OutVariable
Rank:ov
Rank:OutBuffer
Rank:ob
Rank:PipelineVariable
Rank:pv
Set-NodeFormatScript:ScriptBlock
Set-NodeFormatScript:Verbose
Set-NodeFormatScript:vb
Set-NodeFormatScript:Debug
Set-NodeFormatScript:db
Set-NodeFormatScript:ErrorAction
Set-NodeFormatScript:ea
Set-NodeFormatScript:WarningAction
Set-NodeFormatScript:wa
Set-NodeFormatScript:InformationAction
Set-NodeFormatScript:infa
Set-NodeFormatScript:ErrorVariable
Set-NodeFormatScript:ev
Set-NodeFormatScript:WarningVariable
Set-NodeFormatScript:wv
Set-NodeFormatScript:InformationVariable
Set-NodeFormatScript:iv
Set-NodeFormatScript:OutVariable
Set-NodeFormatScript:ov
Set-NodeFormatScript:OutBuffer
Set-NodeFormatScript:ob
Set-NodeFormatScript:PipelineVariable
Set-NodeFormatScript:pv
Set-NodeFormatScript:WhatIf
Set-NodeFormatScript:wi
Set-NodeFormatScript:Confirm
Set-NodeFormatScript:cf
SubGraph:ID
SubGraph:ScriptBlock
SubGraph:Attributes
SubGraph:Verbose
SubGraph:vb
SubGraph:Debug
SubGraph:db
SubGraph:ErrorAction
SubGraph:ea
SubGraph:WarningAction
SubGraph:wa
SubGraph:InformationAction
SubGraph:infa
SubGraph:ErrorVariable
SubGraph:ev
SubGraph:WarningVariable
SubGraph:wv
SubGraph:InformationVariable
SubGraph:iv
SubGraph:OutVariable
SubGraph:ov
SubGraph:OutBuffer
SubGraph:ob
SubGraph:PipelineVariable
SubGraph:pv
Loading

0 comments on commit 96dadca

Please sign in to comment.