Skip to content

Commit 3b48230

Browse files
author
Dominic Beger
committed
Merge branch 'release/v3.1.8' into develop-v3
2 parents a488999 + ef4208c commit 3b48230

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# nUpdate - .NET Update Solution
44

5-
[![Release](https://img.shields.io/badge/release-v3.1.5-blue.svg)](https://github.com/ProgTrade/nUpdate/releases)
6-
[![NuGet](https://img.shields.io/badge/nuget%20nUpdate.ProvideTAP-v3.1.5-red.svg)](https://www.nuget.org/packages/nUpdate.ProvideTAP/)
7-
[![NuGet](https://img.shields.io/badge/nuget%20nUpdate.WithoutTAP-v3.1.5-red.svg)](https://www.nuget.org/packages/nUpdate.WithoutTAP/)
5+
[![Release](https://img.shields.io/badge/release-v3.1.8-blue.svg)](https://github.com/ProgTrade/nUpdate/releases)
6+
[![NuGet](https://img.shields.io/badge/nuget%20nUpdate.ProvideTAP-v3.1.8-red.svg)](https://www.nuget.org/packages/nUpdate.ProvideTAP/)
7+
[![NuGet](https://img.shields.io/badge/nuget%20nUpdate.WithoutTAP-v3.1.8-red.svg)](https://www.nuget.org/packages/nUpdate.WithoutTAP/)
88
[![Issues](https://img.shields.io/github/issues/ProgTrade/nUpdate.svg)](https://github.com/ProgTrade/nUpdate/issues)
99
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ProgTrade/nUpdate/master/LICENSE)
1010
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dominic%2ebeger%40hotmail%2ede&lc=DE&item_name=nUpdate&no_note=0&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)
@@ -39,13 +39,13 @@ You can get the necessary libraries and applications from the current [releases]
3939
If you want to use nUpdate with the Taskbased Asynchronous Pattern including `async` and `await`, then install this package:
4040

4141
```
42-
PM> Install-Package nUpdate.ProvideTAP -Version 3.1.5
42+
PM> Install-Package nUpdate.ProvideTAP -Version 3.1.8
4343
```
4444

4545
Otherwise, if you want to use the Eventbased Asynchronous Pattern only, make sure to install this package:
4646

4747
```
48-
PM> Install-Package nUpdate.WithoutTAP -Version 3.1.5
48+
PM> Install-Package nUpdate.WithoutTAP -Version 3.1.8
4949
```
5050

5151
## Web

nUpdate.Administration/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static class Program
5454
/// <summary>
5555
/// The version string shown in all dialog titles.
5656
/// </summary>
57-
public static string VersionString => "nUpdate Administration v3.1.5";
57+
public static string VersionString => "nUpdate Administration v3.1.8";
5858

5959
public static string AesKeyPassword => "VZh7mLRPNI";
6060
public static string AesIvPassword => "cOijH2vgwR";

nUpdate.Administration/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// übernehmen, indem Sie "*" eingeben:
3939
// [assembly: AssemblyVersion("1.0.*")]
4040

41-
[assembly: AssemblyVersion("3.1.5.0")]
42-
[assembly: AssemblyFileVersion("3.1.5.0")]
41+
[assembly: AssemblyVersion("3.1.8.0")]
42+
[assembly: AssemblyFileVersion("3.1.8.0")]
4343
[assembly: NeutralResourcesLanguage("")]

nUpdate.Administration/UI/Dialogs/InfoDialog.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nUpdate.Client.GuiInterface/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
// [assembly: AssemblyVersion("1.0.*")]
3939

4040
[assembly: AssemblyVersion("3.1.0.0")]
41-
[assembly: AssemblyFileVersion("3.1.5.0")]
41+
[assembly: AssemblyFileVersion("3.1.8.0")]

nUpdate.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
// durch Einsatz von '*', wie in nachfolgendem Beispiel:
3838
// [Assembly: AssemblyVersion("1.0.*")]
3939

40-
[assembly: AssemblyVersion("3.1.5.0")]
41-
[assembly: AssemblyFileVersion("3.1.5.0")]
40+
[assembly: AssemblyVersion("3.1.8.0")]
41+
[assembly: AssemblyFileVersion("3.1.8.0")]

nUpdate.UpdateInstaller/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
// übernehmen, indem Sie "*" eingeben:
3838
// [assembly: AssemblyVersion("1.0.*")]
3939

40-
[assembly: AssemblyVersion("3.1.5.0")]
41-
[assembly: AssemblyFileVersion("3.1.5.0")]
40+
[assembly: AssemblyVersion("3.1.8.0")]
41+
[assembly: AssemblyFileVersion("3.1.8.0")]

nUpdate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
// übernehmen, indem Sie "*" eingeben:
3838
// [assembly: AssemblyVersion("1.0.*")]
3939

40-
[assembly: AssemblyVersion("3.1.5.0")]
41-
[assembly: AssemblyFileVersion("3.1.5.0")]
40+
[assembly: AssemblyVersion("3.1.8.0")]
41+
[assembly: AssemblyFileVersion("3.1.8.0")]
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)