Skip to content

Commit

Permalink
Merge pull request #21 from jacqueskang/ci
Browse files Browse the repository at this point in the history
update package info
  • Loading branch information
jacqueskang authored Jul 13, 2018
2 parents c789f61 + d9a2783 commit c7628fd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/Directory.Build.props
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>

0 comments on commit c7628fd

Please sign in to comment.