Skip to content

Commit

Permalink
Add limited dark mode support
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1956 committed Jan 7, 2025
1 parent 391e14e commit bfa5fd1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ A directory MyDocuments/CareLink/Settings contains a Settings File which is init
- Lastly is an area where you can enter your Carb Ratio by time.

## Updated
07/22/2024
01/06/2025

## What's New
New in 4.0.2.0
- Limited dark mode support

New in 4.0.1.5
- Update NuGet packages
- Remove form.Closing and replace with FormClosing
Expand Down
8 changes: 4 additions & 4 deletions src/CareLink/CareLink.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<Copyright>Copyright (c) .NET Foundation and Contributors</Copyright>
<RepositoryUrl>https://github.com/paul1956/CareLink</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>4.0.1.5</Version>
<AssemblyVersion>4.0.1.5</AssemblyVersion>
<FileVersion>4.0.1.5</FileVersion>
<Version>4.0.2.0</Version>
<AssemblyVersion>4.0.2.0</AssemblyVersion>
<FileVersion>4.0.2.0</FileVersion>
<PackageIcon>IconImage.png</PackageIcon>
<PackageIconUrl />
<PackageProjectUrl>https://github.com/paul1956/CareLink</PackageProjectUrl>
Expand Down Expand Up @@ -62,7 +62,7 @@
<PackageReference Include="ClosedXML" Version="0.104.2" />
<PackageReference Include="DataGridViewDisableButtonColumnEx" Version="1.0.8" />
<PackageReference Include="FreeSpire.PDF" Version="10.2.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2950-prerelease" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="System.IO.Packaging" Version="9.0.0" />
<PackageReference Include="System.Speech" Version="9.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/CareLink/obj/CareLink.vbproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
</Content>
</ItemGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Web_WebView2 Condition=" '$(PkgMicrosoft_Web_WebView2)' == '' ">C:\Users\PaulM\.nuget\packages\microsoft.web.webview2\1.0.2950-prerelease</PkgMicrosoft_Web_WebView2>
<PkgMicrosoft_Web_WebView2 Condition=" '$(PkgMicrosoft_Web_WebView2)' == '' ">C:\Users\PaulM\.nuget\packages\microsoft.web.webview2\1.0.2903.40</PkgMicrosoft_Web_WebView2>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/CareLink/obj/CareLink.vbproj.nuget.g.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)system.text.json\9.0.0\buildTransitive\net8.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\9.0.0\buildTransitive\net8.0\System.Text.Json.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.web.webview2\1.0.2950-prerelease\buildTransitive\Microsoft.Web.WebView2.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.web.webview2\1.0.2950-prerelease\buildTransitive\Microsoft.Web.WebView2.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.web.webview2\1.0.2903.40\buildTransitive\Microsoft.Web.WebView2.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.web.webview2\1.0.2903.40\buildTransitive\Microsoft.Web.WebView2.targets')" />
</ImportGroup>
</Project>
26 changes: 11 additions & 15 deletions src/CareLink/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"lib/netstandard1.0/_._": {}
}
},
"Microsoft.Web.WebView2/1.0.2950-prerelease": {
"Microsoft.Web.WebView2/1.0.2903.40": {
"type": "package",
"build": {
"buildTransitive/Microsoft.Web.WebView2.targets": {}
Expand Down Expand Up @@ -882,10 +882,10 @@
"version.txt"
]
},
"Microsoft.Web.WebView2/1.0.2950-prerelease": {
"sha512": "15GH8uTwpzNi8PH5MFS5cnjJj7LxCMJXD3gfMVEiTqniKrABb8u8B8d2fLXIvnl/YlATrtkX1M+fXF2wokIiUA==",
"Microsoft.Web.WebView2/1.0.2903.40": {
"sha512": "THrzYAnJgE3+cNH+9Epr44XjoZoRELdVpXlWGPs6K9C9G6TqyDfVCeVAR/Er8ljLitIUX5gaSkPsy9wRhD1sgQ==",
"type": "package",
"path": "microsoft.web.webview2/1.0.2950-prerelease",
"path": "microsoft.web.webview2/1.0.2903.40",
"hasTools": true,
"files": [
".nupkg.metadata",
Expand All @@ -894,8 +894,6 @@
"NOTICE.txt",
"WebView2.idl",
"WebView2.tlb",
"WebView2Experimental.idl",
"WebView2Experimental.tlb",
"build/Common.targets",
"build/Microsoft.Web.WebView2.targets",
"build/WebView2Rules.Project.xml",
Expand All @@ -908,8 +906,6 @@
"build/native/include-winrt/WebView2Interop.tlb",
"build/native/include/WebView2.h",
"build/native/include/WebView2EnvironmentOptions.h",
"build/native/include/WebView2Experimental.h",
"build/native/include/WebView2ExperimentalEnvironmentOptions.h",
"build/native/x64/WebView2Loader.dll",
"build/native/x64/WebView2Loader.dll.lib",
"build/native/x64/WebView2LoaderStatic.lib",
Expand All @@ -935,7 +931,7 @@
"lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.xml",
"lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll",
"lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.xml",
"microsoft.web.webview2.1.0.2950-prerelease.nupkg.sha512",
"microsoft.web.webview2.1.0.2903.40.nupkg.sha512",
"microsoft.web.webview2.nuspec",
"runtimes/win-arm64/native/WebView2Loader.dll",
"runtimes/win-arm64/native_uap/Microsoft.Web.WebView2.Core.dll",
Expand Down Expand Up @@ -1470,7 +1466,7 @@
"ClosedXML >= 0.104.2",
"DataGridViewDisableButtonColumnEx >= 1.0.8",
"FreeSpire.PDF >= 10.2.0",
"Microsoft.Web.WebView2 >= 1.0.2950-prerelease",
"Microsoft.Web.WebView2 >= 1.0.2903.40",
"Octokit >= 13.0.1",
"System.IO.Packaging >= 9.0.0",
"System.Speech >= 9.0.0",
Expand All @@ -1487,7 +1483,7 @@
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
},
"project": {
"version": "4.0.1.5",
"version": "4.0.2",
"restore": {
"projectUniqueName": "C:\\Repos\\CareLink\\src\\CareLink\\CareLink.vbproj",
"projectName": "CareLink",
Expand Down Expand Up @@ -1523,7 +1519,7 @@
"auditLevel": "low",
"auditMode": "all"
},
"SdkAnalysisLevel": "9.0.100"
"SdkAnalysisLevel": "9.0.200"
},
"frameworks": {
"net9.0-windows10.0.17763": {
Expand All @@ -1543,7 +1539,7 @@
},
"Microsoft.Web.WebView2": {
"target": "Package",
"version": "[1.0.2950-prerelease, )"
"version": "[1.0.2903.40, )"
},
"Octokit": {
"target": "Package",
Expand Down Expand Up @@ -1592,7 +1588,7 @@
"downloadDependencies": [
{
"name": "Microsoft.Windows.SDK.NET.Ref",
"version": "[10.0.17763.54, 10.0.17763.54]"
"version": "[10.0.17763.57, 10.0.17763.57]"
}
],
"frameworkReferences": {
Expand All @@ -1606,7 +1602,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.200-preview.0.24575.35/PortableRuntimeIdentifierGraph.json"
}
}
}
Expand Down

0 comments on commit bfa5fd1

Please sign in to comment.