Skip to content

Commit e1215b2

Browse files
committed
Push to GitHub, cleanup projects & fix icons.
1 parent 191aa4e commit e1215b2

File tree

9 files changed

+70
-4
lines changed

9 files changed

+70
-4
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Sarmad Wahab
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# VRChat.API.Client

VRChat.API.Client/VRChat.API.Client.csproj

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@
1111
<RepositoryUrl>https://github.com/binn/VRChat.API.Client</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>vrchat,vrcapi,microsoft.extensions.hosting,aspnetcore,servicecollection,vrc-api,vrc</PackageTags>
14-
<AssemblyVersion>1.0.0</AssemblyVersion>
15-
<FileVersion>1.0.0</FileVersion>
1614
<EnableNETAnalyzers>True</EnableNETAnalyzers>
1715
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
1816
<AnalysisLevel>latest</AnalysisLevel>
17+
<VersionPrefix>1.1.0</VersionPrefix>
18+
<Authors>binn</Authors>
19+
<Company>Kibii LLC</Company>
20+
<PackageIcon>vrc_cat.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackageReleaseNotes>First release</PackageReleaseNotes>
23+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
24+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
25+
<ApplicationIcon>vrc_cat.ico</ApplicationIcon>
1926
</PropertyGroup>
2027

2128
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -26,6 +33,21 @@
2633
<FileAlignment>1024</FileAlignment>
2734
</PropertyGroup>
2835

36+
<ItemGroup>
37+
<Content Include="vrc_cat.ico" />
38+
</ItemGroup>
39+
40+
<ItemGroup>
41+
<None Include="..\README.md">
42+
<Pack>True</Pack>
43+
<PackagePath>\</PackagePath>
44+
</None>
45+
<None Include="..\vrc_cat.png">
46+
<Pack>True</Pack>
47+
<PackagePath>\</PackagePath>
48+
</None>
49+
</ItemGroup>
50+
2951
<ItemGroup>
3052
<PackageReference Include="VRChat.API" Version="1.6.3" />
3153
</ItemGroup>

VRChat.API.Client/vrc_cat.ico

4.19 KB
Binary file not shown.

VRChat.API.Extensions.Hosting/VRChat.API.Extensions.Hosting.csproj

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@
1111
<RepositoryUrl>https://github.com/binn/VRChat.API.Client</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>vrchat,vrcapi,microsoft.extensions.hosting,aspnetcore,servicecollection,vrc-api,vrc</PackageTags>
14-
<AssemblyVersion>1.0.0</AssemblyVersion>
15-
<FileVersion>1.0.0</FileVersion>
1614
<EnableNETAnalyzers>True</EnableNETAnalyzers>
1715
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
1816
<AnalysisLevel>latest</AnalysisLevel>
17+
<VersionPrefix>1.1.0</VersionPrefix>
18+
<Authors>binn</Authors>
19+
<Company>Kibii LLC</Company>
20+
<PackageIcon>vrc_cat.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
22+
<PackageReleaseNotes>First release</PackageReleaseNotes>
23+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
24+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
25+
<ApplicationIcon>vrc_cat.ico</ApplicationIcon>
1926
</PropertyGroup>
2027

2128
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -26,6 +33,21 @@
2633
<FileAlignment>1024</FileAlignment>
2734
</PropertyGroup>
2835

36+
<ItemGroup>
37+
<Content Include="vrc_cat.ico" />
38+
</ItemGroup>
39+
40+
<ItemGroup>
41+
<None Include="..\README.md">
42+
<Pack>True</Pack>
43+
<PackagePath>\</PackagePath>
44+
</None>
45+
<None Include="..\vrc_cat.png">
46+
<Pack>True</Pack>
47+
<PackagePath>\</PackagePath>
48+
</None>
49+
</ItemGroup>
50+
2951
<ItemGroup>
3052
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
3153
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
4.19 KB
Binary file not shown.
146 KB
Loading

vrc_cat.ico

4.19 KB
Binary file not shown.

vrc_cat.png

146 KB
Loading

0 commit comments

Comments
 (0)