Skip to content

Commit 0677525

Browse files
authoredDec 14, 2020
Update teachers_guide.md
Updated CodeExerciseLibrary version
1 parent cd6006e commit 0677525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pages/teachers_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ These methods can be used to test the existence of any classes or methods by jus
133133
There is an additional library that can be added to use in the tests' .csproj file that will generate error throwing stubs in place of missing classes or methods. This has the benefit of avoiding visible errors in the test classes caused by missing methods or classes and the error messages given to the programmer can be easier to understand. To use the library, simply add:
134134

135135
```csproj
136-
<PackageReference Include="CodeExerciseLibrary.SourceGenerator" Version="1.2" />
136+
<PackageReference Include="CodeExerciseLibrary.SourceGenerator" Version="1.2.1" />
137137
```
138138
to the .csproj file's ItemGroup containing other packages.
139139

0 commit comments

Comments
 (0)
Please sign in to comment.