Skip to content

Commit

Permalink
Updated Zero Install .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Jul 18, 2024
1 parent 60cf158 commit 045f1ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ZstdSharp" publicKeyToken="8d151af33a4ad5cf" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.8.0.0" newVersion="0.8.0.0" />
<bindingRedirect oldVersion="0.0.0.0-0.8.1.0" newVersion="0.8.1.0" />
</dependentAssembly>
</assemblyBinding>
<relativeBindForResources enabled="true" />
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<Version>1.0.0-pre</Version>

<!-- Dependency versions -->
<NanoByteCommonVersion>2.18.4</NanoByteCommonVersion>
<ZeroInstallVersion>2.25.8</ZeroInstallVersion>
<NanoByteCommonVersion>2.18.5</NanoByteCommonVersion>
<ZeroInstallVersion>2.25.9</ZeroInstallVersion>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)App.config" />
Expand Down

0 comments on commit 045f1ea

Please sign in to comment.