Skip to content

Commit

Permalink
Bump NWN.Core from 8193.36.0 to 8193.36.1
Browse files Browse the repository at this point in the history
Bumps [NWN.Core](https://github.com/nwn-dotnet/NWN.Core) from 8193.36.0 to 8193.36.1.
- [Commits](nwn-dotnet/NWN.Core@v8193.36.0...v8193.36.1)

---
updated-dependencies:
- dependency-name: NWN.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent 6d22926 commit 7a0a160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NWN.Anvil.Tests/NWN.Anvil.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NWN.Core" Version="8193.36.0" PrivateAssets="compile" />
<PackageReference Include="NWN.Core" Version="8193.36.1" PrivateAssets="compile" />
<PackageReference Include="NWN.Native" Version="8193.36.1" PrivateAssets="compile" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion NWN.Anvil/NWN.Anvil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="Paket.Core" Version="7.2.1" PrivateAssets="all" />
<PackageReference Include="NWN.Core" Version="8193.36.0" PrivateAssets="compile" />
<PackageReference Include="NWN.Core" Version="8193.36.1" PrivateAssets="compile" />
<PackageReference Include="NWN.Native" Version="8193.36.1" PrivateAssets="compile" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/NWN.Anvil.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NWN.Core" Version="8193.36.0" PrivateAssets="compile" />
<PackageReference Include="NWN.Core" Version="8193.36.1" PrivateAssets="compile" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7a0a160

Please sign in to comment.