summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Toolkit/Properties/AssemblyInfo.cs
blob: 22dcdd96e6e586e4ca9e5fad71ba50175e40698b (plain)
1
2
3
4
5
6
7
8
9
10
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("SMAPI.Toolkit")]
[assembly: AssemblyDescription("A library which encapsulates mod-handling logic for mod managers and tools. Not intended for use by mods.")]
[assembly: AssemblyProduct("SMAPI Toolkit")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: InternalsVisibleTo("StardewModdingAPI")]
[assembly: InternalsVisibleTo("StardewModdingAPI.Web")]