Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 991eaa8

Browse files
committed
Update WinRT Version to 2.2.2
1 parent 07cdbb8 commit 991eaa8

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

HockeySDK_WP81/HockeyPlatformHelper81.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal partial class HockeyPlatformHelper81
1111
{
1212

1313
internal const string Name = "HockeySDKWP81";
14-
internal const string Version = "2.2.1";
14+
internal const string Version = "2.2.2";
1515
internal const string UserAgent = "Hockey/WP81";
1616

1717
public string OSPlatform

HockeySDK_WP81/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
// You can specify all the values or you can default the Build and Revision Numbers
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("2.2.1.0")]
30-
[assembly: AssemblyFileVersion("2.2.1.0")]
29+
[assembly: AssemblyVersion("2.2.2.0")]
30+
[assembly: AssemblyFileVersion("2.2.2.0")]

HockeySDK_WP81/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes
1+
# Release Notes
22
## HockeySDK for Windows Phone Store Apps
33
Included in Nuget Package <em>HockeySDK.WINRT</em>
44
The NugetPackage can also be used for Windows Universal Apps.
@@ -24,4 +24,7 @@ The NugetPackage can also be used for Windows Universal Apps.
2424
* Stable release
2525

2626
### Version 2.2.1
27-
* Fixed a bug in feedback where email could be empty in followup messages.
27+
* Fixed a bug in feedback where email could be empty in followup messages.
28+
29+
### Version 2.2.2
30+
* Update because of HockeySDk.Core version update (no relevant changes for WinRT)

HockeySDK_Win81/HockeyPlatformHelper81.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal partial class HockeyPlatformHelper81
1212
{
1313

1414
internal const string Name = "HockeySDKWin81";
15-
internal const string Version = "2.2.1";
15+
internal const string Version = "2.2.2";
1616
internal const string UserAgent = "Hockey/Win81";
1717

1818

HockeySDK_Win81/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
// You can specify all the values or you can default the Build and Revision Numbers
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("2.2.1.0")]
30-
[assembly: AssemblyFileVersion("2.2.1.0")]
29+
[assembly: AssemblyVersion("2.2.2.0")]
30+
[assembly: AssemblyFileVersion("2.2.2.0")]

Nuget/HockeySDK.WINRT.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>HockeySDK.WINRT</id>
5-
<version>2.2.1</version>
5+
<version>2.2.2</version>
66
<authors>Bit Stadium GmbH</authors>
77
<owners>Bit Stadium GmbH</owners>
88
<licenseUrl>https://github.com/bitstadium/HockeySDK-Windows/LICENSE.txt</licenseUrl>
@@ -11,11 +11,11 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Use the HockeyApp platform from Windows apps. Collect crash reports, provide feedback-functionality and automatic updates.</description>
1313
<language>en-US</language>
14-
<copyright>Copyright (c) 2014 Bit Stadium GmbH</copyright>
14+
<copyright>Copyright (c) 2015 Bit Stadium GmbH</copyright>
1515
<tags>crash reports reporting feedback windows hockeyapp</tags>
1616

1717
<dependencies>
18-
<dependency id="HockeySDK.Core" version="[2.2.0]" />
18+
<dependency id="HockeySDK.Core" version="[2.2.2]" />
1919
</dependencies>
2020
</metadata>
2121

0 commit comments

Comments
 (0)