Skip to content

Commit bb86567

Browse files
committed
Bumped version number to 1.3
1 parent b7cefe6 commit bb86567

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

SFTPSync/SFTPSync.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<Platforms>AnyCPU;x64</Platforms>
9+
<Version>1.3</Version>
10+
<AssemblyVersion>1.3</AssemblyVersion>
11+
<FileVersion>1.3</FileVersion>
912
</PropertyGroup>
1013

1114
<ItemGroup>

SFTPSyncLib/SFTPSyncLib.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Platforms>x64;AnyCPU</Platforms>
77
<Nullable>enable</Nullable>
8+
<Version>1.3</Version>
9+
<AssemblyVersion>1.3</AssemblyVersion>
10+
<FileVersion>1.3</FileVersion>
811
</PropertyGroup>
912

1013
<ItemGroup>

SFTPSyncSetup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Id="*"
66
Name="SFTPSync"
77
Language="1033"
8-
Version="1.2"
8+
Version="1.3"
99
Manufacturer="Synergex International Corporation"
1010
UpgradeCode="6000f870-b811-4e22-b80b-5b8956317d09">
1111

SFTPSyncSetup/SFTPSyncSetup.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.10</ProductVersion>
77
<ProjectGuid>5074cbcb-641b-4a9c-b3bc-8dd0b78810a6</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>SFTPSync-1.2</OutputName>
9+
<OutputName>SFTPSync-1.3</OutputName>
1010
<OutputType>Package</OutputType>
1111
<Name>SFTPSyncSetup</Name>
1212
</PropertyGroup>

SFTPSyncStop/SFTPSyncStop.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<Platforms>AnyCPU;x64</Platforms>
9+
<Version>1.3</Version>
10+
<AssemblyVersion>1.3</AssemblyVersion>
11+
<FileVersion>1.3</FileVersion>
912
</PropertyGroup>
1013

1114
</Project>

SFTPSyncUI/SFTPSyncUI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
2121
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
2222
<Company>Synergex International, Inc.</Company>
23-
<AssemblyVersion>1.2</AssemblyVersion>
24-
<FileVersion>1.2</FileVersion>
23+
<AssemblyVersion>1.3</AssemblyVersion>
24+
<FileVersion>1.3</FileVersion>
2525
<LangVersion>preview</LangVersion>
26-
<Version>1.2</Version>
26+
<Version>1.3</Version>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)