Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration option to control what host is allowed to use FakeAuth #11

Merged
merged 10 commits into from
May 1, 2022
Prev Previous commit
bumping the version. Offically kicks of the 2.0 RC. Still need to cut…
… obsolete methods
  • Loading branch information
calebjenkins committed May 1, 2022
commit fdf99e58520d3af1781dc2cce50d3b435bdcc522
2 changes: 1 addition & 1 deletion src/FakeAuth/FakeAuth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>FakeAuth</RootNamespace>
<AssemblyName>FakeAuth</AssemblyName>
<Version>1.2.0</Version>
<Version>2.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Caleb Jenkins</Authors>
<Company>Caleb Jenkins</Company>
Expand Down