Skip to content

Commit

Permalink
Version bump to 4.1.1 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpodwysocki authored Feb 11, 2022
1 parent 82127ae commit 994abef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.NotificationHubs" Version="2.3.3-preview" />
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="3.10.0-preview" />
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="4.1.0" />
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="4.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<VersionPrefix>4.1.0.0</VersionPrefix>
<VersionPrefix>4.1.1.0</VersionPrefix>
<PackageId>Microsoft.Azure.NotificationHubs</PackageId>
<PackageVersion>4.1.0</PackageVersion>
<PackageVersion>4.1.1</PackageVersion>
<Authors>Microsoft</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://aka.ms/NHNuget</PackageProjectUrl>
Expand All @@ -26,7 +26,7 @@
</PackageReleaseNotes>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageTags>Microsoft Azure windowsazureofficial NotificationHub Notifications Notification Hub Push Windows Phone iOS Android Baidu Kindle Amazon</PackageTags>
<Version>4.1.0.0</Version>
<Version>4.1.1.0</Version>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 994abef

Please sign in to comment.