Skip to content

Commit c7628fd

Browse files
authored
Merge pull request #21 from jacqueskang/ci
update package info
2 parents c789f61 + d9a2783 commit c7628fd

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/Directory.Build.props

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Authors>Jacques Kang</Authors>
4+
<Authors>Jacques Kang and other GitHub contributors</Authors>
55
<Company />
6-
<Copyright>Jacques Kang</Copyright>
76
<PackageLicenseUrl>https://github.com/jacqueskang/IpcServiceFramework/blob/develop/LICENSE</PackageLicenseUrl>
87
<RepositoryUrl>https://github.com/jacqueskang/IpcServiceFramework</RepositoryUrl>
98
<PackageTags>dotnetcore,named-pipes,interprocess-communication</PackageTags>
109
<PackageProjectUrl>https://github.com/jacqueskang/IpcServiceFramework</PackageProjectUrl>
11-
<PackageReleaseNotes>1.0.3
12-
- support enum/guid type
13-
1.0.2
14-
- support implicitly converting input parameters from derived type to base type
15-
1.0.1
16-
- support passing array parameters</PackageReleaseNotes>
17-
<Version>1.0.3</Version>
10+
<!-- this version will be overwritten during build -->
11+
<Version>0.0.0</Version>
1812
</PropertyGroup>
1913

2014
</Project>

0 commit comments

Comments
 (0)