Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
each property on one line in the form <Name>value</Name>.
-->
<PropertyGroup>
<LiblouisVersion>3.33.0</LiblouisVersion>
<LiblouisTarballSha384>2906b0787781c195b4386ee52090d1038990db4134705ad207b2820e790d33d9384ddea1818e32762b8c1f4f9e380a77</LiblouisTarballSha384>
<LiblouisVersion>3.38.0</LiblouisVersion>
<LiblouisTarballSha384>c4ed69af87344e34cb88b9775cc4423e18a7891443ac73c0a173ecbbb558513f2a3a58df9d99b39335319034f5b320b4</LiblouisTarballSha384>
</PropertyGroup>

<!--
Version stamped on the native runtime packages. It tracks the upstream liblouis version so a
consumer can tell at a glance which liblouis they are getting. Override it when a packaging-only
fix has to ship without an upstream bump, e.g. -p:LiblouisPackageVersion=3.33.0.1
fix has to ship without an upstream bump, e.g. -p:LiblouisPackageVersion=3.38.0.1
-->
<PropertyGroup>
<LiblouisPackageVersion Condition="'$(LiblouisPackageVersion)' == ''">$(LiblouisVersion)</LiblouisPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion PACKAGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When a project references such a package, the .NET SDK records every one of thes
application's `.deps.json` under `runtimeTargets`, tagged with its RID:

```json
"runtime.win-x64.liblouis/3.33.0": {
"runtime.win-x64.liblouis/3.38.0": {
"runtimeTargets": {
"runtimes/win-x64/native/liblouis.dll": { "rid": "win-x64", "assetType": "native" }
}
Expand Down
Loading