File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed
Packages/UGF.Module.Authentication Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.ugf.module.authentication" ,
3
3
"displayName" : " UGF.Module.Authentication" ,
4
- "version" : " 1.0.0-preview.2 " ,
4
+ "version" : " 1.0.0-preview.3 " ,
5
5
"unity" : " 2023.2" ,
6
6
"apiCompatibility" : " .NET Standard 2.1" ,
7
7
"description" : " Module to manage Unity Authentication." ,
Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.0.0-preview.3] ( https://github.com/unity-game-framework/ugf-module-authentication/releases/tag/1.0.0-preview.3 ) - 2024-08-18
9
+
10
+ ### Release Notes
11
+
12
+ - [ Milestone] ( https://github.com/unity-game-framework/ugf-module-authentication/milestone/4?closed=1 )
13
+
14
+
15
+ ### Changed
16
+
17
+ - Update package ([ #7 ] ( https://github.com/unity-game-framework/ugf-module-authentication/issues/7 ) )
18
+ - Update dependencies: ` com.ugf.module.services ` to ` 1.0.0-preview.3 ` and ` com.unity.services.authentication ` to ` 3.3.3 ` versions.
19
+ - Update package _ Unity_ version to ` 2023.2 ` .
20
+ - Change ` AuthenticationModule ` and related classes to support updated _ Application_ package.
21
+
8
22
## [ 1.0.0-preview.2] ( https://github.com/unity-game-framework/ugf-module-authentication/releases/tag/1.0.0-preview.2 ) - 2023-12-18
9
23
10
24
### Release Notes
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ UGF.Module.Authentication
4
4
5
5
## Information
6
6
7
- - ** Version** : ` 1.0.0-preview.2 `
8
- - ** Unity** : ` 2022 .2`
7
+ - ** Version** : ` 1.0.0-preview.3 `
8
+ - ** Unity** : ` 2023 .2`
9
9
- ** API Compatibility Level** : ` .NET Standard 2.1 `
10
10
11
11
### Dependencies
12
12
13
- - ` com.ugf.module.services ` : ` 1.0.0-preview.2 `
14
- - ` com.unity.services.authentication ` : ` 3.2.0 `
13
+ - ` com.ugf.module.services ` : ` 1.0.0-preview.3 `
14
+ - ` com.unity.services.authentication ` : ` 3.3.3 `
15
15
16
16
17
17
### Description
You can’t perform that action at this time.
0 commit comments