Skip to content

Commit

Permalink
Updated published version
Browse files Browse the repository at this point in the history
  • Loading branch information
tduguid authored and tduguid committed Oct 31, 2018
1 parent bfd7cd0 commit 27c675f
Show file tree
Hide file tree
Showing 32 changed files with 427 additions and 29 deletions.
4 changes: 2 additions & 2 deletions CS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: AssemblyVersion("4.0.0.1")]
[assembly: AssemblyFileVersion("4.0.0.1")]

8 changes: 4 additions & 4 deletions CS/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions CS/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<Value Profile="(Default)">;</Value>
</Setting>
<Setting Name="App_PathDeploy" Type="System.String" Scope="User">
<Value Profile="(Default)">https://raw.githubusercontent.com/Office-projects/Script-Help/master/publish/</Value>
<Value Profile="(Default)">https://raw.githubusercontent.com/Excel-projects/Script-Help/master/publish/</Value>
</Setting>
<Setting Name="App_PathLocalData" Type="System.String" Scope="User">
<Value Profile="(Default)" />
Expand All @@ -63,7 +63,7 @@
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="App_PathReadMe" Type="System.String" Scope="User">
<Value Profile="(Default)">https://github.com/Office-projects/Script-Help/blob/master/README.md</Value>
<Value Profile="(Default)">https://github.com/Excel-projects/Script-Help/blob/master/README.md</Value>
</Setting>
<Setting Name="App_PathDeployData" Type="System.String" Scope="User">
<Value Profile="(Default)" />
Expand All @@ -75,7 +75,7 @@
<Value Profile="(Default)">07/31/2017 13:05:00</Value>
</Setting>
<Setting Name="App_PathNewIssue" Type="System.String" Scope="User">
<Value Profile="(Default)">https://github.com/Office-projects/Script-Help/issues/new</Value>
<Value Profile="(Default)">https://github.com/Excel-projects/Script-Help/issues/new</Value>
</Setting>
<Setting Name="Visible_grpAnnotation" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
Expand Down
2 changes: 1 addition & 1 deletion CS/Ribbon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ribbon startFromScratch="true">
<qat>
<sharedControls >
<control idMso ="FileSave" />
<button idMso ="FileSave" />
<button
id="btnSaveVersion"
label="Save Version"
Expand Down
4 changes: 2 additions & 2 deletions CS/ScriptHelp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<VSTO_TrustAssembliesLocation>true</VSTO_TrustAssembliesLocation>
<BootstrapperEnabled>true</BootstrapperEnabled>
<PublishUrl>publish\</PublishUrl>
<InstallUrl>https://raw.githubusercontent.com/Office-projects/Script-Help/master/CS/publish/</InstallUrl>
<InstallUrl>https://raw.githubusercontent.com/Excel-projects/Script-Help/master/CS/publish/</InstallUrl>
<TargetCulture>en</TargetCulture>
<ApplicationVersion>4.0.0.0</ApplicationVersion>
<ApplicationVersion>4.0.0.1</ApplicationVersion>
<AutoIncrementApplicationRevision>false</AutoIncrementApplicationRevision>
<UpdateEnabled>true</UpdateEnabled>
<UpdateInterval>0</UpdateInterval>
Expand Down
6 changes: 3 additions & 3 deletions CS/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<value>;</value>
</setting>
<setting name="App_PathDeploy" serializeAs="String">
<value>https://raw.githubusercontent.com/Office-projects/Script-Help/master/publish/</value>
<value>https://raw.githubusercontent.com/Excel-projects/Script-Help/master/publish/</value>
</setting>
<setting name="App_PathLocalData" serializeAs="String">
<value />
Expand All @@ -69,7 +69,7 @@
<value>True</value>
</setting>
<setting name="App_PathReadMe" serializeAs="String">
<value>https://github.com/Office-projects/Script-Help/blob/master/README.md</value>
<value>https://github.com/Excel-projects/Script-Help/blob/master/README.md</value>
</setting>
<setting name="App_PathDeployData" serializeAs="String">
<value />
Expand All @@ -81,7 +81,7 @@
<value>07/31/2017 13:05:00</value>
</setting>
<setting name="App_PathNewIssue" serializeAs="String">
<value>https://github.com/Office-projects/Script-Help/issues/new</value>
<value>https://github.com/Excel-projects/Script-Help/issues/new</value>
</setting>
<setting name="Visible_grpAnnotation" serializeAs="String">
<value>False</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<value>;</value>
</setting>
<setting name="App_PathDeploy" serializeAs="String">
<value>https://raw.githubusercontent.com/Office-projects/ScriptHelp/master/publish/</value>
<value>https://raw.githubusercontent.com/Excel-projects/Script-Help/master/publish/</value>
</setting>
<setting name="App_PathLocalData" serializeAs="String">
<value />
Expand All @@ -69,7 +69,7 @@
<value>True</value>
</setting>
<setting name="App_PathReadMe" serializeAs="String">
<value>https://github.com/Office-projects/ScriptHelp/blob/master/README.md</value>
<value>https://github.com/Excel-projects/Script-Help/blob/master/README.md</value>
</setting>
<setting name="App_PathDeployData" serializeAs="String">
<value />
Expand All @@ -81,7 +81,7 @@
<value>07/31/2017 13:05:00</value>
</setting>
<setting name="App_PathNewIssue" serializeAs="String">
<value>https://github.com/Office-projects/ScriptHelp/issues/new</value>
<value>https://github.com/Excel-projects/Script-Help/issues/new</value>
</setting>
<setting name="Visible_grpAnnotation" serializeAs="String">
<value>False</value>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ScriptHelp.dll" size="352768">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ScriptHelp.dll" size="364032">
<assemblyIdentity name="ScriptHelp" version="4.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>TZm50q2d2/RSGUcfNGKU3Qk76K51pmHmNOnNLEhiRMY=</dsig:DigestValue>
<dsig:DigestValue>wGCiDlwvpKO4YrK+NjDwyNIAowvBnwwpEOd+fIUmf14=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down Expand Up @@ -168,7 +168,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>DnoxoiWgXiYIk9gr0kfXX74KpnXtkou499xPJJV5h/I=</dsig:DigestValue>
<dsig:DigestValue>YuR1lKG8U7XB188l2RdTuU8p6qKo6oRWTJyGLVYYbWk=</dsig:DigestValue>
</hash>
</file>
<file name="sqlceca35.dll" size="342384">
Expand Down Expand Up @@ -255,4 +255,4 @@
</vstov4:customizations>
</vstav3:application>
</vstav3:addIn>
<publisherIdentity name="CN=Anthony Duguid" issuerKeyHash="8e1f5b1cd6092c94f03bfe3cc8a6adc9d3fce05d" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>+ku4TfB9Pk3ATgAdwqyvXVCcjOg=</DigestValue></Reference></SignedInfo><SignatureValue>0S7LHOTDFUW+9zi8VJTu2W2baweMFb8hH+JMKbUXpItBHZzXBlu7WoHOcSiWL9dRJ9MoQPdTf1/ZQ8S4a8pQokWSUHJBg5PAoxYIw7ZO6WoeCvUq5ZZduQ+Ue08L/xzEmDkJaljXHFJ+6WD2PXOLyeb4MXq8wbF5WLvwhyPutwC4+Lrlk4ehlcCI0XudrdC59+a04Y5XLQPtzxzh/9GTxtXWjcTjYkO6dnirpePicnZ33ks+os//O9ahgErFaE2Aq7tEWNZK9tDjs9BZ2EimwovVPaLz28MP/esEULvkEenm7kOhKJU1Y3RUMjYUwtzSU6Qc+0RWQ5S9mEAUW8zIgg==</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>3NXP0qsalOagDYU6g7VAQqeqZYlICq+yClVDSBb+3DNSFIy8M2IogpocMT5wAwOvnBBOYz34mgjqc03B7/uvXFDva1PW/4gRwL5jC+PJxg/FG4ghD+fRlKCDYC/55nNos04DP2APbkO1VLo9LjCVQRUfXjtbifOWtMHOzcw/AzY5PuxzLc5YCPXdXBCMw94aL4jXABdkXp2o3kO9opsWkeZpG7VPsnGe0Ov4A0kHo5/33wVtNOWWQKDD8qJA/wZLDmKAaQX60/hJKzzV7P7hNKoWmUxBAILe/N/soprlj8m5Li+Avx82XumDyH8LPyUad2YLoNcsAZFcNokt3S+QlQ==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="e88c9c505dafacc21d004ec04d3e7df04db84bfa" Description="" Url=""><as:assemblyIdentity name="ScriptHelp.dll" version="4.0.0.0" publicKeyToken="b3e780e0dcdf4cd1" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=Anthony Duguid</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>6qxrCioweLmY0MmKden7inJQRZ4=</DigestValue></Reference></SignedInfo><SignatureValue>ivPhmxe0gBJMRlha1OJ7C0B9Ep+p4oZJ1XH4Dx9GF2tGkY0cG9bt5S7pJujgbtvFNvrWfpkk5V3Gq8fIsUx7V5ElyG3zXsQN/uKumki57eigIWupAfp0q7ezhaASjzAgd4jPuuUu43D2E+8kZJ0UsdnaeFyLDV3OV4HnM1p2eE7cmaHEmq5JJ8poAEANw7lwlRUr7QsIdnxMBNGcAYvSfO+2f9Ms1aVvcDkNmts+93Omvz24KsjcSE9TaoJgq6/qGGmQLoNqVXqaJhHCu8AbWAL4yVCMHQx07Mu0AWeKgoAtbtzHgxmX+GeKHQUeBdY/dfrmzqcGdE7PPW6TELpbOg==</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>3NXP0qsalOagDYU6g7VAQqeqZYlICq+yClVDSBb+3DNSFIy8M2IogpocMT5wAwOvnBBOYz34mgjqc03B7/uvXFDva1PW/4gRwL5jC+PJxg/FG4ghD+fRlKCDYC/55nNos04DP2APbkO1VLo9LjCVQRUfXjtbifOWtMHOzcw/AzY5PuxzLc5YCPXdXBCMw94aL4jXABdkXp2o3kO9opsWkeZpG7VPsnGe0Ov4A0kHo5/33wVtNOWWQKDD8qJA/wZLDmKAaQX60/hJKzzV7P7hNKoWmUxBAILe/N/soprlj8m5Li+Avx82XumDyH8LPyUad2YLoNcsAZFcNokt3S+QlQ==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIDNzCCAiOgAwIBAgIQYnexPCssuqJKygwWUAWe/zAJBgUrDgMCHQUAMBkxFzAVBgNVBAMTDkFudGhvbnkgRHVndWlkMCAXDTE3MDUyNDAyMTYyNloYDzIxNzQwMTE1MTQwMDAwWjAZMRcwFQYDVQQDEw5BbnRob255IER1Z3VpZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANzVz9KrGpTmoA2FOoO1QEKnqmWJSAqvsgpVQ0gW/twzUhSMvDNiKIKaHDE+cAMDr5wQTmM9+JoI6nNNwe/7r1xQ72tT1v+IEcC+YwvjycYPxRuIIQ/n0ZSgg2Av+eZzaLNOAz9gD25DtVS6PS4wlUEVH147W4nzlrTBzs3MPwM2OT7scy3OWAj13VwQjMPeGi+I1wAXZF6dqN5DvaKbFpHmaRu1T7JxntDr+ANJB6Of998FbTTllkCgw/KiQP8GSw5igGkF+tP4SSs81ez+4TSqFplMQQCC3vzf7KKa5Y/JuS4vgL8fNl7pg8h/Cz8lGndmC6DXLAGRXDaJLd0vkJUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMCAQAwHwYDVR0lBBgwFgYIKwYBBQUHAwMGCisGAQQBgjcKAw0wSgYDVR0BBEMwQYAQNGzMp7oROO3P8lbeEXBwu6EbMBkxFzAVBgNVBAMTDkFudGhvbnkgRHVndWlkghBid7E8Kyy6okrKDBZQBZ7/MAkGBSsOAwIdBQADggEBAC5GwoBNGd1zaobQ/gjoWjMjfgoon4q3UVVMC428DY5audMdzD8fE8uv8bPFvJ5TORpfOEtiygx2H/8nEf60eC+QQEex19XS81a21A76BQNa9rwsFHZNHzgwQEiG9a3qK7exMgV/KHxOJ3luierjK78vCBplh+HGgCfY1KOaUrQoJ/Gg710vRcd51vsMFN71M3EGF16JZ4dPxMwdOPf9yj4T0JFm2aMU0RkkW1Z4axiHL6iyTfH5uX5Rt+Nzpt9kA585hLECFpI6vIYkF7eKCMi7qEKBHCudszyekQOOCHKa+pKmMf84wa1XVi9OHHTSBR5XrOAoorjn5HyLsbV6fvA=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
<publisherIdentity name="CN=Anthony Duguid" issuerKeyHash="8e1f5b1cd6092c94f03bfe3cc8a6adc9d3fce05d" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>1wijgOToORgv95XOHrUBFu3qpPA=</DigestValue></Reference></SignedInfo><SignatureValue>KcCNt0OQ7/tA8uANGrsTExVQ55HdLAi7AmRu/HOUE8aLCV163zLvKM+NuFdBaLqvyXnTl9c1Ty8JU3enQvvx6m6qa0G8pTAOpAFctcpw6zysP18rnO1BEobrRInOfAJBFRdF427W6fDz/Dx4hoBM3MBf2dZPRjuMs13UGr7iMkDox2EMR0aZqiU1gVgt7eZnHPkYUuc4BpZ9DIPNbk1AF4ZRfzUvTN7c6vWWEAzc1dJJcmltCmn2ONfpMlZ06KW99HEphMQ0icmk++TwLhItBjdNAwp3tp3QLat2iys6iQ/TwUAPsbB9RRgzeLiE6qYtLf6RJv3bDGm0aQCecXondg==</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>3NXP0qsalOagDYU6g7VAQqeqZYlICq+yClVDSBb+3DNSFIy8M2IogpocMT5wAwOvnBBOYz34mgjqc03B7/uvXFDva1PW/4gRwL5jC+PJxg/FG4ghD+fRlKCDYC/55nNos04DP2APbkO1VLo9LjCVQRUfXjtbifOWtMHOzcw/AzY5PuxzLc5YCPXdXBCMw94aL4jXABdkXp2o3kO9opsWkeZpG7VPsnGe0Ov4A0kHo5/33wVtNOWWQKDD8qJA/wZLDmKAaQX60/hJKzzV7P7hNKoWmUxBAILe/N/soprlj8m5Li+Avx82XumDyH8LPyUad2YLoNcsAZFcNokt3S+QlQ==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="f0a4eaed1601b51ece95f72f1839e8e480a308d7" Description="" Url=""><as:assemblyIdentity name="ScriptHelp.dll" version="4.0.0.0" publicKeyToken="b3e780e0dcdf4cd1" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=Anthony Duguid</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>PpIHG2WZf7oOR0Ie/8mlur5/dC0=</DigestValue></Reference></SignedInfo><SignatureValue>ncBhmhJ+2M6USy12s4rbJNaA0ZLjo7bx3pJ8i0EBDo66lMGIr563ObIdo/f1LW4nSVv++fxRMELUqpr6ltu2HYpQf1tDK4PEtwt2pqCTnBH7Hnr27qAaP9WstUSHfEjiKt1h3ANvE8zpOOEAle9yHlm2T5wKdVs5s8TYMG+ZBbA99fZbSfXaKVdfTPwoBFNtrgL7fh2YBIpOJAzb0gXq0FpRqGbMejhl4biakaP9FjWsvcRareZsK4VQzt8cYKPqx2ICWyxTyjRI/NEn0Mhn046jco/EjD7zK/eMob2h6gwU1cnoV4qvFMy1ZcWHhEeZfNKfHTLaGAvNJRbjTYMC5A==</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>3NXP0qsalOagDYU6g7VAQqeqZYlICq+yClVDSBb+3DNSFIy8M2IogpocMT5wAwOvnBBOYz34mgjqc03B7/uvXFDva1PW/4gRwL5jC+PJxg/FG4ghD+fRlKCDYC/55nNos04DP2APbkO1VLo9LjCVQRUfXjtbifOWtMHOzcw/AzY5PuxzLc5YCPXdXBCMw94aL4jXABdkXp2o3kO9opsWkeZpG7VPsnGe0Ov4A0kHo5/33wVtNOWWQKDD8qJA/wZLDmKAaQX60/hJKzzV7P7hNKoWmUxBAILe/N/soprlj8m5Li+Avx82XumDyH8LPyUad2YLoNcsAZFcNokt3S+QlQ==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIDNzCCAiOgAwIBAgIQYnexPCssuqJKygwWUAWe/zAJBgUrDgMCHQUAMBkxFzAVBgNVBAMTDkFudGhvbnkgRHVndWlkMCAXDTE3MDUyNDAyMTYyNloYDzIxNzQwMTE1MTQwMDAwWjAZMRcwFQYDVQQDEw5BbnRob255IER1Z3VpZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANzVz9KrGpTmoA2FOoO1QEKnqmWJSAqvsgpVQ0gW/twzUhSMvDNiKIKaHDE+cAMDr5wQTmM9+JoI6nNNwe/7r1xQ72tT1v+IEcC+YwvjycYPxRuIIQ/n0ZSgg2Av+eZzaLNOAz9gD25DtVS6PS4wlUEVH147W4nzlrTBzs3MPwM2OT7scy3OWAj13VwQjMPeGi+I1wAXZF6dqN5DvaKbFpHmaRu1T7JxntDr+ANJB6Of998FbTTllkCgw/KiQP8GSw5igGkF+tP4SSs81ez+4TSqFplMQQCC3vzf7KKa5Y/JuS4vgL8fNl7pg8h/Cz8lGndmC6DXLAGRXDaJLd0vkJUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMCAQAwHwYDVR0lBBgwFgYIKwYBBQUHAwMGCisGAQQBgjcKAw0wSgYDVR0BBEMwQYAQNGzMp7oROO3P8lbeEXBwu6EbMBkxFzAVBgNVBAMTDkFudGhvbnkgRHVndWlkghBid7E8Kyy6okrKDBZQBZ7/MAkGBSsOAwIdBQADggEBAC5GwoBNGd1zaobQ/gjoWjMjfgoon4q3UVVMC428DY5audMdzD8fE8uv8bPFvJ5TORpfOEtiygx2H/8nEf60eC+QQEex19XS81a21A76BQNa9rwsFHZNHzgwQEiG9a3qK7exMgV/KHxOJ3luierjK78vCBplh+HGgCfY1KOaUrQoJ/Gg710vRcd51vsMFN71M3EGF16JZ4dPxMwdOPf9yj4T0JFm2aMU0RkkW1Z4axiHL6iyTfH5uX5Rt+Nzpt9kA585hLECFpI6vIYkF7eKCMi7qEKBHCudszyekQOOCHKa+pKmMf84wa1XVi9OHHTSBR5XrOAoorjn5HyLsbV6fvA=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
Loading

0 comments on commit 27c675f

Please sign in to comment.