Skip to content

Commit

Permalink
v5.0.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Floogen committed Mar 9, 2023
1 parent fc78e73 commit df9c782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FashionSense/Examples/[FS] Example Pack/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"Name": "Example Fashion Sense Pack",
"Author": "ExampleAuthor",
"Version": "4.11.3",
"Version": "5.0.0",
"Description": "Example pack for the Fashion Sense framework.",
"UniqueID": "ExampleAuthor.ExampleFashionSensePack",
"UpdateKeys": [],
"Dependencies": [],
"ContentPackFor": {
"UniqueID": "PeacefulEnd.FashionSense",
"MinimumVersion": "4.11.3"
"MinimumVersion": "5.0.0"
}
}
2 changes: 1 addition & 1 deletion FashionSense/FashionSense.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>5.0.0-beta.1</Version>
<Version>5.0.0</Version>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
<EnableHarmony>true</EnableHarmony>
Expand Down

0 comments on commit df9c782

Please sign in to comment.