Skip to content

Commit 8c70fc5

Browse files
committed
Update Unity versions in workflow and increment package version to 3.4.3
1 parent 75ee27e commit 8c70fc5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
unityVersion:
15-
- 6000.0.32f1
16-
- 2023.2.20f1
15+
- 6000.4.0f1
16+
- 6000.3.7f1
17+
- 2023.2.22f1
1718
os:
1819
- ubuntu-latest
1920
# - windows-latest

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "de.jochenheckl.unity.databinding",
33
"displayName": "DataBinding",
4-
"version": "3.4.2",
5-
"unity": "2023.3",
6-
"description": "DataBinding is a method of connecting a data model with user interface components, allowing changes in one to automatically reflect in the other.\n\nThis package supplies the means that will enable you to implement declarative user interfaces (== user interfaces that are a function of the underlying data that defines it). It's like WPF for Unity Game Objects.",
4+
"version": "3.4.3",
5+
"unity": "2023.2",
6+
"description": "Bind your GameObjects directly to your data models — clean, reactive, and maintainable.\n\nDeclare type-safe bindings between data source properties and GameObject components instead of writing repetitive glue code. Supports single-property bindings and dynamic collection bindings that automatically instantiate or destroy child elements as your data changes. It's like WPF for Unity GameObjects.",
77
"keywords": [
88
"Data Binding",
99
"DataBinding",

0 commit comments

Comments
 (0)