Skip to content

Commit

Permalink
Prepare version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisyarbrough committed Feb 10, 2024
1 parent 9b05aea commit 24f3b71
Show file tree
Hide file tree
Showing 37 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.xarbrough.sharp-shuffle-bag-unity",
"name": "com.chrisyarbrough.sharpshufflebag",
"displayName": "Sharp Shuffle Bag",
"version": "1.0.0-pre.2",
"version": "1.0.0",
"unity": "2022.1",
"description": "An efficient and convenient shuffle bag implementation.",
"author": {
Expand Down
12 changes: 6 additions & 6 deletions SharpShuffleBag.Unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"dependencies": {
"com.chrisyarbrough.sharpshufflebag": {
"version": "file:com.chrisyarbrough.sharpshufflebag",
"depth": 0,
"source": "embedded",
"dependencies": {}
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 1,
Expand Down Expand Up @@ -43,12 +49,6 @@
},
"url": "https://packages.unity.com"
},
"com.xarbrough.sharp-shuffle-bag-unity": {
"version": "file:com.xarbrough.sharp-shuffle-bag-unity",
"depth": 0,
"source": "embedded",
"dependencies": {}
},
"com.unity.modules.imgui": {
"version": "1.0.0",
"depth": 2,
Expand Down
5 changes: 2 additions & 3 deletions SharpShuffleBag/SharpShuffleBag.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>com.xarbrough.sharp-shuffle-bag</PackageId>
<PackageVersion>1.0.0-pre.2</PackageVersion>
<Title>Sharp Shuffle Bag</Title>
<PackageId>SharpShuffleBag</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageTags>shuffle bag random</PackageTags>
<Authors>Chris Yarbrough</Authors>
<PackageDescription>A simple and efficient shuffle bag implementation for .NET.</PackageDescription>
Expand Down

0 comments on commit 24f3b71

Please sign in to comment.