Skip to content

Commit 0f1d8f8

Browse files
fixed assemblyInfo
1 parent 43f2d83 commit 0f1d8f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,8 @@ ASALocalRun/
329329
# MFractors (Xamarin productivity tool) working folder
330330
.mfractor/
331331
/.claude
332+
MIGRATION-SUMMARY.md
333+
PLUGIN-MIGRATION-GUIDE.md
334+
ReflectFramework.csx
335+
InspectFramework/InspectFramework.csproj
336+
InspectFramework/Program.cs

AcmeCaPlugin/AcmeCaPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ImplicitUsings>disable</ImplicitUsings>
55
<Nullable>disable</Nullable>
66
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
7-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
7+
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
88
<RootNamespace>Keyfactor.Extensions.CAPlugin.Acme</RootNamespace>
99
<AssemblyName>AcmeCaPlugin</AssemblyName>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)