Skip to content

Commit ef0a855

Browse files
committed
updated project folder name
1 parent 1684ab2 commit ef0a855

File tree

12 files changed

+6
-5
lines changed

12 files changed

+6
-5
lines changed

Source/FileWatcherEx/D2Phap.FileWatcherEx.csproj renamed to Source/D2Phap.FileWatcherEx/D2Phap.FileWatcherEx.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<VersionPrefix>3.0.0</VersionPrefix>
1717
<PackageReleaseNotes>See https://github.com/d2phap/FileWatcherEx/releases</PackageReleaseNotes>
1818
<Authors>d2phap</Authors>
19-
<Title>FileWatcherEx - A file system watcher</Title>
19+
<Title>D2Phap.FileWatcherEx - A file system watcher</Title>
2020
<IncludeSymbols>True</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2222
<PackageLicenseFile>LICENSE</PackageLicenseFile>
@@ -27,6 +27,7 @@
2727
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
2828
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
2929
<TrimmerSingleWarn>false</TrimmerSingleWarn>
30+
<AnalysisLevel>latest</AnalysisLevel>
3031
</PropertyGroup>
3132

3233
<ItemGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.

Source/FileWatcherEx/Helpers/FileSystemWatcherWrapper.cs renamed to Source/D2Phap.FileWatcherEx/Helpers/FileSystemWatcherWrapper.cs

File renamed without changes.

Source/FileWatcherEx/Helpers/SymlinkAwareFileWatcher.cs renamed to Source/D2Phap.FileWatcherEx/Helpers/SymlinkAwareFileWatcher.cs

File renamed without changes.
File renamed without changes.

Source/Demo/Demo.WinForms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<ProjectReference Include="..\FileWatcherEx\D2Phap.FileWatcherEx.csproj" />
12+
<ProjectReference Include="..\D2Phap.FileWatcherEx\D2Phap.FileWatcherEx.csproj" />
1313
</ItemGroup>
1414

1515
</Project>

Source/FileSystemEventRecorder/FileSystemEventRecorder.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<ProjectReference Include="..\FileWatcherEx\D2Phap.FileWatcherEx.csproj" />
11+
<ProjectReference Include="..\D2Phap.FileWatcherEx\D2Phap.FileWatcherEx.csproj" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)