Commit ebeffba81c24e4a287d101af59cd6704c7b40b0b

Authored by alberto
1 parent e9d17d2e

Cambios en fichero principla

imprimeFacturas/imprimeFacturas.csproj
... ... @@ -25,7 +25,7 @@
25 25 <InstallUrl>http://utilsbyimax.informax.es/imprimeFacturas/</InstallUrl>
26 26 <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
27 27 <WebPage>publish.htm</WebPage>
28   - <ApplicationRevision>2</ApplicationRevision>
  28 + <ApplicationRevision>3</ApplicationRevision>
29 29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30 30 <UseApplicationTrust>false</UseApplicationTrust>
31 31 <PublishWizardCompleted>true</PublishWizardCompleted>
... ... @@ -82,6 +82,9 @@
82 82 <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
83 83 <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
84 84 </Reference>
  85 + <Reference Include="NGitLab, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  86 + <HintPath>..\packages\NGitLab.1.0.5\lib\net45\NGitLab.dll</HintPath>
  87 + </Reference>
85 88 <Reference Include="System" />
86 89 <Reference Include="System.Core" />
87 90 <Reference Include="System.Xml.Linq" />
... ...
imprimeFacturas/packages.config
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <packages>
3 3 <package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
  4 + <package id="NGitLab" version="1.0.5" targetFramework="net461" />
4 5 </packages>
5 6 \ No newline at end of file
... ...