This repository was archived by the owner on Feb 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +14
-11
lines changed
Expand file tree Collapse file tree 6 files changed +14
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 1- # Release Notes
1+ # Release Notes
22## HockeySDK for Windows Phone Store Apps
33Included in Nuget Package <em >HockeySDK.WINRT</em >
44The 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)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments