Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogis committed May 25, 2023
1 parent 8225cdc commit c5c72da
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions FatturazioneElettronica.IPA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json.Schema, Version=3.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.Schema.3.0.14\lib\net45\Newtonsoft.Json.Schema.dll</HintPath>
<HintPath>packages\Newtonsoft.Json.Schema.3.0.15\lib\net45\Newtonsoft.Json.Schema.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 2 additions & 0 deletions FatturazioneElettronica.IPA.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<copyright>Copyright 2023</copyright>
<tags>IPA FatturazioneElettronica nicogis</tags>
<icon>icon.png</icon>
<readme>Readme.md</readme>
</metadata>
<files>
<file src="icon.png" target="" />
<file src="Readme.md" target="" />
</files>
</package>
31 changes: 15 additions & 16 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,22 @@ Occorre selezionare la voce del menu Richiedi Authorization ID e compilare la fo

Ws18_AOO v3 = new Ws18_AOO("asdfdfsdfsdfsdffd", myAuthId);
Ws18 vv3 = v3.Request();

Ws19_AOO v4 = new Ws19_AOO("054", "A3F7393", myAuthId);
Ws19 vv4 = v4.Request();

Ws20_PEC v4 = new Ws20_PEC("054", myAuthId);
Ws20 vv4 = v4.Request();

Ws21_PEC_ENTE_STOR v5 = new Ws21_PEC_ENTE_STOR("054", myAuthId);
Ws21 vv5 = v5.Request();

Ws22_PEC_STOR v6 = new Ws22_PEC_STOR("wrwerr@legalmail.it", myAuthId);
Ws22 vv6 = v6.Request();

Ws23_DOM_DIG_CF v7 = new Ws23_DOM_DIG_CF("11111111111", myAuthId);
Ws23 vv7 = v7.Request();


Ws19 vv4 = v4.Request();

Ws20_PEC v4 = new Ws20_PEC("054", myAuthId);
Ws20 vv4 = v4.Request();

Ws21_PEC_ENTE_STOR v5 = new Ws21_PEC_ENTE_STOR("054", myAuthId);
Ws21 vv5 = v5.Request();

Ws22_PEC_STOR v6 = new Ws22_PEC_STOR("wrwerr@legalmail.it", myAuthId);
Ws22 vv6 = v6.Request();

Ws23_DOM_DIG_CF v7 = new Ws23_DOM_DIG_CF("11111111111", myAuthId);
Ws23 vv7 = v7.Request();

```


Expand Down
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net462" />
<package id="Newtonsoft.Json.Schema" version="3.0.14" targetFramework="net462" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net462" />
<package id="Newtonsoft.Json.Schema" version="3.0.15" targetFramework="net462" />
</packages>

0 comments on commit c5c72da

Please sign in to comment.