Skip to content

Commit

Permalink
Updated dependencies, bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taron-art committed Feb 3, 2025
1 parent 82139a5 commit 284a7b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/PPM.Application/PPM.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" />
<PackageReference Include="ReswPlus" Version="0.2.6" Publish="false">
<PackageReference Include="ReswPlus" Version="0.3.1.5" Publish="false">
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
<PackageReference Include="securifybv.ShellLink" Version="0.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: System.Reflection.AssemblyVersionAttribute("0.5.0.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.5.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.6.0.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.6.0.0")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Processes Priority Manager")]
[assembly: AssemblyCopyright("Copyright © 2025")]
Expand Down
12 changes: 6 additions & 6 deletions src/pm_affinityservice/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pm_affinityservice"
version = "0.5.0"
version = "0.6.0"
edition = "2021"

[package.metadata.winres]
Expand All @@ -12,15 +12,15 @@ name = "PPM_Service"
path = "src/main.rs"

[dependencies]
windows-service = "0.7.0"
windows-service = "0.7"
log = "0.4"
simplelog = "0.11"
wmi = "0.14"
simplelog = "0.12"
wmi = "0.15"
serde = { version = "1.0", features = ["derive"] }
winreg = "0.52"
winreg = "0.55"

[dependencies.windows]
version = "0.58"
version = "0.59"
features = [
"Win32_System_Threading",
"Win32_System_ProcessStatus"
Expand Down

0 comments on commit 284a7b0

Please sign in to comment.