Skip to content

Commit

Permalink
Updated package version and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eptagone committed Jul 9, 2023
1 parent cbbd07b commit af490bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ And there are more options that you can change. All the available options are li
| `Vite:Manifest` | The manifest file name. Default is `manifest.json`. |
| `Vite:Base` | The subfolder where your assets will be located, including the manifest file, relative to the web root path. |
| `Vite:PackageManager` | The name of the package manager to use. Default value is `npm`. |
| `Vite:PackageDirectory` | The directory where the package.json file is located. Default value is the .NET project working directory. |
| `Vite:Server:AutoRun` | Enable or disable the automatic start of the Vite Dev Server. Default value is `false`. |
| `Vite:Server:Port` | The port where the Vite Development Server will be running. Default value is `5173`. |
| `Vite:Server:Host` | The host where the Vite Dev Server will be running. Default value is `localhost`. |
Expand Down
2 changes: 1 addition & 1 deletion src/Vite.AspNetCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ You can also change the configuration for the middleware as follows.
And there are more options that you can change. All the available options are listed below. ⚙️

| Property | Description |
|--------------------------|------------------------------------------------------------------------------------------------------------------------|
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| `Vite:Manifest` | The manifest file name. Default is `manifest.json`. |
| `Vite:Base` | The subfolder where your assets will be located, including the manifest file, relative to the web root path. |
| `Vite:PackageManager` | The name of the package manager to use. Default value is `npm`. |
Expand Down
5 changes: 2 additions & 3 deletions src/Vite.AspNetCore/Vite.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
<PackageTags>Vite;ViteJS;AspNet;MPA;Middleware;Server;Assets;Mvc;WebPages</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<Version>1.7.1</Version>
<PackageReleaseNotes>Support for custom host and custom output directories.
Configuration options can now be specified from the code.</PackageReleaseNotes>
<Version>1.8.0</Version>
<PackageReleaseNotes>Support for auto-running the vite development server from a subdirectory.</PackageReleaseNotes>
</PropertyGroup>

<!-- Add ASP.NET Core references -->
Expand Down

0 comments on commit af490bf

Please sign in to comment.