We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a2053 commit d23a51dCopy full SHA for d23a51d
src/NETStandard.WindowsCE/Consts.cs
@@ -5,8 +5,8 @@
5
public const string Product = "NETStandard.WindowsCE";
6
public const string Description = "This library includes most of the APIs from the NETStandard specification built on top of Windows CE platform.";
7
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";
+ public const string FileVersion = "1.3.0.0";
+ public const string ProductVersion = "1.3.0";
10
public const string Copyright = "© Fabrício Godoy. All rights reserved.";
11
public const string Company = "Fabrício Godoy";
12
0 commit comments