Skip to content

Commit

Permalink
Prepare for 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst committed Sep 21, 2022
1 parent e73f9a2 commit b701aa8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Modern.Forms/Modern.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<WarningLevel>5</WarningLevel>
</PropertyGroup>

<PropertyGroup>
<PackageId>Modern.Forms</PackageId>
<Version>0.3.0-rc1</Version>
<Version>0.3.0</Version>
<Description>Cross-platform spiritual successor to Winforms for .NET Core</Description>
<PackageTags>Modern;Forms;Winforms;GUI;UI;Cross;Platform</PackageTags>
<PackageOutputPath>../../nupkg</PackageOutputPath>
Expand All @@ -21,7 +20,7 @@
<PackageReference Include="HarfBuzzSharp" Version="2.8.2.1" />
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="2.8.2.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="Modern.WindowKit" Version="0.1.2-rc1" />
<PackageReference Include="Modern.WindowKit" Version="0.1.2" />
<PackageReference Include="Topten.RichTextKit" Version="0.4.151" />
</ItemGroup>

Expand Down

0 comments on commit b701aa8

Please sign in to comment.