mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-11 23:18:43 +00:00
Bring into WoofWare brand (#14)
This commit is contained in:
@@ -6,7 +6,7 @@ module Literals =
|
||||
[<Literal>]
|
||||
let something = "something"
|
||||
|
||||
[<MyriadPlugin.JsonParse>]
|
||||
[<WoofWare.Myriad.Plugins.JsonParse>]
|
||||
type InnerType =
|
||||
{
|
||||
[<JsonPropertyName(Literals.something)>]
|
||||
@@ -14,7 +14,7 @@ type InnerType =
|
||||
}
|
||||
|
||||
/// My whatnot
|
||||
[<MyriadPlugin.JsonParse>]
|
||||
[<WoofWare.Myriad.Plugins.JsonParse>]
|
||||
type JsonRecordType =
|
||||
{
|
||||
/// A thing!
|
||||
|
Reference in New Issue
Block a user