summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig.Analyzer/Properties
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-04-09 19:32:00 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-04-09 19:32:00 -0400
commitf52f7ca36f2ecf3d4478c5bc1e9cd95e5ff53929 (patch)
tree6aa610c541bbebd2d14879235474028f6aef30fb /src/SMAPI.ModBuildConfig.Analyzer/Properties
parent22965604bfa5858a089d842173cdebe6aaed0ed8 (diff)
downloadSMAPI-f52f7ca36f2ecf3d4478c5bc1e9cd95e5ff53929.tar.gz
SMAPI-f52f7ca36f2ecf3d4478c5bc1e9cd95e5ff53929.tar.bz2
SMAPI-f52f7ca36f2ecf3d4478c5bc1e9cd95e5ff53929.zip
add mod code analyzers to detect implicit net field conversion issues (#471)
Diffstat (limited to 'src/SMAPI.ModBuildConfig.Analyzer/Properties')
-rw-r--r--src/SMAPI.ModBuildConfig.Analyzer/Properties/AssemblyInfo.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SMAPI.ModBuildConfig.Analyzer/Properties/AssemblyInfo.cs b/src/SMAPI.ModBuildConfig.Analyzer/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..1cc41000
--- /dev/null
+++ b/src/SMAPI.ModBuildConfig.Analyzer/Properties/AssemblyInfo.cs
@@ -0,0 +1,4 @@
+using System.Reflection;
+
+[assembly: AssemblyTitle("SMAPI.ModBuildConfig.Analyzer")]
+[assembly: AssemblyDescription("")]