We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c1414 commit 6682621Copy full SHA for 6682621
Terminal/Terminal.csproj
@@ -5,8 +5,9 @@
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
<PackageId>0xDED.Terminal</PackageId>
8
- <Version>1.0.0</Version>
9
- <Authors>0xDED</Authors>
+ <Version>1.0.0</Version>
+ <Authors>0xDED</Authors>
10
+ <PackageReadmeFile>README.md</PackageReadmeFile>
11
</PropertyGroup>
12
<ItemGroup>
13
<None Include="../README.md" Pack="true" PackagePath="\"/>
0 commit comments