Skip to content

Commit a78da5c

Browse files
committed
Update
1 parent 666562f commit a78da5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.24</Version>
3+
<Version>1.0.25</Version>
44
<AssemblyVersion>$(Version).0</AssemblyVersion>
55
<FileVersion>$(Version).0</FileVersion>
66
<InformationalVersion>$(Version)</InformationalVersion>

src/QuickCode.Cli/CliApplication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ private async Task HandleProjectDownloadDbmlsAsync(string projectName, string? e
892892
Console.Write($"⬇️ Downloading template {templateName}... ");
893893
var dbml = await client.GetModuleDbmlAsync(name, templateName, templateKey, resolvedEmail, resolvedSecret);
894894

895-
var fileName = $"{templateName}.dbml";
895+
var fileName = $"{templateKey}.dbml";
896896
var templatesFilePath = Path.Combine(templatesDir, fileName);
897897

898898
await File.WriteAllTextAsync(templatesFilePath, dbml);

0 commit comments

Comments
 (0)