Skip to content

Commit

Permalink
fix: Adjust for invalid assets inclusion (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Oct 25, 2024
1 parent 3b28c74 commit 4c16aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nuget/Uno.sqlite-wasm.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<ItemGroup Condition="'$(IsUnoHead)' == 'True' and '$(UnoRuntimeIdentifier)' == 'WebAssembly'">
<Content Include="$(MSBuildThisFileDirectory)**/*.bc" Visible="False" />
<Content Include="$(MSBuildThisFileDirectory)**/*.a" Visible="False" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/nuget/uno.sqlite-wasm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="5.0.0">
<id>Uno.sqlite-wasm</id>
<version>3.40.0.3</version>
<version>3.40.0.4</version>
<title>Uno SQLite for WebAssembly</title>
<authors>Uno Platform</authors>
<owners>unoplatform</owners>
Expand Down

0 comments on commit 4c16aba

Please sign in to comment.