-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from jacqueskang/ci
update package info
- Loading branch information
Showing
1 changed file
with
3 additions
and
9 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 |
---|---|---|
@@ -1,20 +1,14 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<Authors>Jacques Kang</Authors> | ||
<Authors>Jacques Kang and other GitHub contributors</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> | ||
<!-- this version will be overwritten during build --> | ||
<Version>0.0.0</Version> | ||
</PropertyGroup> | ||
|
||
</Project> |