Skip to content

Commit b701aa8

Browse files
committed
Prepare for 0.3 release
1 parent e73f9a2 commit b701aa8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Modern.Forms/Modern.Forms.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
76
<GenerateDocumentationFile>true</GenerateDocumentationFile>
87
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
98
<WarningLevel>5</WarningLevel>
109
</PropertyGroup>
1110

1211
<PropertyGroup>
1312
<PackageId>Modern.Forms</PackageId>
14-
<Version>0.3.0-rc1</Version>
13+
<Version>0.3.0</Version>
1514
<Description>Cross-platform spiritual successor to Winforms for .NET Core</Description>
1615
<PackageTags>Modern;Forms;Winforms;GUI;UI;Cross;Platform</PackageTags>
1716
<PackageOutputPath>../../nupkg</PackageOutputPath>
@@ -21,7 +20,7 @@
2120
<PackageReference Include="HarfBuzzSharp" Version="2.8.2.1" />
2221
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="2.8.2.1" />
2322
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
24-
<PackageReference Include="Modern.WindowKit" Version="0.1.2-rc1" />
23+
<PackageReference Include="Modern.WindowKit" Version="0.1.2" />
2524
<PackageReference Include="Topten.RichTextKit" Version="0.4.151" />
2625
</ItemGroup>
2726

0 commit comments

Comments
 (0)