We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86012a4 commit 8ad2ef4Copy full SHA for 8ad2ef4
Waypoint.proj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <Description>Waypoint</Description>
+ <Description>Opinionated F# OSS solution scaffold created by Ionide initative</Description>
4
<Authors>Krzysztof Cieslak</Authors>
5
<PackageProjectUrl>https://github.com/ionide/Waypoint</PackageProjectUrl>
6
<License>MIT</License>
@@ -12,6 +12,7 @@
12
<NoBuild>true</NoBuild>
13
<IncludeBuildOutput>false</IncludeBuildOutput>
14
<TargetFramework>netstandard2.0</TargetFramework>
15
+ <PackageTags>F#; Project template; Scaffolding; Opinionated; Tooling </PackageTags>
16
</PropertyGroup>
17
18
<ExcludeFromPackage>
0 commit comments