-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update package.json * package version bump * package.json typo * package.json typo * added *.unitypackage in gitignore
- Loading branch information
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
{ | ||
"name": "vangogih.fastmigrations.json", | ||
{ | ||
"name": "io.vangogih.fastmigrations", | ||
"displayName": "Fast Migrations", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"unity": "2019.4", | ||
"description": "The extra fast, minimum code size, unity compatible plugin for data migrations using Newtonsoft Json.Net.", | ||
"keywords": ["unity", "dotnet", "json", "migration", "json migration"], | ||
"license": "MIT", | ||
"documentationUrl": "https://github.com/vangogih/FastMigrations.Json.Net/tree/master", | ||
"changelogUrl": "https://github.com/vangogih/FastMigrations.Json.Net/releases", | ||
"licensesUrl": "https://github.com/vangogih/FastMigrations.Json.Net/blob/master/LICENSE" | ||
"licensesUrl": "https://github.com/vangogih/FastMigrations.Json.Net/blob/master/LICENSE", | ||
"dependencies": { | ||
"com.unity.nuget.newtonsoft-json": "2.0.2" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.