Skip to content

Commit 7b64c85

Browse files
committed
Version bump
1 parent 2184865 commit 7b64c85

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Intercom.Tests.Integration/Intercom.Tests.Integration.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
5-
<ReleaseVersion>2.0.0</ReleaseVersion>
5+
<ReleaseVersion>2.1.1</ReleaseVersion>
66
</PropertyGroup>
77

88
<ItemGroup>

src/Intercom.Tests/Intercom.Tests.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
5-
<ReleaseVersion>2.0.0</ReleaseVersion>
5+
<ReleaseVersion>2.1.1</ReleaseVersion>
66
</PropertyGroup>
77

88
<ItemGroup>

src/Intercom/Intercom.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<ReleaseVersion>2.0.0</ReleaseVersion>
5+
<ReleaseVersion>2.1.1</ReleaseVersion>
66
<PackageId>Intercom.Dotnet.Client</PackageId>
77
<PackageIconUrl>https://raw.githubusercontent.com/intercom/intercom-dotnet/master/src/assets/Intercom.png</PackageIconUrl>
88
<Owners>Intercom</Owners>

src/Intercom/intercom.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>Intercom.Dotnet.Client</id>
55
<title>Intercom Dotnet Client</title>
6-
<version>2.0.0</version>
6+
<version>2.1.1</version>
77
<authors>Intercom</authors>
88
<owners>Intercom</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
 (0)