Skip to content

Commit d23a51d

Browse files
committed
Update package version
1 parent c1a2053 commit d23a51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NETStandard.WindowsCE/Consts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
public const string Product = "NETStandard.WindowsCE";
66
public const string Description = "This library includes most of the APIs from the NETStandard specification built on top of Windows CE platform.";
77
public const string AssemblyVersion = "1.0.0.0";
8-
public const string FileVersion = "1.2.0.0";
9-
public const string ProductVersion = "1.2.0";
8+
public const string FileVersion = "1.3.0.0";
9+
public const string ProductVersion = "1.3.0";
1010
public const string Copyright = "© Fabrício Godoy. All rights reserved.";
1111
public const string Company = "Fabrício Godoy";
1212

0 commit comments

Comments
 (0)