File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <TargetFramework >net472</TargetFramework >
4- <Version >0.3.3 </Version >
4+ <Version >0.3.4 </Version >
55 <LangVersion >latest</LangVersion >
66 <DebugType >portable</DebugType >
77 <IsPackable >true</IsPackable >
Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ version=1
22
33# This file caches language service data to improve the performance of C# Dev Kit.
44# It is not intended for manual editing. It can safely be deleted and will be
5- # regenerated automatically.
5+ # regenerated automatically. For more information, see https://aka.ms/lscache
66#
7- # To exclude from version control, add *.lscache to your .gitignore file.
8- #
9- # To disable caching, add the following to your VS Code settings:
10- # "dotnet.projectsystem.enableLanguageServiceCache": false
7+ # To control where cache files are stored, use the following VS Code setting:
8+ # "dotnet.projectsystem.cacheInProjectFolder": true
119
1210[project]
1311language=C#
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
44[package ]
55namespace = " xhayper"
66name = " COTL_API"
7- versionNumber = " 0.3.3 "
7+ versionNumber = " 0.3.4 "
88description = " A library to easily interact with Cult of the Lamb"
99websiteUrl = " https://cotl-api.vercel.app/"
1010containsNsfwContent = false
You can’t perform that action at this time.
0 commit comments