Skip to content

Commit

Permalink
Bump version, set up nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 committed Oct 10, 2023
1 parent 1300cb1 commit c45c6cb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions Winch/Winch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<LangVersion>11</LangVersion>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<Nullable>enable</Nullable>
<NuspecFile>Winch.nuspec</NuspecFile>
</PropertyGroup>

<PropertyGroup>
Expand Down
14 changes: 14 additions & 0 deletions Winch/Winch.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<version>0.2.0</version>

<id>Winch</id>
<title>Winch</title>
<authors>xen-42</authors>
<description>A Harmony-based mod loader for the game Dredge.</description>
<repository type="git" url="$git$" />
</metadata>
</package>
2 changes: 1 addition & 1 deletion Winch/mod_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"Name": "Winch",
"Author": "Hacktix",
"ModGUID": "hacktix.winch",
"Version": "alpha-1.4"
"Version": "0.2.0"
}

0 comments on commit c45c6cb

Please sign in to comment.