Skip to content

Commit 65cd4d0

Browse files
committed
2 parents ebba7db + 37573aa commit 65cd4d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ UnityEditor.Scripting.ScriptCompilers.CreateCompilerInstance (MonoIsland island,
6464
- An integration part between unity3d and incremental compiler is based on
6565
[alexzzzz](https://bitbucket.org/alexzzzz/unity-c-5.0-and-6.0-integration/src)'s works.
6666
- Mono MDB writer for roslyn is based on
67-
[marek-safar](https://github.com/marek-safar)'s
67+
[DavidKarlas](https://github.com/DavidKarlas)'s
6868
[work](https://github.com/mono/roslyn/pull/4).

core/RoslynMdbWriter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## RoslynMdbWriter
22

33
This modules let roslyn to emit an MDB debugging symbol file instead of PDB.
4-
Most of code is based on [marek-safar](https://github.com/marek-safar)'s
4+
Most of code is based on [DavidKarlas](https://github.com/DavidKarlas)'s
55
[work](https://github.com/mono/roslyn/pull/4). But some works have been done
66
for handling changes of Roslyn.
77

0 commit comments

Comments
 (0)