-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactory out common project properties
- Loading branch information
1 parent
145e437
commit a59044a
Showing
5 changed files
with
25 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<Authors>Jacques Kang</Authors> | ||
<Company /> | ||
<Copyright>Jacques Kang</Copyright> | ||
<PackageLicenseUrl>https://github.com/jacqueskang/IpcServiceFramework/blob/develop/LICENSE</PackageLicenseUrl> | ||
<RepositoryUrl>https://github.com/jacqueskang/IpcServiceFramework</RepositoryUrl> | ||
<PackageTags>dotnetcore,named-pipes,interprocess-communication</PackageTags> | ||
<PackageProjectUrl>https://github.com/jacqueskang/IpcServiceFramework</PackageProjectUrl> | ||
<PackageReleaseNotes>1.0.3 | ||
- support enum/guid type | ||
1.0.2 | ||
- support implicitly converting input parameters from derived type to base type | ||
1.0.1 | ||
- support passing array parameters</PackageReleaseNotes> | ||
<Version>1.0.3</Version> | ||
</PropertyGroup> | ||
|
||
</Project> |
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
14 changes: 1 addition & 13 deletions
14
src/JKang.IpcServiceFramework.Client/JKang.IpcServiceFramework.Client.csproj
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
15 changes: 1 addition & 14 deletions
15
src/JKang.IpcServiceFramework.Core/JKang.IpcServiceFramework.Core.csproj
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