Skip to content

Commit

Permalink
Minor updates/release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vonderborch committed Mar 29, 2021
1 parent c799936 commit 52a6425
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Velentr.Font.Core/Velentr.Font.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>AnyCPU</Platforms>
<RootNamespace>Velentr.Font</RootNamespace>
<Version>1.1.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Velentr.Font.FNA/Velentr.Font.FNA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Authors>Christian Webber</Authors>
<Company>Christian Webber</Company>
<RepositoryUrl>https://github.com/vonderborch/BragiFont</RepositoryUrl>
<PackageProjectUrl>https://github.com/vonderborch/BragiFont</PackageProjectUrl>
<RepositoryUrl>https://github.com/vonderborch/Velentr.Font</RepositoryUrl>
<PackageProjectUrl>https://github.com/vonderborch/Velentr.Font</PackageProjectUrl>
<Description>An alternative solution for Monogame/FNA/XNA-derived frameworks that utilizes SharpFont to draw text rather than the traditional SpriteFont approach.</Description>
<PackageTags>SharpFont, FNA, SpriteFont, Font</PackageTags>
<Version>1.1.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion Velentr.Font.FNADevEnv/Velentr.Font.FNADevEnv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ApplicationIcon>Icon.ico</ApplicationIcon>
<AssemblyName>Velentr.Font.FNADevEnv</AssemblyName>
<RootNamespace>Velentr.Font.FNADevEnv</RootNamespace>
<Version>1.1.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="Content\PlayfairDisplayRegular-ywLOY.ttf" />
Expand Down
6 changes: 3 additions & 3 deletions Velentr.Font.Monogame/Velentr.Font.Monogame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Authors>Christian Webber</Authors>
<Company>Christian Webber</Company>
<RepositoryUrl>https://github.com/vonderborch/BragiFont</RepositoryUrl>
<PackageProjectUrl>https://github.com/vonderborch/BragiFont</PackageProjectUrl>
<RepositoryUrl>https://github.com/vonderborch/Velentr.Font</RepositoryUrl>
<PackageProjectUrl>https://github.com/vonderborch/Velentr.Font</PackageProjectUrl>
<Description>An alternative solution for Monogame/FNA/XNA-derived frameworks that utilizes SharpFont to draw text rather than the traditional SpriteFont approach.</Description>
<PackageTags>SharpFont, Monogame, SpriteFont, Font</PackageTags>
<Version>1.1.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ApplicationIcon>Icon.ico</ApplicationIcon>
<AssemblyName>Velentr.Font.MonogameDevEnv</AssemblyName>
<RootNamespace>Velentr.Font.MonogameDevEnv</RootNamespace>
<Version>1.1.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="Content\PlayfairDisplayRegular-ywLOY.ttf" />
Expand Down
1 change: 0 additions & 1 deletion fnalibs
Submodule fnalibs deleted from eb5c7a

0 comments on commit 52a6425

Please sign in to comment.