Skip to content

Commit

Permalink
fix wrong version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBs committed Apr 26, 2022
1 parent e1efd6a commit 162b6fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CmlLib/CmlLib.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net462;netstandard2.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>3.4.0</Version>
<Version>3.3.6</Version>
<Description>Minecraft Launcher Library for .NET
Support all version, forge, optifine
</Description>
Expand Down
1 change: 1 addition & 0 deletions CmlLib/Core/Installer/QuiltMC/QuiltVersionLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Net;
using System.Threading.Tasks;
using CmlLib.Core.VersionLoader;
using CmlLib.Core.VersionMetadata;

namespace CmlLib.Core.Installer.QuiltMC
{
Expand Down

0 comments on commit 162b6fe

Please sign in to comment.