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 56f1e9c commit 30d97c0Copy full SHA for 30d97c0
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.3.0.0";
9
- public const string ProductVersion = "1.3.0";
+ public const string FileVersion = "1.3.1.0";
+ public const string ProductVersion = "1.3.1";
10
public const string Copyright = "© Fabrício Godoy. All rights reserved.";
11
public const string Company = "Fabrício Godoy";
12
0 commit comments