Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitadb4d75

Browse files
committed
v3.1.8.0
1 parent2d48852 commitadb4d75

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

‎src/Applications/UUPDownload/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
[assembly:AssemblyCopyright("Copyright © Gustave Monce and Contributors")]
2929
[assembly:AssemblyTrademark("")]
3030
[assembly:AssemblyCulture("")]
31-
[assembly:AssemblyVersion("3.1.5.0")]
32-
[assembly:AssemblyFileVersion("3.1.5.0")]
31+
[assembly:AssemblyVersion("3.1.8.0")]
32+
[assembly:AssemblyFileVersion("3.1.8.0")]

‎src/Applications/UUPMediaCreator.Package/Package.appxmanifest‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Identity
1414
Name="52346ITDevTeam.UUPMediaCreator"
1515
Publisher="CN=Gus"
16-
Version="3.1.5.0" />
16+
Version="3.1.8.0" />
1717

1818
<Properties>
1919
<DisplayName>UUP Media Creator</DisplayName>

‎src/Applications/UUPMediaCreator/Package.appxmanifest‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="52346ITDevTeam.UUPMediaCreator"
1414
Publisher="CN=EDCB61F7-02FF-43C6-8E0B-FDE1D2E3E137"
15-
Version="3.1.5.0" />
15+
Version="3.1.8.0" />
1616

1717
<mp:PhoneIdentityPhoneProductId="1ff16387-df2d-436b-9933-642c650aabb1"PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1818

‎src/Applications/UUPMediaCreator/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
// You can specify all the values or you can default the Build and Revision Numbers
2424
// by using the '*' as shown below:
2525
// [assembly: AssemblyVersion("1.0.*")]
26-
[assembly:AssemblyVersion("3.1.5.0")]
27-
[assembly:AssemblyFileVersion("3.1.5.0")]
26+
[assembly:AssemblyVersion("3.1.8.0")]
27+
[assembly:AssemblyFileVersion("3.1.8.0")]
2828
[assembly:ComVisible(false)]

‎src/Cabinet.UWP/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
// You can specify all the values or you can default the Build and Revision Numbers
2424
// by using the '*' as shown below:
2525
// [assembly: AssemblyVersion("1.0.*")]
26-
[assembly:AssemblyVersion("3.1.5.0")]
27-
[assembly:AssemblyFileVersion("3.1.5.0")]
26+
[assembly:AssemblyVersion("3.1.8.0")]
27+
[assembly:AssemblyFileVersion("3.1.8.0")]
2828
[assembly:ComVisible(false)]

‎src/CompDB.UWP/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
// You can specify all the values or you can default the Build and Revision Numbers
2424
// by using the '*' as shown below:
2525
// [assembly: AssemblyVersion("1.0.*")]
26-
[assembly:AssemblyVersion("3.1.5.0")]
27-
[assembly:AssemblyFileVersion("3.1.5.0")]
26+
[assembly:AssemblyVersion("3.1.8.0")]
27+
[assembly:AssemblyFileVersion("3.1.8.0")]
2828
[assembly:ComVisible(false)]

‎src/DownloadLib.UWP/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
// You can specify all the values or you can default the Build and Revision Numbers
2424
// by using the '*' as shown below:
2525
// [assembly: AssemblyVersion("1.0.*")]
26-
[assembly:AssemblyVersion("3.1.5.0")]
27-
[assembly:AssemblyFileVersion("3.1.5.0")]
26+
[assembly:AssemblyVersion("3.1.8.0")]
27+
[assembly:AssemblyFileVersion("3.1.8.0")]
2828
[assembly:ComVisible(false)]

‎src/UnifiedUpdatePlatform.Common.Messaging.NET/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly:AssemblyVersion("3.1.5.0")]
35-
[assembly:AssemblyFileVersion("3.1.5.0")]
34+
[assembly:AssemblyVersion("3.1.8.0")]
35+
[assembly:AssemblyFileVersion("3.1.8.0")]

‎src/UnifiedUpdatePlatform.Common.Messaging.UWP/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
// You can specify all the values or you can default the Build and Revision Numbers
2424
// by using the '*' as shown below:
2525
// [assembly: AssemblyVersion("1.0.*")]
26-
[assembly:AssemblyVersion("3.1.5.0")]
27-
[assembly:AssemblyFileVersion("3.1.5.0")]
26+
[assembly:AssemblyVersion("3.1.8.0")]
27+
[assembly:AssemblyFileVersion("3.1.8.0")]
2828
[assembly:ComVisible(false)]

‎src/UnifiedUpdatePlatform.Services.WindowsUpdate.NET/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly:AssemblyVersion("3.1.5.0")]
35-
[assembly:AssemblyFileVersion("3.1.5.0")]
34+
[assembly:AssemblyVersion("3.1.8.0")]
35+
[assembly:AssemblyFileVersion("3.1.8.0")]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp