Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1using System;
9
12[assembly: AssemblyDefaultAlias("System.Text.Json")]
14[assembly: AssemblyMetadata(".NETFrameworkAssembly", "")]
15[assembly: AssemblyMetadata("Serviceable", "True")]
16[assembly: AssemblyMetadata("PreferInbox", "True")]
17[assembly: AssemblyMetadata("IsTrimmable", "True")]
18[assembly: AssemblyCompany("Microsoft Corporation")]
19[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
20[assembly: AssemblyDescription("Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.\r\n\r\nCommonly Used Types:\r\nSystem.Text.Json.JsonSerializer\r\nSystem.Text.Json.JsonDocument\r\nSystem.Text.Json.JsonElement\r\nSystem.Text.Json.Utf8JsonWriter\r\nSystem.Text.Json.Utf8JsonReader")]
21[assembly: AssemblyFileVersion("6.0.21.52210")]
22[assembly: AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")]
23[assembly: AssemblyProduct("Microsoft® .NET")]
24[assembly: AssemblyTitle("System.Text.Json")]
25[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")]
26[assembly: AssemblyVersion("6.0.0.0")]
27[module: System.Runtime.CompilerServices.NullablePublicOnly(false)]