Skip to content

Commit

Permalink
1.5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsonbrinker committed Jul 31, 2024
1 parent f61ff0b commit 1a13a9f
Show file tree
Hide file tree
Showing 27 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion installer/DashboardInstaller.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ClearDashboard"
#define MyAppVersion "1.5.0.0"
#define MyAppVersion "1.5.0.3"
#define MyAppPublisher "Clear Bible, Inc."
#define MyAppURL "https://www.clear.bible/"
#define MyAppExeName "ClearDashboard.Wpf.Application.exe"
Expand Down
4 changes: 2 additions & 2 deletions installer/SetVersionInfo.dll
Git LFS file not shown
Binary file modified installer/SetVersionInfo.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Caliburn.Micro" Version="4.0.212" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>ClearDashboard.Collaboration</AssemblyName>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ClearBible.Engine" Version="3.0.9" />
Expand Down
6 changes: 3 additions & 3 deletions src/ClearDashboard.Common/ClearDashboard.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Company>Clear Bible, Inc</Company>
<Product>ClearDashboard</Product>
<Copyright>2022, Clear Bible, Inc</Copyright>
Expand All @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/Clear-Bible/ClearDashboard</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PlatformTarget>x64</PlatformTarget>
<Version>1.5.0.0</Version>
<Version>1.5.0.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<LangVersion>latest</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<RepositoryUrl>https://github.com/Clear-Bible/ClearEngine</RepositoryUrl>
<Platforms>AnyCPU</Platforms>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.5.0.0</Version>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<Version>1.5.0.3</Version>
<FileVersion>1.5.0.3</FileVersion>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Features\WordAnalyses\**" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU</Platforms>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MediatR" Version="9.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions src/ClearDashboard.DAL.CQRS/ClearDashboard.DAL.CQRS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Copyright>Copyright Clear Bible</Copyright>
<PackageProjectUrl>https://github.com/Clear-Bible/ClearDashboard</PackageProjectUrl>
<RepositoryUrl>https://github.com/Clear-Bible/ClearDashboard</RepositoryUrl>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<LangVersion>latest</LangVersion>
Expand Down
6 changes: 3 additions & 3 deletions src/ClearDashboard.DAL.Data/ClearDashboard.DAL.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Nullable>enable</Nullable>
<RootNamespace>ClearDashboard.DataAccessLayer.Data</RootNamespace>
<Platforms>AnyCPU</Platforms>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="8.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ClearDashboard.DAL.Models\ClearDashboard.DAL.Models.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<LangVersion>Latest</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.5.0.0</Version>
<Version>1.5.0.3</Version>
<Copyright>
</Copyright>
<PackageProjectUrl>https://github.com/Clear-Bible/ClearDashboard</PackageProjectUrl>
<RepositoryUrl>https://github.com/Clear-Bible/ClearDashboard</RepositoryUrl>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Common\SelectedBook.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Caliburn.Micro.Core" Version="4.0.212" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ClearDashboard.DAL.Models\ClearDashboard.DAL.Models.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions src/ClearDashboard.DAL/ClearDashboard.DAL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<Nullable>enable</Nullable>
<Platforms>AnyCPU</Platforms>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.5.0.0</Version>
<Version>1.5.0.3</Version>
<PackageProjectUrl>https://github.com/Clear-Bible/ClearDashboard</PackageProjectUrl>
<RepositoryUrl>https://github.com/Clear-Bible/ClearDashboard</RepositoryUrl>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Models\**" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<PlatformTarget>AnyCPU</PlatformTarget>
<Version>1.5.0.0</Version>
<Version>1.5.0.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<LangVersion>latest</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<TargetFramework>net472</TargetFramework>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<PlatformTarget>x64</PlatformTarget>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="Plugin.bmp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Caliburn.Micro" Version="4.0.212" />
Expand Down
6 changes: 3 additions & 3 deletions src/ClearDashboard.Tests/ClearDashboard.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<PlatformTarget>x64</PlatformTarget>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
Expand Down
6 changes: 3 additions & 3 deletions src/ClearDashboard.WPF.Tests/ClearDashboard.WPF.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Platforms>AnyCPU</Platforms>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Clear.SIL.Machine" Version="2.5.20" />
Expand Down
6 changes: 3 additions & 3 deletions src/ClearDashboard.WPF/ClearDashboard.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<UseWPF>true</UseWPF>
<PackageIcon>ClearDashboard_logo_128.png</PackageIcon>
<ApplicationIcon>Assets\ClearDashboard_logo.ico</ApplicationIcon>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVer>latest</LangVer>
<Platforms>AnyCPU</Platforms>
<Version>1.5.0.0</Version>
<Version>1.5.0.3</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Stores\**" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<PlatformTarget>AnyCPU</PlatformTarget>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<Version>1.5.0.0</Version>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<Version>1.5.0.3</Version>
<FileVersion>1.5.0.3</FileVersion>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<LangVersion>9</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<PackageIcon>ClearDashboard_logo_100.png</PackageIcon>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>1.5.0.0</Version>
<Version>1.5.0.3</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<None Include="..\ClearDashboard.Wpf.Application\Assets\ClearDashboard_logo_100.png">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Platforms>AnyCPU;x64</Platforms>
<ApplicationIcon>Assets\ClearDashboard_Icon.ico</ApplicationIcon>
<Copyright>Clear Bible, 2023</Copyright>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
<FileVersion>1.5.0.3</FileVersion>
<Version>1.5.0.3</Version>
<ApplicationManifest>app.manifest</ApplicationManifest>
<UserSecretsId>b02febcf-d7fc-48e1-abb1-f03647ca553c</UserSecretsId>
<Configurations>Debug;Release;Collab_Release;Collab_Debug;HighDPIDebug</Configurations>
Expand Down
2 changes: 1 addition & 1 deletion src/ClearDashboard.Wpf.Application/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.5.0.0" name="ClearDashboard.Wpf.Application.app" />
<assemblyIdentity version="1.5.0.3" name="ClearDashboard.Wpf.Application.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<UseWPF>true</UseWPF>
<Platforms>AnyCPU</Platforms>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.5.0.0</Version>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<Version>1.5.0.3</Version>
<FileVersion>1.5.0.3</FileVersion>
<AssemblyVersion>1.5.0.3</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Caliburn.Micro.Core" Version="4.0.212" />
Expand Down

0 comments on commit 1a13a9f

Please sign in to comment.