Skip to content

Commit 88dbb15

Browse files
version bump
1 parent e64597f commit 88dbb15

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

COTL_API.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

COTL_API/COTL_API.csproj.lscache

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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]
1311
language=C#

thunderstore.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
44
[package]
55
namespace = "xhayper"
66
name = "COTL_API"
7-
versionNumber = "0.3.3"
7+
versionNumber = "0.3.4"
88
description = "A library to easily interact with Cult of the Lamb"
99
websiteUrl = "https://cotl-api.vercel.app/"
1010
containsNsfwContent = false

0 commit comments

Comments
 (0)