这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Logic/ApplicationSettings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2021 Xibo Signage Ltd
* Copyright (C) 2022 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
Expand Down Expand Up @@ -52,9 +52,9 @@ private static readonly Lazy<ApplicationSettings>
/// </summary>
private List<string> ExcludedProperties;

public string ClientVersion { get; } = "3 R302.4";
public string ClientVersion { get; } = "3 R303.0";
public string Version { get; } = "6";
public int ClientCodeVersion { get; } = 302;
public int ClientCodeVersion { get; } = 303;

private ApplicationSettings()
{
Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Xibo Digital Signage")]
[assembly: AssemblyProduct("Xibo")]
[assembly: AssemblyCopyright("Copyright © Xibo Signage Ltd 2021")]
[assembly: AssemblyCopyright("Copyright © Xibo Signage Ltd 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -49,6 +49,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.302.4.0")]
[assembly: AssemblyFileVersion("3.302.4.0")]
[assembly: AssemblyVersion("3.303.0.0")]
[assembly: AssemblyFileVersion("3.303.0.0")]
[assembly: Guid("3bd467a4-4ef9-466a-b156-a79c13a863f7")]
12 changes: 6 additions & 6 deletions XiboClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
<Version>1.8.9</Version>
</PackageReference>
<PackageReference Include="CefSharp.Wpf">
<Version>96.0.180</Version>
<Version>99.2.90</Version>
</PackageReference>
<PackageReference Include="Crc32.NET">
<Version>1.2.0</Version>
Expand All @@ -309,10 +309,10 @@
<Version>3.4.3</Version>
</PackageReference>
<PackageReference Include="Flurl">
<Version>3.0.2</Version>
<Version>3.0.4</Version>
</PackageReference>
<PackageReference Include="Flurl.Http">
<Version>3.2.0</Version>
<Version>3.2.2</Version>
</PackageReference>
<PackageReference Include="GeoJSON.Net">
<Version>1.2.19</Version>
Expand All @@ -321,16 +321,16 @@
<Version>0.3.6</Version>
</PackageReference>
<PackageReference Include="Microsoft.Data.Sqlite">
<Version>6.0.1</Version>
<Version>6.0.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.SqlServer.Types">
<Version>14.0.1016.290</Version>
</PackageReference>
<PackageReference Include="Microsoft.Web.WebView2">
<Version>1.0.1072.54</Version>
<Version>1.0.1108.44</Version>
</PackageReference>
<PackageReference Include="NetMQ">
<Version>4.0.1.6</Version>
<Version>4.0.1.8</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
Expand Down