Skip to content

Commit c13246c

Browse files
committed
Update version number to 0.1.0
1 parent 1f78cd9 commit c13246c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/HiveMQtt/HiveMQtt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup Label="Build">
44
<TargetFramework>net6.0</TargetFramework>
55
<AssemblyName>HiveMQtt</AssemblyName>
6-
<ReleaseVersion>0.1.1</ReleaseVersion>
6+
<ReleaseVersion>0.1.0</ReleaseVersion>
77
<Description>HiveMQ MQTT Client that is a MQTT 5.0 compatible C# client library.</Description>
88
</PropertyGroup>
99

Tests/HiveMQtt.Test/HiveMQtt.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup Label="Build">
44
<TargetFramework>net6.0</TargetFramework>
5-
<ReleaseVersion>0.1.1</ReleaseVersion>
5+
<ReleaseVersion>0.1.0</ReleaseVersion>
66
</PropertyGroup>
77

88
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)