mirror of
				https://github.com/velopack/velopack.git
				synced 2025-10-25 15:19:22 +00:00 
			
		
		
		
	Set workspace description and add python readme
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/set-nbgv-version.ps1
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/set-nbgv-version.ps1
									
									
									
									
										vendored
									
									
								
							| @@ -46,6 +46,7 @@ Write-Host "Python version to $pythonVersion" | ||||
| # copying README.md | ||||
| Copy-Item -Path "$scriptDir/README_NUGET.md" -Destination "$scriptDir/src/lib-nodejs/README.md" -Force | ||||
| Copy-Item -Path "$scriptDir/README_NUGET.md" -Destination "$scriptDir/src/lib-rust/README.md" -Force | ||||
| Copy-Item -Path "$scriptDir/README_NUGET.md" -Destination "$scriptDir/src/lib-python/README.md" -Force | ||||
|  | ||||
| Set-Location $originalLocation | ||||
|  | ||||
|   | ||||
| @@ -17,6 +17,7 @@ authors = ["Velopack Ltd, Caelan Sayler <git@caesay.com>"] | ||||
| homepage = "https://velopack.io" | ||||
| repository = "https://github.com/velopack/velopack" | ||||
| documentation = "https://docs.velopack.io" | ||||
| description = "Installer and automatic update framework for cross-platform desktop applications" | ||||
| keywords = ["update", "install", "velopack", "squirrel", "automatic-updates"] | ||||
| categories = ["development-tools"] | ||||
| license = "MIT" | ||||
|   | ||||
| @@ -11,7 +11,7 @@ Velopack is an installation and auto-update framework for cross-platform applica | ||||
|  | ||||
| ## Documentation | ||||
| - 📖 [Read the docs](https://docs.velopack.io/) | ||||
| - ⚡ [Quick start guides](https://docs.velopack.io/category/quick-start) | ||||
| - ⚡ [Quick start guides](https://docs.velopack.io/category/getting-started) | ||||
| - 🕶️ [View example apps](https://docs.velopack.io/category/sample-apps) | ||||
| - 📺 [See website & demo](https://velopack.io/) | ||||
|  | ||||
|   | ||||
| @@ -3,6 +3,7 @@ | ||||
| name = "velopack_libc" | ||||
| publish = false | ||||
| version.workspace = true | ||||
| description.workspace = true | ||||
| authors.workspace = true | ||||
| homepage.workspace = true | ||||
| repository.workspace = true | ||||
|   | ||||
| @@ -4,6 +4,7 @@ exclude = ["index.node"] | ||||
| publish = false | ||||
| version.workspace = true | ||||
| authors.workspace = true | ||||
| description.workspace = true | ||||
| homepage.workspace = true | ||||
| repository.workspace = true | ||||
| documentation.workspace = true | ||||
|   | ||||
| @@ -1,8 +1,10 @@ | ||||
| [package] | ||||
| name = "velopack_python" | ||||
| publish = false | ||||
| authors.workspace = true | ||||
| homepage.workspace = true | ||||
| repository.workspace = true | ||||
| description.workspace = true | ||||
| keywords.workspace = true | ||||
| categories.workspace = true | ||||
| license.workspace = true | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| [package] | ||||
| name = "velopack" | ||||
| description = "Installer and automatic updates for cross-platform desktop applications" | ||||
| readme = "README.md" | ||||
| version.workspace = true | ||||
| description.workspace = true | ||||
| authors.workspace = true | ||||
| homepage.workspace = true | ||||
| repository.workspace = true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user