Skip to content

Commit 81a3c72

Browse files
Setup release 1.0.0-preview
1 parent 31e3c33 commit 81a3c72

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

Packages/UGF.Module.Authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.ugf.module.authentication",
33
"displayName": "UGF.Module.Authentication",
4-
"version": "0.0.0-preview",
4+
"version": "1.0.0-preview",
55
"unity": "2022.2",
66
"apiCompatibility": ".NET Standard 2.1",
77
"description": "Module to manage Unity Authentication.",

changelog.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1-
# Changelog
2-
3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0-preview](https://github.com/unity-game-framework/ugf-module-authentication/releases/tag/1.0.0-preview) - 2023-04-03
9+
10+
### Release Notes
11+
12+
- [Milestone](https://github.com/unity-game-framework/ugf-module-authentication/milestone/1?closed=1)
13+
14+
15+
### Added
16+
17+
- Add implementation ([#1](https://github.com/unity-game-framework/ugf-module-authentication/issues/1))
18+
- Add `IAuthenticationModule` interaction for basic authentication management.
19+
- Add `AuthenticationUnityModule` class as default implementation for _Unity_ authentication.
20+
21+

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ UGF.Module.Authentication
44

55
## Information
66

7-
- **Version**: `0.0.0-preview`
7+
- **Version**: `1.0.0-preview`
88
- **Unity**: `2022.2`
99
- **API Compatibility Level**: `.NET Standard 2.1`
1010

1111
### Dependencies
1212

13-
- N/A
13+
- `com.ugf.module.services`: `1.0.0-preview.1`
14+
- `com.unity.services.authentication`: `2.4.0`
1415

1516

1617
### Description

0 commit comments

Comments
 (0)