Skip to content

Commit

Permalink
Release 1.1.351.835
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleepw4lker committed Dec 18, 2023
1 parent a57042f commit 7c13c42
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,4 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd

helpers/*
FodyWeavers.xsd
7 changes: 4 additions & 3 deletions AutoVersionIncrement.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// This code was automatically generated. Do not make any manual changes to it.

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

using System.Reflection;

Expand All @@ -9,5 +10,5 @@
// Build Number
// Revision

[assembly: AssemblyVersion("1.0.345.1164")]
[assembly: AssemblyFileVersion("1.0.345.1164")]
[assembly: AssemblyVersion("1.1.351.835")]
[assembly: AssemblyFileVersion("1.1.351.835")]
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Changelog for the TameMyCerts REST API

### Version 1.1.351.835

_This version was released on Dec 18, 2023._

- Migrate from .NET Framework 4.7.2 to .NET Core 8.0. Therefore also using OpenAPI 3.0 now.
- Implement support for the digital signature (DSA) algorithm.

### Version 1.0.345.1164

_This version was released on Dec 12, 2023._

This is the initial release made publicly available.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Install IIS with the following feature set:
```powershell
Install-WindowsFeature -Name Web-Server,Web-Basic-Auth,Web-Filtering,Web-IP-Security -IncludeManagementTools
```
Download and install the .NET Core [hosting bundle](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer).
Download and install the ASP .NET Core 8.0 [hosting bundle](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer).

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

Expand Down

0 comments on commit 7c13c42

Please sign in to comment.