Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit d05fd8e

Browse files
committed
Update for v2.59
1 parent 2f9af05 commit d05fd8e

13 files changed

Lines changed: 473 additions & 35 deletions

File tree

Westwind.Data/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ public class busCustomer : EfCodeFirstBusinessBase<Customer, WebStoreContext>
336336
337337
public IEnumerable<Customer> GetActiveCustomers()
338338
{
339-
DateTime dt = DateTime.UtcNow.AddYears(2);
339+
DateTime dt = DateTime.UtcNow.AddYears(1);
340340
return Context.Customers
341-
.Where(cust => cust.Entered > DateTime.UtcNow.AddYears(-2));
341+
.Where(cust => cust.Updated > DateTime.UtcNow.AddYears(-2));
342342
}
343343
public IEnumerable<Customer> GetCustomerWithoutOrders()
344344
{

Westwind.Web.Mvc/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Westwind Technologies")]
1212
[assembly: AssemblyProduct("Westwind.Web.Mvc")]
13-
[assembly: AssemblyCopyright("Copyright © West Wind Technologies, 2011-2014")]
13+
[assembly: AssemblyCopyright("Copyright © West Wind Technologies, 2011-2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.58.*")]
36-
[assembly: AssemblyFileVersion("2.56")]
35+
[assembly: AssemblyVersion("2.59.*")]
36+
[assembly: AssemblyFileVersion("2.59")]

Westwind.Web.WebApi/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("Westwind.Web.WebApi")]
13-
[assembly: AssemblyCopyright("Copyright © 2013")]
13+
[assembly: AssemblyCopyright("Copyright © 2013-2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.58.*")]
36-
[assembly: AssemblyFileVersion("2.58")]
35+
[assembly: AssemblyVersion("2.59.*")]
36+
[assembly: AssemblyFileVersion("2.59")]

Westwind.Web.WebForms/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("2.58.*")]
40-
[assembly: AssemblyFileVersion("2.58")]
39+
[assembly: AssemblyVersion("2.59.*")]
40+
[assembly: AssemblyFileVersion("2.59")]

libs/Westwind.Data.MongoDb.dll

7 KB
Binary file not shown.

libs/Westwind.Data.MongoDb.xml

Lines changed: 426 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/Westwind.Data.dll

0 Bytes
Binary file not shown.

libs/Westwind.Utilities.dll

1 KB
Binary file not shown.

libs/Westwind.Utilities.xml

Lines changed: 34 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/Westwind.Web.Mvc.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)