File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
The BSD 3-Clause "New" or "Revised" License
2
2
3
- Copyright (c) 2016 - 2022 , Thinktecture AG
3
+ Copyright (c) 2016 - 2025 , Thinktecture AG
4
4
All rights reserved.
5
5
6
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 2
2
3
3
Here you can find all the releases of RelayServer 3 with their corresponding change log.
4
4
5
+ * v3.1.0
6
+ - Update many external packages (e.g. System.Text.Json having a vulnerability)
7
+ - Replace IdentityModel.AspNetCore with Duende.AccessTokenManagement
8
+ - Provide AuthorizationTokenEndpoint directly in discovery document
9
+ - Deprecate AuthorizationServer in discovery document
10
+
5
11
* v3.0.1
6
12
- Add NuGet package readme files
7
13
Original file line number Diff line number Diff line change 6
6
<LangVersion >latest</LangVersion >
7
7
<Nullable >enable</Nullable >
8
8
9
- <VersionPrefix >3.0.1 </VersionPrefix >
9
+ <VersionPrefix >3.1.0 </VersionPrefix >
10
10
<VersionSuffix ></VersionSuffix >
11
11
<Version Condition =" '$(BuildNumber)' != ''" >$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version >
12
12
13
13
<!-- NuGet Package information -->
14
14
<Company >Thinktecture AG</Company >
15
15
<Product >Thinktecture RelayServer</Product >
16
- <Copyright >Copyright © $(Company) 2015 - 2024 . All rights reserved.</Copyright >
16
+ <Copyright >Copyright © $(Company) 2015 - 2025 . All rights reserved.</Copyright >
17
17
<Authors >Sebastian Gingter;Thomas Hilzendegen</Authors >
18
18
<PackageTags >thinktecture;relayserver</PackageTags >
19
19
<PackageIcon >icon.png</PackageIcon >
You can’t perform that action at this time.
0 commit comments