summaryrefslogtreecommitdiff
path: root/src/SMAPI/Properties/AssemblyInfo.cs
blob: b0a065f58b29035be0f37064944e948559b2e251 (plain)
1
2
3
4
5
6
7
8
9
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Stardew Modding API (SMAPI)")]
[assembly: AssemblyDescription("A modding API for Stardew Valley.")]
[assembly: Guid("5c3f7f42-fefd-43db-aaea-92ea3bcad531")]
[assembly: InternalsVisibleTo("StardewModdingAPI.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] // Moq for unit testing