Skip to content

Commit

Permalink
Bug fix #874 : Chardonnay wasn't allowing custom directories ending i…
Browse files Browse the repository at this point in the history
…n "Books"
  • Loading branch information
rmcrackan committed Apr 4, 2024
1 parent 2f64ca6 commit 91ce727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/AppScaffolding/AppScaffolding.csproj
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>11.3.6.1</Version>
<Version>11.3.7.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="10.0.0" />
Expand Down
Expand Up @@ -107,7 +107,7 @@ private void DirectoryOrCustomSelectControl_PropertyChanged(object sender, Avalo

if (known is Configuration.KnownDirectories.None)
{
directoryState.CustomDir = noSubDir;
directoryState.CustomDir = directory;
directoryState.CustomChecked = true;
}
else
Expand Down

0 comments on commit 91ce727

Please sign in to comment.