File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
RecaptchaAspNetCoreSample
RecaptchaWebFormSample/Properties Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
5+ <Version >3.1.0</Version >
6+ <SignAssembly >false</SignAssembly >
57 </PropertyGroup >
68
79 <ItemGroup >
Original file line number Diff line number Diff line change 2929@Html.RecaptchaApiScript()
3030
3131<!-- Render recaptcha widget with default properties. -->
32- @Html.Recaptcha (renderApiScript : false)
32+ @Html.RecaptchaWidget (renderApiScript : false)
3333
3434<input type =" submit" value =" Submit" />
3535
Original file line number Diff line number Diff line change 3636//
3737// You can specify all the values or you can default the Revision and Build Numbers
3838// by using the '*' as shown below:
39- [ assembly: AssemblyVersion ( "3.0 .0.0" ) ]
40- [ assembly: AssemblyFileVersion ( "3.0 .0.0" ) ]
39+ [ assembly: AssemblyVersion ( "3.1 .0.0" ) ]
40+ [ assembly: AssemblyFileVersion ( "3.1 .0.0" ) ]
Original file line number Diff line number Diff line change 3030@Html.RecaptchaApiScript()
3131
3232<!-- Render recaptcha widget with default properties. -->
33- @Html.Recaptcha (renderApiScript : false)
33+ @Html.RecaptchaWidget (renderApiScript : false)
3434
3535<input type =" submit" value =" Submit" />
3636
Original file line number Diff line number Diff line change 3636//
3737// You can specify all the values or you can default the Revision and Build Numbers
3838// by using the '*' as shown below:
39- [ assembly: AssemblyVersion ( "3.0 .0.0" ) ]
40- [ assembly: AssemblyFileVersion ( "3.0 .0.0" ) ]
39+ [ assembly: AssemblyVersion ( "3.1 .0.0" ) ]
40+ [ assembly: AssemblyFileVersion ( "3.1 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments