We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4bab6 commit a20e763Copy full SHA for a20e763
1 file changed
src/FontStashSharp/FontStashSharp.FNA.NET.csproj
@@ -18,7 +18,7 @@
18
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
19
<PackageProjectUrl>https://github.com/FNA-NET/FontStashSharp</PackageProjectUrl>
20
<RootNamespace>FontStashSharp</RootNamespace>
21
- <Version>2.1.1</Version>
+ <Version>2.1.2</Version>
22
</PropertyGroup>
23
24
<ItemGroup>
@@ -28,7 +28,7 @@
28
29
<PackageReference Include="Cyotek.Drawing.BitmapFont" Version="2.0.4" />
30
<PackageReference Include="StbImageSharp" Version="2.30.15" />
31
- <PackageReference Include="FNA.NET" Version="2.2.1.2602" />
+ <PackageReference Include="FNA.NET" Version="2.2.7.2602" />
32
</ItemGroup>
33
34
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
0 commit comments