Skip to content

Commit 11540ab

Browse files
authored
Fix missing """
1 parent e52aeb6 commit 11540ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NerdBank.GitVersioning.Tests/AssemblyInfoTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace AssemblyInfo
3636
[<assembly: System.Reflection.AssemblyFileVersionAttribute(""1.3.1.0"")>]
3737
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("""")>]
3838
do()
39-
[<System.CodeDom.Compiler.GeneratedCode("" + AssemblyVersionInfo.GeneratorName + "","" + AssemblyVersionInfo.GeneratorVerison + "")>]
39+
[<System.CodeDom.Compiler.GeneratedCode(""" + AssemblyVersionInfo.GeneratorName + """,""" + AssemblyVersionInfo.GeneratorVerison + """)>]
4040
type internal ThisAssembly() =
4141
static member internal AssemblyVersion = ""1.3.0.0""
4242
static member internal AssemblyFileVersion = ""1.3.1.0""

0 commit comments

Comments
 (0)