Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Setup release 0.1.0-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderVorobyov committed Oct 19, 2021
1 parent 298d5f8 commit 5a0a852
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Packages/UGF.Navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.ugf.navigation",
"displayName": "UGF.Navigation",
"version": "0.0.0-preview",
"version": "0.1.0-preview",
"unity": "2021.1",
"apiCompatibility": ".NET Standard 2.0",
"description": "Provides utilities to work with Unity Navigation Mesh.",
Expand All @@ -23,4 +23,4 @@
"com.ugf.editortools": "1.13.1",
"com.ugf.builder": "2.0.1"
}
}
}
20 changes: 14 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0-preview](https://github.com/unity-game-framework/ugf-navigation/releases/tag/0.1.0-preview) - 2021-10-19

### Release Notes

- No release notes.


6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ UGF.Navigation

## Info

- **Version**: `0.0.0-preview`
- **Version**: `0.1.0-preview`
- **Unity**: `2021.1`
- **API Compatibility Level**: `.NET Standard 2.0`

### Dependencies

- N/A
- `com.unity.modules.ai`: `1.0.0`
- `com.ugf.editortools`: `1.13.1`
- `com.ugf.builder`: `2.0.1`


### Description
Expand Down

0 comments on commit 5a0a852

Please sign in to comment.