mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	Remove x64 suffix from NuGet package names. (#5292)
This commit is contained in:
		
							parent
							
								
									089015b250
								
							
						
					
					
						commit
						c18f012c83
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -94,7 +94,7 @@ def create_nuget_spec(): | |||
|     contents = """<?xml version="1.0" encoding="utf-8"?> | ||||
| <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||||
|     <metadata> | ||||
|         <id>Microsoft.Z3.x64</id> | ||||
|         <id>Microsoft.Z3</id> | ||||
|         <version>{0}</version> | ||||
|         <authors>Microsoft</authors> | ||||
|         <description> | ||||
|  |  | |||
|  | @ -89,7 +89,7 @@ def create_nuget_spec(version, repo, branch, commit, symbols): | |||
|     contents = """<?xml version="1.0" encoding="utf-8"?> | ||||
| <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||||
|     <metadata> | ||||
|         <id>Microsoft.Z3.x64</id> | ||||
|         <id>Microsoft.Z3</id> | ||||
|         <version>{0}</version> | ||||
|         <authors>Microsoft</authors> | ||||
|         <description> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue