Skip to content

Commit

Permalink
update path reference to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 5, 2023
1 parent d566eb3 commit 111ce01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ def mk_makefile(self, out):
<ItemGroup>
<Compile Include="..\%s\*.cs;*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
<None Include="..\%s\README.md" Pack="true" PackagePath="\"/>
<None Include="%s\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>""" % (version, key, self.to_src_dir, self.src_dir)
Expand Down
3 changes: 3 additions & 0 deletions src/api/dotnet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Z3 Nuget Package

For more information see [the Z3 github page](https://github.com/z3prover/z3.git)

0 comments on commit 111ce01

Please sign in to comment.