Skip to content

Commit 1b7259b

Browse files
committed
bump version
1 parent 9160465 commit 1b7259b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

device/Microsoft.Azure.Devices.Client.PCL/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
// Version information for an assembly follows semantic versioning 1.0.0 (because
3030
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
31-
[assembly: AssemblyInformationalVersion("1.1.3")]
31+
[assembly: AssemblyInformationalVersion("1.1.4")]

device/Microsoft.Azure.Devices.Client.UWP/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131
// Version information for an assembly follows semantic versioning 1.0.0 (because
3232
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
33-
[assembly: AssemblyInformationalVersion("1.1.3")]
33+
[assembly: AssemblyInformationalVersion("1.1.4")]

device/Microsoft.Azure.Devices.Client/IotHubConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ protected static AmqpLinkSettings SetLinkSettingsCommonProperties(AmqpLinkSettin
380380
#if WINDOWS_UWP
381381
// System.Reflection.Assembly.GetExecutingAssembly() does not exist for UWP, therefore use a hard-coded version name
382382
// (This string is picked up by the bump_version script, so don't change the line below)
383-
var UWPAssemblyVersion = "1.1.3";
383+
var UWPAssemblyVersion = "1.1.4";
384384
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, UWPAssemblyVersion);
385385
#else
386386
linkSettings.AddProperty(IotHubAmqpProperty.ClientVersion, Utils.GetClientVersion());

device/Microsoft.Azure.Devices.Client/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
// Version information for an assembly follows semantic versioning 1.0.0 (because
3535
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
36-
[assembly: AssemblyInformationalVersion("1.1.3")]
36+
[assembly: AssemblyInformationalVersion("1.1.4")]

0 commit comments

Comments
 (0)