Skip to content

Commit 31d8577

Browse files
committed
release 3.3.9
1 parent 3fab576 commit 31d8577

File tree

4 files changed

+125
-305
lines changed

4 files changed

+125
-305
lines changed

CmlLib/CmlLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>3.3.8</Version>
7+
<Version>3.3.9</Version>
88
<Description>Minecraft Launcher Library for .NET
99
Support all version, forge, optifine
1010
</Description>

CmlLibWinFormSample/CmlLibWinFormSample.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,13 @@
172172
<Name>CmlLib</Name>
173173
</ProjectReference>
174174
</ItemGroup>
175+
<ItemGroup>
176+
<PackageReference Include="CmlLib.Core.Auth.Microsoft">
177+
<Version>3.0.2</Version>
178+
</PackageReference>
179+
<PackageReference Include="Microsoft.Web.WebView2">
180+
<Version>1.0.1823.32</Version>
181+
</PackageReference>
182+
</ItemGroup>
175183
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176184
</Project>

CmlLibWinFormSample/LoginForm.Designer.cs

Lines changed: 76 additions & 182 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)