Skip to content

Commit 2478332

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.2...v1.5.0) (2024-12-04) ### Bug Fixes * GameJoltSettings not being included when batch building in Unity ([b06d150](b06d150)) ### Features * allow for editing settings with GameJolt disabled ([cc6772f](cc6772f)) ### Reverts * GameJoltSettings meta guid ([bb0207f](bb0207f))
1 parent 22dc8b4 commit 2478332

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.5.0](https://github.com/Hertzole/gamejolt.net/compare/v1.4.2...v1.5.0) (2024-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* GameJoltSettings not being included when batch building in Unity ([b06d150](https://github.com/Hertzole/gamejolt.net/commit/b06d15072b27edb4c4eafce53c3c3e2656a0334d))
7+
8+
9+
### Features
10+
11+
* allow for editing settings with GameJolt disabled ([cc6772f](https://github.com/Hertzole/gamejolt.net/commit/cc6772f8d925111b5bf2ca384822fdefb680ceb5))
12+
13+
14+
### Reverts
15+
16+
* GameJoltSettings meta guid ([bb0207f](https://github.com/Hertzole/gamejolt.net/commit/bb0207f81a5a60e297884b4e6fd900fa8f994212))
17+
118
## [1.4.2](https://github.com/Hertzole/gamejolt.net/compare/v1.4.1...v1.4.2) (2024-10-14)
219

320

GameJolt.NET/GameJolt.NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>9</LangVersion>
55
<Nullable>disable</Nullable>
66
<RootNamespace>GameJolt</RootNamespace>
7-
<AssemblyVersion>1.4.2</AssemblyVersion>
7+
<AssemblyVersion>1.5.0</AssemblyVersion>
88
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1</TargetFrameworks>
99
<Configurations>Debug;Release;Unity;Unity 2023;Force System Json;Disable GameJolt</Configurations>
1010
<IsTrimmable>true</IsTrimmable>
@@ -17,7 +17,7 @@
1717
<Title>GameJolt.NET</Title>
1818
<Authors>Hertzole</Authors>
1919
<Company>Hertzole</Company>
20-
<Version>1.4.2</Version>
20+
<Version>1.5.0</Version>
2121
<Description>A modern .NET wrapper around the Game Jolt Game API.</Description>
2222
<PackageProjectUrl>https://github.com/Hertzole/gamejolt.net</PackageProjectUrl>
2323
<RepositoryUrl>https://github.com/Hertzole/gamejolt.net</RepositoryUrl>

Unity/Packages/se.hertzole.gamejolt.net/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "se.hertzole.gamejolt.net",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"displayName": "GameJolt.NET",
55
"description": "A modern C# wrapper around the GameJolt Game API for .NET and Unity",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)