|
3 | 3 | <TargetFramework>net8.0-windows</TargetFramework> |
4 | 4 | <OutputType>WinExe</OutputType> |
5 | 5 | <RootNamespace>Symlinker</RootNamespace> |
6 | | - <ManifestCertificateThumbprint>1545011842E7D72688AF686E0A94663E3A278CFA</ManifestCertificateThumbprint> |
7 | | - <ManifestKeyFile>cert.pfx</ManifestKeyFile> |
8 | 6 | <GenerateManifests>false</GenerateManifests> |
9 | 7 | <SignManifests>false</SignManifests> |
10 | 8 | <IsWebBootstrapper>true</IsWebBootstrapper> |
11 | 9 | <ApplicationIcon>icon.ico</ApplicationIcon> |
12 | | - <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile> |
13 | 10 | <PublishUrl>ftp://ftp.alejandro.com/public_html/alejandro.md/publish/Symlinker/</PublishUrl> |
14 | 11 | <Install>true</Install> |
15 | 12 | <InstallFrom>Web</InstallFrom> |
|
30 | 27 | <SuiteName>Symlinker</SuiteName> |
31 | 28 | <CreateWebPageOnPublish>true</CreateWebPageOnPublish> |
32 | 29 | <WebPage>publish.htm</WebPage> |
33 | | - <ApplicationRevision>16</ApplicationRevision> |
34 | | - <ApplicationVersion>1.1.2.%2a</ApplicationVersion> |
35 | 30 | <UseApplicationTrust>false</UseApplicationTrust> |
36 | 31 | <CreateDesktopShortcut>true</CreateDesktopShortcut> |
37 | 32 | <PublishWizardCompleted>true</PublishWizardCompleted> |
|
42 | 37 | <TargetZone>LocalIntranet</TargetZone> |
43 | 38 | <ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
44 | 39 | <StartupObject>Symlinker.Program</StartupObject> |
45 | | - <Version>2.0.0.0</Version> |
| 40 | + <Version>2.1.0.0</Version> |
46 | 41 | <Description>Symbolic link creator app</Description> |
47 | 42 | <Copyright>Copyright © Alejandro Mora 2025</Copyright> |
48 | 43 | <PackageProjectUrl>https://github.com/amd989/Symlinker</PackageProjectUrl> |
|
0 commit comments