Skip to content

Commit

Permalink
Preparing release of version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-util committed Feb 8, 2024
1 parent 21df7f7 commit 03090dc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CsCore/CsCoreUnity/Plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.csutil.cscore.unity",
"version": "1.8.12",
"version": "1.9.0",
"displayName": "cscore Unity",
"description": "cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects.",
"unity": "2018.1",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/cs-util-com/cscore"
},
"dependencies": {
"com.csutil.cscore": "1.8.12",
"com.csutil.cscore": "1.9.0",
"com.unity.modules.screencapture": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions CsCore/CsCoreUnityWebGL/Plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.csutil.cscore.unity.webgl",
"version": "1.8.12",
"version": "1.9.0",
"displayName": "cscore Unity WebGL",
"description": "cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. This module contains classes and patterns that expose native browser functionality to the user.",
"unity": "2022.2",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/cs-util-com/cscore"
},
"dependencies": {
"com.csutil.cscore": "1.8.12",
"com.csutil.cscore.unity": "1.8.12"
"com.csutil.cscore": "1.9.0",
"com.csutil.cscore.unity": "1.9.0"
}
}
2 changes: 1 addition & 1 deletion CsCore/PlainNetClassLib/PlainNetClassLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>com.csutil.cscore</PackageId>
<!-- https://www.nuget.org/packages/com.csutil.cscore -->
<Version>1.8.12</Version>
<Version>1.9.0</Version>
<Authors>csutil.com</Authors>
<Company>csutil.com</Company>
<Product>cscore</Product>
Expand Down
2 changes: 1 addition & 1 deletion CsCore/PlainNetClassLib/src/Plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.csutil.cscore",
"version": "1.8.12",
"version": "1.9.0",
"displayName": "cscore",
"description": "cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects.",
"unity": "2018.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.csutil.cscore.unity.tests",
"version": "1.8.12",
"version": "1.9.0",
"displayName": "cscore Unity Tests",
"description": "cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects.",
"unity": "2018.1",
Expand Down
2 changes: 1 addition & 1 deletion CsCore/xUnitTests/src/Plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.csutil.cscore.tests",
"version": "1.8.12",
"version": "1.9.0",
"displayName": "cscore Tests",
"description": "cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects.",
"unity": "2018.1",
Expand Down

0 comments on commit 03090dc

Please sign in to comment.