Commit ebeffba81c24e4a287d101af59cd6704c7b40b0b

Authored by alberto
1 parent e9d17d2e

Cambios en fichero principla

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