-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from Cysharp/v2.0
V2.0
- Loading branch information
Showing
383 changed files
with
14,465 additions
and
56,192 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
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 |
---|---|---|
|
@@ -116,8 +116,8 @@ src/MasterMemory.UnityClient/Temp/* | |
# OTHER | ||
nuget/tools/* | ||
*.nupkg | ||
|
||
.vs | ||
.idea | ||
|
||
# Unity | ||
Library/ | ||
|
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<!-- NuGet Packaging --> | ||
<PackageVersion>$(Version)</PackageVersion> | ||
<Company>Cysharp</Company> | ||
<Authors>Cysharp</Authors> | ||
<Copyright>© Cysharp, Inc.</Copyright> | ||
<PackageProjectUrl>https://github.com/Cysharp/ZLogger</PackageProjectUrl> | ||
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageIcon>Icon.png</PackageIcon> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>../../opensource.snk</AssemblyOriginatorKeyFile> | ||
<!-- For BenchmarkDotNet generated project--> | ||
<AssemblyOriginatorKeyFile Condition="EXISTS('./../../../../../../opensource.snk')">../../../../../../opensource.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
|
||
</Project> |
File renamed without changes
Oops, something went wrong.