Skip to content

Commit fdcd462

Browse files
authored
Merge pull request #104 from AxaFrance/develop
Jaunary 2026 updates
2 parents 652b0f6 + 00ac56b commit fdcd462

File tree

18 files changed

+954
-224
lines changed

18 files changed

+954
-224
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,5 @@ MigrationBackup/
364364
# Fody - auto-generated XML schema
365365
FodyWeavers.xsd
366366
/POC.Solaris
367+
*.cer
368+
/src/AxaFrance.WebEngine.ExcelUI/singingcertificate.cer

src/AxaFrance.WebEngine.ExcelUI/AxaFrance.WebEngine.ExcelUI.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
</NuGetPackageImportStamp>
4040
<CodeAnalysisRuleSet>..\.sonarlint\automateam.axa.webengine.dotnetcsharp.ruleset</CodeAnalysisRuleSet>
4141
<BootstrapperEnabled>true</BootstrapperEnabled>
42-
<PublishUrl>\\prnas01.axa-fr.intraxa\16\Netshare_Dqsi\CommunauteDesAutomaticiens\02-Outils\Excel Addin3\</PublishUrl>
42+
<PublishUrl>.\publish\</PublishUrl>
4343
<InstallUrl />
4444
<TargetCulture>en</TargetCulture>
45-
<ApplicationVersion>3.0.0.72</ApplicationVersion>
45+
<ApplicationVersion>3.0.0.74</ApplicationVersion>
4646
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
4747
<UpdateEnabled>false</UpdateEnabled>
4848
<UpdateInterval>0</UpdateInterval>
@@ -267,6 +267,7 @@
267267
<DependentUpon>Ribbon.cs</DependentUpon>
268268
</EmbeddedResource>
269269
<None Include="AxaFrance.WebEngine.ExcelUI_1_TemporaryKey.pfx" />
270+
<None Include="AxaFrance.WebEngine.ExcelUI_TemporaryKey.pfx" />
270271
<None Include="packages.config" />
271272
<None Include="Properties\Settings.settings">
272273
<Generator>SettingsSingleFileGenerator</Generator>
@@ -353,10 +354,10 @@
353354
<SignManifests>true</SignManifests>
354355
</PropertyGroup>
355356
<PropertyGroup>
356-
<ManifestKeyFile>AxaFrance.WebEngine.ExcelUI_1_TemporaryKey.pfx</ManifestKeyFile>
357+
<ManifestKeyFile>AxaFrance.WebEngine.ExcelUI_TemporaryKey.pfx</ManifestKeyFile>
357358
</PropertyGroup>
358359
<PropertyGroup>
359-
<ManifestCertificateThumbprint>96271E6190A8D7740CF12B1334391DEBCD78328E</ManifestCertificateThumbprint>
360+
<ManifestCertificateThumbprint>BAA167C5CD43EB45EA4CE7F794878928D9DAA0BE</ManifestCertificateThumbprint>
360361
</PropertyGroup>
361362
<PropertyGroup>
362363
<SignAssembly>false</SignAssembly>

0 commit comments

Comments
 (0)