File tree Expand file tree Collapse file tree
NetFramework461/Properties
NetFramework472/Properties
NetFramework480/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55// conjunto de atributos. Cambie estos valores de atributo para modificar la información
66// asociada con un ensamblado.
77[ assembly: AssemblyTitle ( "FACe" ) ]
8- [ assembly: AssemblyDescription ( "FACe x64 64 bits 1.0.0.4 " ) ]
8+ [ assembly: AssemblyDescription ( "FACe x64 64 bits 1.0.0.5 " ) ]
99[ assembly: AssemblyConfiguration ( "" ) ]
1010[ assembly: AssemblyCompany ( "Irene Solutions SL" ) ]
1111[ assembly: AssemblyProduct ( "FACe" ) ]
2828// Número de compilación
2929// Revisión
3030//
31- [ assembly: AssemblyVersion ( "1.0.0.4 " ) ]
32- [ assembly: AssemblyFileVersion ( "1.0.0.4 " ) ]
31+ [ assembly: AssemblyVersion ( "1.0.0.5 " ) ]
32+ [ assembly: AssemblyFileVersion ( "1.0.0.5 " ) ]
Original file line number Diff line number Diff line change 55// conjunto de atributos. Cambie estos valores de atributo para modificar la información
66// asociada con un ensamblado.
77[ assembly: AssemblyTitle ( "FACe" ) ]
8- [ assembly: AssemblyDescription ( "FACe x86 32 bits 1.0.0.4 " ) ]
8+ [ assembly: AssemblyDescription ( "FACe x86 32 bits 1.0.0.5 " ) ]
99[ assembly: AssemblyConfiguration ( "" ) ]
1010[ assembly: AssemblyCompany ( "Irene Solutions SL" ) ]
1111[ assembly: AssemblyProduct ( "FACe" ) ]
2828// Número de compilación
2929// Revisión
3030//
31- [ assembly: AssemblyVersion ( "1.0.0.4 " ) ]
32- [ assembly: AssemblyFileVersion ( "1.0.0.4 " ) ]
31+ [ assembly: AssemblyVersion ( "1.0.0.5 " ) ]
32+ [ assembly: AssemblyFileVersion ( "1.0.0.5 " ) ]
Original file line number Diff line number Diff line change 88 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
99 <AssemblyName >FACe</AssemblyName >
1010 <Title >FACe</Title >
11- <Version >1.0.4 </Version >
11+ <Version >1.0.5 </Version >
1212 <Authors >Manuel Diago</Authors >
1313 <Company >Irene Solutions SL</Company >
1414 <Description >Generación, firma y envío de facturas eletrónicas facturae a FACe
2323 <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
2424 <GenerateDocumentationFile >True</GenerateDocumentationFile >
2525 <RootNamespace >FACe</RootNamespace >
26- <AssemblyVersion >1.0.0.4 </AssemblyVersion >
27- <FileVersion >1.0.0.4 </FileVersion >
26+ <AssemblyVersion >1.0.0.5 </AssemblyVersion >
27+ <FileVersion >1.0.0.5 </FileVersion >
2828 <PackageId >Irene.Solutions.FACe</PackageId >
2929 <TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);CustomContentTarget</TargetsForTfmSpecificContentInPackage >
3030 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -793,7 +793,7 @@ public Facturae GetFacturae()
793793 {
794794 TaxIdentification = new TaxIdentification ( )
795795 {
796- PersonTypeCode = personTypeCodeSeller ,
796+ PersonTypeCode = personTypeCodeBuyer ,
797797 ResidenceTypeCode = GetResidenceTypeCode ( buyer . CountryID ) ,
798798 TaxIdentificationNumber = BuyerID
799799 } ,
Original file line number Diff line number Diff line change 2828// Número de compilación
2929// Revisión
3030//
31- [ assembly: AssemblyVersion ( "1.0.0.4 " ) ]
32- [ assembly: AssemblyFileVersion ( "1.0.0.4 " ) ]
31+ [ assembly: AssemblyVersion ( "1.0.0.5 " ) ]
32+ [ assembly: AssemblyFileVersion ( "1.0.0.5 " ) ]
Original file line number Diff line number Diff line change 2828// Número de compilación
2929// Revisión
3030//
31- [ assembly: AssemblyVersion ( "1.0.0.4 " ) ]
32- [ assembly: AssemblyFileVersion ( "1.0.0.4 " ) ]
31+ [ assembly: AssemblyVersion ( "1.0.0.5 " ) ]
32+ [ assembly: AssemblyFileVersion ( "1.0.0.5 " ) ]
Original file line number Diff line number Diff line change 2828// Número de compilación
2929// Revisión
3030//
31- [ assembly: AssemblyVersion ( "1.0.0.4 " ) ]
32- [ assembly: AssemblyFileVersion ( "1.0.0.4 " ) ]
31+ [ assembly: AssemblyVersion ( "1.0.0.5 " ) ]
32+ [ assembly: AssemblyFileVersion ( "1.0.0.5 " ) ]
You can’t perform that action at this time.
0 commit comments