Skip to content

Commit

Permalink
Updated copyright
Browse files Browse the repository at this point in the history
Fixed file name
  • Loading branch information
rgvlee committed Feb 21, 2021
1 parent a74afa6 commit deead86
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EntityFrameworkCore.Testing.Moq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
It extends the functionality of an existing database provider by proxying over it. It was designed with the Microsoft in-memory provider in mind with supported operations sent to the database provider and unsupported operations, such as relational operations, handled by EntityFrameworkCore.Testing. While it does not attempt to mock supported operations, it does proxy over them using a mocking framework so you get all of the benefits of the latter such as being able to assert an invocation.

It includes support for queries, FromSql, ExecuteSqlCommand, and async LINQ operations.</description>
<copyright>Copyright (c) 2020 Lee Anderson</copyright>
<copyright>Copyright (c) 2021 Lee Anderson</copyright>
<tags>EntityFrameworkCore EFCore Moq mock testing</tags>
<repository url="https://github.com/rgvlee/EntityFrameworkCore.Testing" />
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion EntityFrameworkCore.Testing.NSubstitute.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
It extends the functionality of an existing database provider by proxying over it. It was designed with the Microsoft in-memory provider in mind with supported operations sent to the database provider and unsupported operations, such as relational operations, handled by EntityFrameworkCore.Testing. While it does not attempt to mock supported operations, it does proxy over them using a mocking framework so you get all of the benefits of the latter such as being able to assert an invocation.

It includes support for queries, FromSql, ExecuteSqlCommand, and async LINQ operations.</description>
<copyright>Copyright (c) 2020 Lee Anderson</copyright>
<copyright>Copyright (c) 2021 Lee Anderson</copyright>
<tags>EntityFrameworkCore EFCore NSubstitute nsub mock testing</tags>
<repository url="https://github.com/rgvlee/EntityFrameworkCore.Testing" />
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Lee Anderson
Copyright (c) 2021 Lee Anderson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit deead86

Please sign in to comment.