Skip to content

Commit

Permalink
nuget, fixes for hive types
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Nov 26, 2024
1 parent bd37b37 commit affebef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Registry.Test/Registry.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Registry/Registry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Eric Zimmerman</Copyright>
<PackageProjectUrl>https://github.com/EricZimmerman/Registry</PackageProjectUrl>
<RepositoryUrl>https://github.com/EricZimmerman/Registry</RepositoryUrl>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<PackageTags>registry, regf</PackageTags>
Expand All @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0" />


<None Include="../README.md" Pack="true" PackagePath=""/>
Expand Down

0 comments on commit affebef

Please sign in to comment.