Skip to content

Commit

Permalink
build(deps): update dependency thisassembly.assemblyinfo to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 470d972 commit f9719e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions zbxlld-win/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "5Vkl5384rfKZmK7rVm8pjuMk2Cweaqd+rPwL86bddhInHdBg3ClO9H0cqwd7kXf+F8/aXuZxKAnl6izzaWkfUw=="
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "OWFDT/S4Zl5QVakCjVfRaZTLrmWDhA20ud/BKkru7vWnIrejMcUk4Xz2MwavgyzBypryoHYta787k4avhxsU9A=="
},
"Microsoft.Extensions.Logging.EventLog": {
"type": "Direct",
Expand All @@ -29,9 +29,9 @@
},
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ=="
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "P8wR6MUWwYXIjPJuBaZgo5zlI/GWI6QEAo6NyVIbPefa9CCkohYu7dP2rD/mrqnjEqfRHyl+h9VZrDoGpELqYg=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down Expand Up @@ -68,9 +68,9 @@
},
"ThisAssembly.AssemblyInfo": {
"type": "Direct",
"requested": "[1.4.3, )",
"resolved": "1.4.3",
"contentHash": "WbfymV0/HNJuYtmhk0OH3c4k+l07lyB3DE5e82EapAJb9NrOeFywu3xttGhc8AchT8Bm+yQVfGsB4emKnf7Hjw==",
"requested": "[1.5.0, )",
"resolved": "1.5.0",
"contentHash": "JN+WUe35pSTOhtjTCE9ccr+jkCB+ltDu2k1H3iUxjmxHnd71rG6RMzJmi8oap+fdCePAh58TLobTZ+sYG5+XpQ==",
"dependencies": {
"Microsoft.CSharp": "4.7.0",
"System.Threading.Tasks.Extensions": "4.5.4"
Expand Down
2 changes: 1 addition & 1 deletion zbxlld-win/zbxlld-win.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0" />
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.4.3" />
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.5.0" />
</ItemGroup>

</Project>

0 comments on commit f9719e0

Please sign in to comment.