Changed comments in template files

This commit is contained in:
Terje Sandstrom 2019-03-03 22:16:33 +01:00
Родитель 198a085f40
Коммит 025b981b92
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,5 @@
// NUnit3 Tests, see documentation : https://github.com/nunit/docs/wiki/NUnit-Documentation
// NUnit3 tests
// See documentation : https://github.com/nunit/docs/wiki/NUnit-Documentation
using NUnit.Framework;
namespace $safeprojectname$

Просмотреть файл

@ -1,5 +1,6 @@
Option Explicit On
' NUnit3 Tests, see documentation : https://github.com/nunit/docs/wiki/NUnit-Documentation
' NUnit3 tests
' See documentation : https://github.com/nunit/docs/wiki/NUnit-Documentation
Imports System
Imports NUnit.Framework