diff --git a/SECURITY.md b/SECURITY.md index 0859258..8b06b5e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,10 @@ Following Versions are currently officially supported. Please note that this lis | Version | Support Status | End of Support | | ------- | ------------------ | -------------- | -| 3.0 | :white_check_mark: | No | -| 3.0 prereleases | :x: | Yes | +| 3 | :white_check_mark: | No | +| 3µ | :white_check_mark: | No | +| 3 prereleases | :x: | Yes | +| 3µ prereleases | :x: | Yes | | 2.0 | :white_check_mark: (With Service Packs) | 01.01.2024 | | 2.0 prereleases | :x: | Yes | | 1.x | :x: | Yes | diff --git a/Tinyinfo/Properties/AssemblyInfo.cs b/Tinyinfo/Properties/AssemblyInfo.cs index c092385..45b6fd1 100644 --- a/Tinyinfo/Properties/AssemblyInfo.cs +++ b/Tinyinfo/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.0.*")] -[assembly: AssemblyFileVersion("3.0.3")] +[assembly: AssemblyFileVersion("3.0.3")] \ No newline at end of file