Skip to content

Commit 111ce01

Browse files
update path reference to readme
1 parent d566eb3 commit 111ce01

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/mk_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ def mk_makefile(self, out):
17461746
17471747
<ItemGroup>
17481748
<Compile Include="..\%s\*.cs;*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
1749-
<None Include="..\%s\README.md" Pack="true" PackagePath="\"/>
1749+
<None Include="%s\README.md" Pack="true" PackagePath="\"/>
17501750
</ItemGroup>
17511751
17521752
</Project>""" % (version, key, self.to_src_dir, self.src_dir)

src/api/dotnet/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Z3 Nuget Package
2+
3+
For more information see [the Z3 github page](https://github.com/z3prover/z3.git)

0 commit comments

Comments
 (0)