Browse Source

Updated name of GeneratedStore in docs

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
b085cf0385
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/articles/dev-resources/PluginConfig.cs
  2. +1
    -1
      docs/articles/start-dev.md

+ 1
- 1
docs/articles/dev-resources/PluginConfig.cs View File

@ -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
{


+ 1
- 1
docs/articles/start-dev.md View File

@ -124,7 +124,7 @@ applying attributes to the <xref:IPA.Config.Config> parameter, namely <xref:IPA.
<xref:IPA.Config.Config.PreferAttribute> 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
<xref:IPA.Config.Stores.GeneratedExtension.Generated``1(IPA.Config.Config,System.Boolean)>.
<xref:IPA.Config.Stores.GeneratedStore.Generated``1(IPA.Config.Config,System.Boolean)>.
At this point, your main plugin file should look something like this:


Loading…
Cancel
Save