Skip to content

Commit 6d833b5

Browse files
committed
Updated version to 1.4.4 in assembly info
1 parent f4f7716 commit 6d833b5

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Arci.Networking.NetCore/Arci.Networking.NetCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1111
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
13-
<Version>1.4.3</Version>
13+
<Version>1.4.4</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

Arci.Networking.Tests.NetCore/Arci.Networking.Tests.NetCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1111
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
13-
<Version>1.4.3</Version>
13+
<Version>1.4.4</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

Arci.Networking.Tests.UAP/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
// You can specify all the values or you can default the Build and Revision Numbers
2626
// by using the '*' as shown below:
2727
// [assembly: AssemblyVersion("1.0.*")]
28-
[assembly: AssemblyVersion("1.4.3.0")]
29-
[assembly: AssemblyFileVersion("1.4.3.0")]
28+
[assembly: AssemblyVersion("1.4.4.0")]
29+
[assembly: AssemblyFileVersion("1.4.4.0")]
3030
[assembly: ComVisible(false)]

Arci.Networking.Tests/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.4.3.0")]
36-
[assembly: AssemblyFileVersion("1.4.3.0")]
35+
[assembly: AssemblyVersion("1.4.4.0")]
36+
[assembly: AssemblyFileVersion("1.4.4.0")]

Arci.Networking.UAP/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("1.4.3.0")]
28-
[assembly: AssemblyFileVersion("1.4.3.0")]
27+
[assembly: AssemblyVersion("1.4.4.0")]
28+
[assembly: AssemblyFileVersion("1.4.4.0")]
2929
[assembly: ComVisible(false)]

Arci.Networking/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.4.3.0")]
36-
[assembly: AssemblyFileVersion("1.4.3.0")]
35+
[assembly: AssemblyVersion("1.4.4.0")]
36+
[assembly: AssemblyFileVersion("1.4.4.0")]

0 commit comments

Comments
 (0)