about summary refs log tree commit diff
path: root/pkgs/games/build-support/monogame-patcher/src/assembly-info.cs
blob: 55c4c4d3673a5fc34c2f6df11364af3eb1f0e8b8 (plain) (blame)
1
2
3
4
5
6
using System.Reflection;

[assembly: AssemblyTitle("monogame-patcher")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyDescription("Patches common annoyances in Mono Assemblies")]
[assembly: AssemblyCopyright("(c) 2018 aszlig")]