Skip to content

Commit f684ad6

Browse files
authored
Merge pull request #222 from nuskey8/release-0.5.0
Release 0.5.0
2 parents 7309f6f + f29538b commit f684ad6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<PropertyGroup>
44
<!-- NuGet Packaging -->
5-
<PackageVersion>0.4.2</PackageVersion>
6-
<Authors>Annulus Games</Authors>
7-
<CopyrightAnnulus Games</Copyright>
8-
<PackageProjectUrl>https://github.com/AnnulusGames/Lua-CSharp</PackageProjectUrl>
5+
<PackageVersion>0.5.0</PackageVersion>
6+
<Authors>nuskey;Akeit0</Authors>
7+
<CopyrightYusuke Nakada</Copyright>
8+
<PackageProjectUrl>https://github.com/nuskey8/Lua-CSharp</PackageProjectUrl>
99
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
1010
<RepositoryType>git</RepositoryType>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "com.annulusgames.lua.unity",
3-
"version": "0.4.2",
2+
"name": "com.nuskey8.lua.unity",
3+
"version": "0.5.0",
44
"displayName": "Lua.Unity",
55
"description": "Lua-CSharp extension for Unity",
66
"author": {
7-
"name": "Annulus Games"
7+
"name": "nuskey"
88
}
99
}

0 commit comments

Comments
 (0)