Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2024-01-11)

### Bug Fixes

* making nuget package ([1519ff7](1519ff7))
  • Loading branch information
semantic-release-bot committed Jan 11, 2024
1 parent 1519ff7 commit 6487cf8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/Hertzole/gamejolt.net/compare/v1.0.1...v1.0.2) (2024-01-11)


### Bug Fixes

* making nuget package ([1519ff7](https://github.com/Hertzole/gamejolt.net/commit/1519ff749d1d079116256301554b597b6b7efd2a))

## [1.0.1](https://github.com/Hertzole/gamejolt.net/compare/v1.0.0...v1.0.1) (2024-01-11)


Expand Down
2 changes: 1 addition & 1 deletion GameJolt.NET/GameJolt.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Title>GameJolt.NET</Title>
<Authors>Hertzole</Authors>
<Company>Hertzole</Company>
<AssemblyVersion>1.0.1</AssemblyVersion>
<AssemblyVersion>1.0.2</AssemblyVersion>
<TargetFrameworks>net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1;net5.0</TargetFrameworks>
<Configurations>Debug;Release;Unity</Configurations>
<Platforms>AnyCPU</Platforms>
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.0.1",
"version": "1.0.2",
"displayName": "GameJolt.NET",
"description": "A modern C# wrapper around the GameJolt Game API for .NET and Unity",
"unity": "2021.1",
Expand Down

0 comments on commit 6487cf8

Please sign in to comment.