Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Bump to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Sep 13, 2019
1 parent ddd3270 commit 32e3809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PassCore has the following features:
1. Ensure the server running IIS is domain-joined. To determine if the computer is domain-joined:
- Go to the *Start* menu, right-click on *Computer*, then select *Properties*
- Make sure the *Domain* field contains the correct setting.
1. You need a Passcore copy to continue. We recommend to download the latest binary release of [PassCore](https://github.com/unosquare/passcore/releases/download/4.0.0/PassCore400.zip).
1. You need a Passcore copy to continue. We recommend to download the latest binary release of [PassCore](https://github.com/unosquare/passcore/releases/download/4.1.0/PassCore410.zip).
1. **NOTE:** Before extracting the contents of the file, please right-click on it, select Properties and make sure the file is Unblocked (Click on the Unblock button at the bottom of the dialog if it is available). Then, extract the contents of the zip file to the directory where you will be serving the website from.
- If you download the source code you need to run the following command via an Command Prompt. Make sure you start the Command Prompt with the Administrator option.
- `dotnet publish --configuration Release --runtime win-x64 --output "<path>"`
Expand Down
2 changes: 1 addition & 1 deletion src/Unosquare.PassCore.Web/ClientApp/Components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Footer: React.FunctionComponent<any> = () => (
align='center'
variant='caption'
>
Powered by PassCore v4.0.0 - Open Source Initiative and MIT Licensed
Powered by PassCore v4.1.0 - Open Source Initiative and MIT Licensed
</Typography>
<Typography
align='center'
Expand Down

0 comments on commit 32e3809

Please sign in to comment.