Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2024-12-09)

### Bug Fixes

* game jolt manager editor not being removed ([18072f3](18072f3))
* unity integration not working in non 64-bit scenarios ([7658ee7](7658ee7))

### Features

* submit scores using uint ([2e25758](2e25758))
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent 9a4a3da commit 273a187
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.7.0](https://github.com/Hertzole/gamejolt.net/compare/v1.6.0...v1.7.0) (2024-12-09)


### Bug Fixes

* game jolt manager editor not being removed ([18072f3](https://github.com/Hertzole/gamejolt.net/commit/18072f3bf8c8123efa96d705333842a191868354))
* unity integration not working in non 64-bit scenarios ([7658ee7](https://github.com/Hertzole/gamejolt.net/commit/7658ee7d6e208c8ade843fefd063ba77a3c2d284))


### Features

* submit scores using uint ([2e25758](https://github.com/Hertzole/gamejolt.net/commit/2e257584ec7f75a4b74af904d4e1af141cf364b5))

# [1.6.0](https://github.com/Hertzole/gamejolt.net/compare/v1.5.1...v1.6.0) (2024-12-05)


Expand Down
4 changes: 2 additions & 2 deletions GameJolt.NET/GameJolt.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>9</LangVersion>
<Nullable>disable</Nullable>
<RootNamespace>GameJolt</RootNamespace>
<AssemblyVersion>1.6.0</AssemblyVersion>
<AssemblyVersion>1.7.0</AssemblyVersion>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<Configurations>Debug;Release;Unity;Unity 2023;Force System Json;Disable GameJolt</Configurations>
<IsTrimmable>true</IsTrimmable>
Expand All @@ -17,7 +17,7 @@
<Title>GameJolt.NET</Title>
<Authors>Hertzole</Authors>
<Company>Hertzole</Company>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
<Description>A modern .NET wrapper around the Game Jolt Game API.</Description>
<PackageProjectUrl>https://github.com/Hertzole/gamejolt.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/Hertzole/gamejolt.net</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Unity/Packages/se.hertzole.gamejolt.net/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "se.hertzole.gamejolt.net",
"version": "1.6.0",
"version": "1.7.0",
"displayName": "GameJolt.NET",
"description": "A modern C# wrapper around the GameJolt Game API for .NET and Unity",
"unity": "2021.3",
Expand Down

0 comments on commit 273a187

Please sign in to comment.