Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
version up to .50
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Jan 18, 2019
1 parent a551db9 commit 6652c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet/Logify.Alert.Core/AssemblyVersion.cs
Expand Up @@ -18,7 +18,7 @@ public static class AssemblyInfo {
#elif NETFX_CORE
public const string Version = VersionShort + ".0.3";
#else
public const string Version = VersionShort + ".49";
public const string Version = VersionShort + ".50";
#endif


Expand Down
4 changes: 2 additions & 2 deletions dotnet/Logify.Alert.UWP/Logify.Alert.UWP.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Logify.Alert.UWP</id>
<version>1.0.49</version>
<version>1.0.50</version>
<title>DevExpress Logify Alert UWP Client</title>
<authors>Developer Express Inc.</authors>
<owners>Developer Express Inc.</owners>
Expand All @@ -20,7 +20,7 @@ The Logify.Alert.UWP package contains the Logify Alert client for UWP applicatio
<copyright>Copyright (c) 2000-2018 Developer Express Inc.</copyright>
<tags>Logify Alert CrashReport Crash Exception Handler UWP</tags>
<dependencies>
<dependency id="Logify.Alert.Core" version="1.0.49" />
<dependency id="Logify.Alert.Core" version="1.0.50" />
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.0.6" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 6652c8e

Please sign in to comment.