Skip to content

Commit

Permalink
DATA: Updated the Lite data files for June data
Browse files Browse the repository at this point in the history
Former-commit-id: 3318da495a1dc9cbde15804fb34c739abb490c4a
  • Loading branch information
lily51degrees committed Jun 21, 2016
1 parent 52632e1 commit b1e452f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Detector Web Site/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.2.8.1")]
[assembly: AssemblyFileVersion("3.2.8.1")]
[assembly: AssemblyVersion("3.2.9.1")]
[assembly: AssemblyFileVersion("3.2.9.1")]
[assembly: NeutralResourcesLanguage("en-GB")]
4 changes: 2 additions & 2 deletions Examples Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("3.2.9.1")]
[assembly: AssemblyFileVersion("3.2.9.1")]
4 changes: 2 additions & 2 deletions FoundationV3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
// Build Number
// Revision

[assembly: AssemblyVersion("3.2.8.1")]
[assembly: AssemblyFileVersion("3.2.8.1")]
[assembly: AssemblyVersion("3.2.9.1")]
[assembly: AssemblyFileVersion("3.2.9.1")]
[assembly: NeutralResourcesLanguage("en-GB")]
[assembly: AllowPartiallyTrustedCallers]
4 changes: 2 additions & 2 deletions Integration Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.8.1")]
[assembly: AssemblyFileVersion("3.2.8.1")]
[assembly: AssemblyVersion("3.2.9.1")]
[assembly: AssemblyFileVersion("3.2.9.1")]
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ Data files which are updated weekly and daily, automatically, and with more prop

## Recent Changes

### Version 3.2.6 Highlights
### Version 3.2.9 Highlights

This release focuses on reducing memory consumption and improving performance when the device data file is used directly from the disk.

**Important Change:** _The embedded device data has been removed from the assembly and by default placed in the App_Data folder for both web and non-web projects. The solution will not work without the associated data file being provided and the WebProvider.ActiveProvider property can now return null._
New Lite Data File released for June.

### Major Changes in Version 3.2

Expand Down
4 changes: 2 additions & 2 deletions Unit Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.8.1")]
[assembly: AssemblyFileVersion("3.2.8.1")]
[assembly: AssemblyVersion("3.2.9.1")]
[assembly: AssemblyFileVersion("3.2.9.1")]

0 comments on commit b1e452f

Please sign in to comment.