-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgraded SimpleInjector dependency to 4.x, removed dependency on SimpleInjector.Extensions.LifetimeScoping. Replaced usages of removed two-argument IConstructorResolutionBehavior.GetConstructor method with single argument one. Replaced usages of LifetimeScoping with ThreadScopedLifestyle. * Changed the name of the sample decorator class to indicate it now uses ThreadScopedLifestyle * Pr/19 fixed (#21) * Added Renamed This is used for RenamedFileSystemEvent * Inherited from RenamedEventArgs Added oldName argument * Added CreateRenamedFileSystemEvent added null parameter for compatibility to other functions * Added WhenFileSystemRenamed modified code for use of fileSystemWatcher.Renamed * Rename file test Added test for rename and modified other to check FileSystemRenamed * Added option to remove FileSystemWatcher duplicated events * Updated all Nuget packages * upgrading packages * bump dependencies * upgrade versions * upgrade versions * Update README.md * fix runner * update to build master
- Loading branch information
Showing
57 changed files
with
2,452 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/> | ||
</startup> | ||
</configuration> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Topshelf" version="3.3.1" targetFramework="net45" /> | ||
<package id="Topshelf" version="4.0.3" targetFramework="net452" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.