From df15158fd3c66c75e2d39750f9107e82640ade0a Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Fri, 28 Feb 2020 15:39:59 +0100 Subject: [PATCH] Strong name XmlSchemaClassGenerator assembly (Fix #170) Add SourceLink --- .../XmlSchemaClassGenerator.Console.csproj | 4 ++++ .../XmlSchemaClassGenerator.csproj | 7 +++++++ .../XmlSchemaClassGenerator.snk | Bin 0 -> 596 bytes xscgen-proj/xscgen-proj.csproj | 4 ++++ xscgen/xscgen.csproj | 4 ++++ 5 files changed, 19 insertions(+) create mode 100644 XmlSchemaClassGenerator/XmlSchemaClassGenerator.snk diff --git a/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj b/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj index 99a4840c..88f86ae6 100644 --- a/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj +++ b/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj @@ -19,6 +19,9 @@ git git://github.com/mganss/XmlSchemaClassGenerator false + true + true + true @@ -32,5 +35,6 @@ + \ No newline at end of file diff --git a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj index aa86e670..a744a2ee 100644 --- a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj +++ b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj @@ -11,6 +11,9 @@ Michael Ganss netstandard2.0;net461 XmlSchemaClassGenerator + XmlSchemaClassGenerator.snk + true + true XmlSchemaClassGenerator-beta xsd https://github.com/mganss/XmlSchemaClassGenerator @@ -19,6 +22,9 @@ git://github.com/mganss/XmlSchemaClassGenerator XmlSchemaClassGenerator latest + true + true + true @@ -30,6 +36,7 @@ + diff --git a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.snk b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.snk new file mode 100644 index 0000000000000000000000000000000000000000..6be4bffd849ce36998b0a59fddde98db7808ab77 GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa500979wN0~A@&k8Iy653#8ID$5SRVi>$_|h1 z4zCJGN}v<_-1!5~T1`&jAfx6K>Qib)zLs$MFlkigByT1zE8o^Yll;D7@Ybs)()3zs zgd1Wgj*`&;>>Gz17yv4~r))p2uvA_2H#TgP12*OsyKz)>U$c2i+t!Nxs++XHe>?y&$&Az_4z z)qI&C4fa~o1E|%{)yO)LXL!0l}s2JkCSp__YaJp-#M%ee@-}~Iy2~Dc2D$*uP!*q7% zDDa+&Q-LAz36fzz1(Q>y0GHWMEg{-l^jhMaH@aRClz2DWO1*2;1&<;FP}^VsA_{MGWT9=O*OVoh3DO3B$ad(=AT|d zT1Q3;cMu6+>|CiuAF8XUL04M@fA`aOFT<#P|kOg4+sE>(1HZs`}R(vhe0 z>wpc&e!va2`bAFC<(qFE=BrS`zxFv6HY7XY)+F56ZVHOG2>8eWK~{(bKL7hhbXRoa zfGpY0-2WO6eD3zqLas;)eCP}kFj{;yH0Oz!jwx5hk1+m~z9kVh iVH$eLWg-_v+u`Zk+(Kq1R|bY38gDSSw0hSw6v-5@{ToRD literal 0 HcmV?d00001 diff --git a/xscgen-proj/xscgen-proj.csproj b/xscgen-proj/xscgen-proj.csproj index c19a4d87..478180a0 100644 --- a/xscgen-proj/xscgen-proj.csproj +++ b/xscgen-proj/xscgen-proj.csproj @@ -20,6 +20,9 @@ git://github.com/mganss/XmlSchemaClassGenerator dotnet-xscgen $(DefineConstants);NETSTANDARD + true + true + true @@ -30,6 +33,7 @@ + true diff --git a/xscgen/xscgen.csproj b/xscgen/xscgen.csproj index e5089888..0eb9280c 100644 --- a/xscgen/xscgen.csproj +++ b/xscgen/xscgen.csproj @@ -21,6 +21,9 @@ true xscgen $(DefineConstants);NETSTANDARD + true + true + true @@ -31,6 +34,7 @@ + true