Skip to content

Commit

Permalink
Version bump to pick up the niceio fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Nov 15, 2024
1 parent f7b8008 commit 1a3c6dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.3.6" />
<PackageVersion Include="OkTools.NiceIO" Version="1.0.7" />
<PackageVersion Include="OkTools.NiceIO" Version="1.0.10" />
<PackageVersion Include="PInvoke.Kernel32" Version="0.7.124" />
<PackageVersion Include="PInvoke.NTDll" Version="0.7.124" />
<PackageVersion Include="Spectre.Console" Version="0.49.1" />
Expand Down Expand Up @@ -46,4 +46,4 @@
<PackageVersion Include="Shouldly" Version="4.2.1" />

</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<GeneratePackageOnBuild>$(_IsPublishing)</GeneratePackageOnBuild>
<Title>Some OK core utility functions</Title>
<RepositoryUrl>https://github.com/scottbilas/OkTools</RepositoryUrl>
<PackageVersion>1.0.17</PackageVersion>
<PackageVersion>1.0.18</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
</PropertyGroup>
Expand Down

0 comments on commit 1a3c6dd

Please sign in to comment.