Skip to content

Commit 7c13c42

Browse files
committed
Release 1.1.351.835
1 parent a57042f commit 7c13c42

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,4 @@ MigrationBackup/
360360
.ionide/
361361

362362
# Fody - auto-generated XML schema
363-
FodyWeavers.xsd
364-
365-
helpers/*
363+
FodyWeavers.xsd

AutoVersionIncrement.cs

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This code was automatically generated. Do not make any manual changes to it.
1+

2+
// This code was automatically generated. Do not make any manual changes to it.
23

34
using System.Reflection;
45

@@ -9,5 +10,5 @@
910
// Build Number
1011
// Revision
1112

12-
[assembly: AssemblyVersion("1.0.345.1164")]
13-
[assembly: AssemblyFileVersion("1.0.345.1164")]
13+
[assembly: AssemblyVersion("1.1.351.835")]
14+
[assembly: AssemblyFileVersion("1.1.351.835")]

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Changelog for the TameMyCerts REST API
2+
3+
### Version 1.1.351.835
4+
5+
_This version was released on Dec 18, 2023._
6+
7+
- Migrate from .NET Framework 4.7.2 to .NET Core 8.0. Therefore also using OpenAPI 3.0 now.
8+
- Implement support for the digital signature (DSA) algorithm.
9+
10+
### Version 1.0.345.1164
11+
12+
_This version was released on Dec 12, 2023._
13+
14+
This is the initial release made publicly available.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Install IIS with the following feature set:
6363
```powershell
6464
Install-WindowsFeature -Name Web-Server,Web-Basic-Auth,Web-Filtering,Web-IP-Security -IncludeManagementTools
6565
```
66-
Download and install the .NET Core [hosting bundle](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer).
66+
Download and install the ASP .NET Core 8.0 [hosting bundle](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer).
6767

6868
Then ensure you have a SSL certificate installed and require SSL on the web site you plan to install the API onto.
6969

0 commit comments

Comments
 (0)