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

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenric Müller <henric.muller@gmail.com>2018-11-09 12:40:11 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-09 12:40:11 +0300
commit066384a05b6cd2b775ccae6136f7d95d177f19f9 (patch)
tree21d36d13321074729c9d76bce9aaaae07853d0c5
parentd1b5dbb7c925a4562137d3ba5bd608bfec2aed1a (diff)
Updating GenAPI from dotnet/arcade (#2)
New GenAPI built from https://github.com/henricm/arcade/commits/assembly-attributes-typeforwards.
-rw-r--r--tools/genapi/GenAPI.exebin38912 -> 0 bytes
-rw-r--r--tools/genapi/GenAPI.exe.config26
-rw-r--r--tools/genapi/Microsoft.Cci.Extensions.dllbin189440 -> 242688 bytes
-rw-r--r--tools/genapi/Microsoft.Cci.dllbin1764528 -> 1764536 bytes
-rwxr-xr-xtools/genapi/Microsoft.DotNet.GenAPI.exebin0 -> 48128 bytes
5 files changed, 0 insertions, 26 deletions
diff --git a/tools/genapi/GenAPI.exe b/tools/genapi/GenAPI.exe
deleted file mode 100644
index f3ffa26..0000000
--- a/tools/genapi/GenAPI.exe
+++ /dev/null
Binary files differ
diff --git a/tools/genapi/GenAPI.exe.config b/tools/genapi/GenAPI.exe.config
deleted file mode 100644
index bdec0d4..0000000
--- a/tools/genapi/GenAPI.exe.config
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
- </startup>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Collections.NonGeneric" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
- </dependentAssembly>
- </assemblyBinding>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration> \ No newline at end of file
diff --git a/tools/genapi/Microsoft.Cci.Extensions.dll b/tools/genapi/Microsoft.Cci.Extensions.dll
index 5c118ca..e984b08 100644
--- a/tools/genapi/Microsoft.Cci.Extensions.dll
+++ b/tools/genapi/Microsoft.Cci.Extensions.dll
Binary files differ
diff --git a/tools/genapi/Microsoft.Cci.dll b/tools/genapi/Microsoft.Cci.dll
index 0956d9a..e16ba62 100644
--- a/tools/genapi/Microsoft.Cci.dll
+++ b/tools/genapi/Microsoft.Cci.dll
Binary files differ
diff --git a/tools/genapi/Microsoft.DotNet.GenAPI.exe b/tools/genapi/Microsoft.DotNet.GenAPI.exe
new file mode 100755
index 0000000..62f2401
--- /dev/null
+++ b/tools/genapi/Microsoft.DotNet.GenAPI.exe
Binary files differ