Skip to content

Commit 7842118

Browse files
v1.1.3 (#11)
* Remove the empty line at the end of the template files.
1 parent 4684635 commit 7842118

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build/azure-pipelines-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
- name: Version
33
displayName: The version of the Visual Studio Templates
44
type: string
5-
default: 1.1.2.0
5+
default: 1.1.3.0
66

77
trigger: none
88

src/VisualStudio.Templates.Files/Class.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ public class $safeitemrootname$
1212
{
1313
}
1414
}
15-
}
15+
}

src/VisualStudio.Templates.Files/Exception.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ public class $safeitemname$ : Exception
2323
{
2424
}
2525
}
26-
}
26+
}

src/VisualStudio.Templates.Files/Interface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ public interface $safeitemname$
1010
{
1111

1212
}
13-
}
13+
}

src/VisualStudio.Templates.Files/RazorComponent.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ public partial class $safeitemname$
1212
{
1313
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)