From 30d97c0ad2ce9450e1a6f792ea5fa940de873eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADcio=20Godoy?= Date: Fri, 13 Apr 2018 02:39:18 -0300 Subject: [PATCH] Update package version --- src/NETStandard.WindowsCE/Consts.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NETStandard.WindowsCE/Consts.cs b/src/NETStandard.WindowsCE/Consts.cs index cee733b..3590922 100644 --- a/src/NETStandard.WindowsCE/Consts.cs +++ b/src/NETStandard.WindowsCE/Consts.cs @@ -5,8 +5,8 @@ public const string Product = "NETStandard.WindowsCE"; public const string Description = "This library includes most of the APIs from the NETStandard specification built on top of Windows CE platform."; public const string AssemblyVersion = "1.0.0.0"; - public const string FileVersion = "1.3.0.0"; - public const string ProductVersion = "1.3.0"; + public const string FileVersion = "1.3.1.0"; + public const string ProductVersion = "1.3.1"; public const string Copyright = "© Fabrício Godoy. All rights reserved."; public const string Company = "Fabrício Godoy";