Skip to content

Commit a4dbe66

Browse files
Merge f91fa2d into 3beb713
2 parents 3beb713 + f91fa2d commit a4dbe66

7 files changed

Lines changed: 1338 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 1.0.0
2+
- Initial Version

Idnomic/Idnomic.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
44
<ImplicitUsings>disable</ImplicitUsings>
55
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
66
<RootNamespace>Keyfactor.Extensions.CAPlugin.Idnomic</RootNamespace>
@@ -47,4 +47,4 @@
4747
</None>
4848
</ItemGroup>
4949
<ItemGroup />
50-
</Project>
50+
</Project>

IdomicCAPlugin.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 495 additions & 0 deletions
Large diffs are not rendered by default.

docsource/configuration.md

Lines changed: 409 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)