Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
DevElkami committed Sep 30, 2024
2 parents 131f656 + 287345c commit ef5bc5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions WinformDacpacDeployer/Installer/Setup.iss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#define MyAppName "Dacpac deployer"
#define MyAppVersion "2.0.0.0"
#define MyAppVersion "2.1.0.0"
#define MyAppPublisher "DevElkami"
#define MyAppURL "https://github.com/DevElkami/DacpacDeployer"
#define MyAppDescription "Dacpac deployer"
#define MyAppCopyright "(c) 2023, DevElkami. See LICENSE.TXT for details."
#define MyAppCopyright "(c) 2024, DevElkami. See LICENSE.TXT for details."

[Setup]
AppId={{f488da5a-9588-4672-81fe-9f7232807e4b}}
Expand Down Expand Up @@ -39,8 +39,8 @@ WizardStyle=modern
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";

[Files]
Source: ..\bin\Release\net7.0-windows7.0\publish\WinformDacpacDeployer.exe; DestDir: {app}; Flags: ignoreversion overwritereadonly uninsremovereadonly;
Source: ..\bin\Release\net7.0-windows7.0\publish\*.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly uninsremovereadonly;
Source: ..\bin\Release\net8.0-windows7.0\publish\WinformDacpacDeployer.exe; DestDir: {app}; Flags: ignoreversion overwritereadonly uninsremovereadonly;
Source: ..\bin\Release\net8.0-windows7.0\publish\*.dll; DestDir: {app}; Flags: ignoreversion overwritereadonly uninsremovereadonly;
Source: ..\..\LICENSE; DestDir: {app}; Flags: overwritereadonly uninsremovereadonly; DestName: LICENSE.TXT

[Icons]
Expand Down
6 changes: 3 additions & 3 deletions WinformDacpacDeployer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("DevElkami")]
[assembly: AssemblyProduct("DacpacDeployer")]
[assembly: AssemblyCopyright("Copyright © Elkami. 2023")]
[assembly: AssemblyCopyright("Copyright © Elkami. 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]

0 comments on commit ef5bc5b

Please sign in to comment.