File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Calabonga.AspNetCore.AppDefinitions Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ public virtual void ConfigureApplication(WebApplication app) { }
2929 /// <summary>
3030 /// Enable or disable to register into pipeline for the current application definition
3131 /// </summary>
32- public virtual bool Enabled => true ;
32+ public virtual bool Enabled { get ; protected set ; } = true ;
3333}
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
88 <Title >Calabonga.AspNetCore.AppDefinitions</Title >
9- <Version >1.1 .0</Version >
9+ <Version >1.2 .0</Version >
1010 <Authors >Calabonga</Authors >
1111 <Company >Calabonga Soft</Company >
1212 <Product >Calabonga.AspNetCore.AppDefinitions</Product >
1818 <RepositoryUrl >https://github.com/Calabonga/Calabonga.AspNetCore.AppDefinitions</RepositoryUrl >
1919 <RepositoryType >git</RepositoryType >
2020 <PackageTags >calabonga;architecture;definitions;minimal-api;nimble-framework</PackageTags >
21- <PackageReleaseNotes >Some dependencies changed for more flexibility. </PackageReleaseNotes >
21+ <PackageReleaseNotes >AppDefinition setter added for Enable property </PackageReleaseNotes >
2222 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2323 </PropertyGroup >
2424
You can’t perform that action at this time.
0 commit comments