diff --git a/.editorconfig b/.editorconfig index a76bdc2..c8bc6fc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,15 @@ # Remove the line below if you want to inherit .editorconfig settings from higher directories root = true +# Project files +[*.csproj] +indent_size = 2 +indent_style = space +tab_width = 2 +end_of_line = crlf +insert_final_newline = true +charset = utf-8 + # C# files [*.cs] diff --git a/Rubjerg.Graphviz/Rubjerg.Graphviz.csproj b/Rubjerg.Graphviz/Rubjerg.Graphviz.csproj index e21459f..2bdf78c 100644 --- a/Rubjerg.Graphviz/Rubjerg.Graphviz.csproj +++ b/Rubjerg.Graphviz/Rubjerg.Graphviz.csproj @@ -70,7 +70,7 @@ - Otherwise: 2.0.2-dev- --> - + <_GitTmpFile>$([System.String]::Copy('$(IntermediateOutputPath)git-info.txt').Replace('\', '/')) $([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss")) @@ -109,6 +109,9 @@ $([System.Text.RegularExpressions.Regex]::Replace($(LatestTag), '^v', '')) + 0.0.1 + $([System.Text.RegularExpressions.Regex]::Match('$(BaseVersion)', '^\d+').Value) + 0 <_ResolvedVersion Condition="'$(ExactTag)' != '' and '$(IsDirty)' == 'no'"> @@ -125,9 +128,14 @@ $(BaseVersion)-dev-$(Timestamp) - $([System.String]::Copy($(_ResolvedVersion)).Trim()) - + $([System.String]::Copy($(_ResolvedVersion)).Trim()) + $(Version) + $(Version) + $(MajorVersion).0.0.0 + $(AssemblyVersion) + + @@ -136,9 +144,12 @@ - - + + + + +