Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenric Müller <hemuller@microsoft.com>2018-11-07 11:44:16 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-09 12:32:31 +0300
commit2af01b3340ab988835caea9667d1e74a861c9e3c (patch)
treee4be15b0c6de70b79a82805a6d8f5454d7458b33 /generate-refasm-sources.sh
parent932582630c4f2509ef1e746a143bb65aeedaab7f (diff)
Updating reference assemblies with private struct fields
Updating 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1 and 4.7.2 reference assemblies, created with new GenAPI, to now include private struct fields as described in mono/mono#7859.
Diffstat (limited to 'generate-refasm-sources.sh')
-rwxr-xr-xgenerate-refasm-sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-refasm-sources.sh b/generate-refasm-sources.sh
index 9717dd7..5ea35e3 100755
--- a/generate-refasm-sources.sh
+++ b/generate-refasm-sources.sh
@@ -18,7 +18,7 @@ for i in *.dll Facades/*.dll; do
if [[ "$i" = "Facades"* ]]; then outpath="$outpath/Facades"; fi
echo "Processing $i"
- mono "$REPODIR/../api-snapshot/tools/genapi/GenAPI.exe" -assembly:"$i" -out:"$outpath" -typeforwardedTo -assemblyVersion -assemblyAttributes -headerFile:"$REPODIR/../api-snapshot/profiles/license-header.txt" -libPath:"$NETFXSOURCE"
+ mono "$REPODIR/../api-snapshot/tools/genapi/Microsoft.DotNet.GenAPI.exe" -assembly:"$i" -out:"$outpath" -typeforwardedTo -assemblyVersion -assemblyAttributes -headerFile:"$REPODIR/../api-snapshot/profiles/license-header.txt" -libPath:"$NETFXSOURCE"
done
cd "$REPODIR/src/$NETFXPROFILE"