From 7e229ce16d5d0b4bccc87ff99f7648866797ca78 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 25 Feb 2020 17:00:32 -0600 Subject: [PATCH] Updated name of GeneratedStore in docs --- docs/articles/dev-resources/PluginConfig.cs | 2 +- docs/articles/start-dev.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/dev-resources/PluginConfig.cs b/docs/articles/dev-resources/PluginConfig.cs index 17e59fa6..9eeef209 100644 --- a/docs/articles/dev-resources/PluginConfig.cs +++ b/docs/articles/dev-resources/PluginConfig.cs @@ -4,7 +4,7 @@ using IPA.Config.Stores; using IPA.Config.Stores.Attributes; using IPA.Config.Stores.Converters; -[assembly: InternalsVisibleTo(GeneratedExtension.AssemblyVisibilityTarget)] +[assembly: InternalsVisibleTo(GeneratedStore.AssemblyVisibilityTarget)] namespace Demo { diff --git a/docs/articles/start-dev.md b/docs/articles/start-dev.md index f251dc86..60025a9c 100644 --- a/docs/articles/start-dev.md +++ b/docs/articles/start-dev.md @@ -124,7 +124,7 @@ applying attributes to the parameter, namely to control the type. If the type preferences aren't registered though, it will just fall back to JSON. The config's behaviour can be found either later here, or in the remarks section of -. +. At this point, your main plugin file should look something like this: