mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-25 14:42:47 +01:00
Compare commits
2 Commits
c785a7ed8c
...
9953f06ab1
Author | SHA1 | Date | |
---|---|---|---|
9953f06ab1 | |||
0c8159aa79 |
@ -6,6 +6,6 @@
|
||||
|
||||
namespace TweetDuck {
|
||||
internal static class Version {
|
||||
public const string Tag = "1.23";
|
||||
public const string Tag = "1.24";
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CefSharp.WinForms.NETCore" Version="102.0.90" />
|
||||
<PackageReference Include="CefSharp.WinForms.NETCore" Version="105.3.330" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -36,7 +36,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CefSharp.WinForms.NETCore" Version="102.0.90" />
|
||||
<PackageReference Include="CefSharp.WinForms.NETCore" Version="105.3.330" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -28,7 +28,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CefSharp.WinForms.NETCore" Version="102.0.90" />
|
||||
<PackageReference Include="CefSharp.WinForms.NETCore" Version="105.3.330" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user