Skip to content

Commit 53fef33

Browse files
Cristian PopCristian Pop
authored andcommitted
Bumping LTS package versions.
1 parent 21548e8 commit 53fef33

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

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

4040
// Version information for an assembly follows semantic versioning 1.0.0 (because
4141
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
42-
[assembly: AssemblyInformationalVersion("1.6.2")]
42+
[assembly: AssemblyInformationalVersion("1.6.3")]

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.6.2")]
33+
[assembly: AssemblyInformationalVersion("1.6.3")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public override string ToString()
2020
string userAgent = $"{Name}/{Version} (PCL)";
2121
#else
2222
// DO NOT EDIT the following line; it is updated by the bump_version script (https://github.com/Azure/iot-sdks-internals/blob/master/release/csharp/inputs.js)
23-
const string Version = "1.6.2"; // CommonAssemblyVersion
23+
const string Version = "1.6.3"; // CommonAssemblyVersion
2424

2525
string runtime = RuntimeInformation.FrameworkDescription.Trim();
2626
string operatingSystem = RuntimeInformation.OSDescription.Trim();

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.6.2")]
36+
[assembly: AssemblyInformationalVersion("1.6.3")]

provisioning/transport/amqp/src/Microsoft.Azure.Devices.Provisioning.Transport.Amqp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<PropertyGroup>
21-
<VersionPrefix>1.0.2</VersionPrefix>
21+
<VersionPrefix>1.0.3</VersionPrefix>
2222
<Title>Microsoft Azure IoT Provisioning Device Client AMQP Transport</Title>
2323
<Authors>Microsoft</Authors>
2424
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)