Skip to content

Commit

Permalink
release 3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBs committed Feb 1, 2024
1 parent 3fab576 commit 31d8577
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 305 deletions.
2 changes: 1 addition & 1 deletion CmlLib/CmlLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>3.3.8</Version>
<Version>3.3.9</Version>
<Description>Minecraft Launcher Library for .NET
Support all version, forge, optifine
</Description>
Expand Down
8 changes: 8 additions & 0 deletions CmlLibWinFormSample/CmlLibWinFormSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,13 @@
<Name>CmlLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CmlLib.Core.Auth.Microsoft">
<Version>3.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.Web.WebView2">
<Version>1.0.1823.32</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
258 changes: 76 additions & 182 deletions CmlLibWinFormSample/LoginForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 31d8577

Please sign in to comment.