Skip to content

Commit

Permalink
Bump to v3 R304 (3.304.1).
Browse files Browse the repository at this point in the history
Upgrade some dependendies.
  • Loading branch information
dasgarner committed Jun 20, 2022
1 parent 96fd616 commit daf9134
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Logic/ApplicationSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private static readonly Lazy<ApplicationSettings>
/// </summary>
private List<string> ExcludedProperties;

public string ClientVersion { get; } = "3 R304.0";
public string ClientVersion { get; } = "3 R304.1";
public string Version { get; } = "6";
public int ClientCodeVersion { get; } = 304;

Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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.304.0.0")]
[assembly: AssemblyFileVersion("3.304.0.0")]
[assembly: AssemblyVersion("3.304.1.0")]
[assembly: AssemblyFileVersion("3.304.1.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 @@ -298,7 +298,7 @@
<Version>1.8.9</Version>
</PackageReference>
<PackageReference Include="CefSharp.Wpf">
<Version>99.2.90</Version>
<Version>102.0.100</Version>
</PackageReference>
<PackageReference Include="Crc32.NET">
<Version>1.2.0</Version>
Expand All @@ -310,10 +310,10 @@
<Version>3.4.3</Version>
</PackageReference>
<PackageReference Include="Flurl">
<Version>3.0.4</Version>
<Version>3.0.6</Version>
</PackageReference>
<PackageReference Include="Flurl.Http">
<Version>3.2.2</Version>
<Version>3.2.4</Version>
</PackageReference>
<PackageReference Include="GeoJSON.Net">
<Version>1.2.19</Version>
Expand All @@ -322,13 +322,13 @@
<Version>0.3.6</Version>
</PackageReference>
<PackageReference Include="Microsoft.Data.Sqlite">
<Version>6.0.3</Version>
<Version>6.0.6</Version>
</PackageReference>
<PackageReference Include="Microsoft.SqlServer.Types">
<Version>14.0.1016.290</Version>
</PackageReference>
<PackageReference Include="Microsoft.Web.WebView2">
<Version>1.0.1108.44</Version>
<Version>1.0.1245.22</Version>
</PackageReference>
<PackageReference Include="NetMQ">
<Version>4.0.1.8</Version>
Expand All @@ -337,7 +337,7 @@
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="NodaTime">
<Version>3.0.9</Version>
<Version>3.1.0</Version>
</PackageReference>
<PackageReference Include="Ookii.Dialogs.Wpf">
<Version>5.0.1</Version>
Expand Down

0 comments on commit daf9134

Please sign in to comment.