Skip to content

Commit 1d23c8b

Browse files
authored
Add common nuget metadata (#574)
1 parent c1f4622 commit 1d23c8b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Directory.Build.props

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
<PropertyGroup>
1919
<IsPackable>false</IsPackable>
2020
<VersionPrefix>0.1.0</VersionPrefix>
21-
<VersionSuffix>alpha.3</VersionSuffix>
21+
<VersionSuffix>alpha.4</VersionSuffix>
22+
</PropertyGroup>
23+
24+
<PropertyGroup>
25+
<Company>Morgan Stanley</Company>
26+
<Authors>Morgan Stanley</Authors>
27+
<RepositoryUrl>https://github.com/morganstanley/ComposeUI</RepositoryUrl>
28+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2229
</PropertyGroup>
2330
</Project>

0 commit comments

Comments
 (0)