diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-10 22:48:06 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-10 22:48:06 -0400 |
commit | f2ac6fbb498d0efa4d397b464010548636034c48 (patch) | |
tree | d3991367d9f7255a07465b5749e08aa0cdffb8c3 /src | |
parent | 1c7dfb519dd4238336a9a29d677219563e898dc7 (diff) | |
download | SMAPI-f2ac6fbb498d0efa4d397b464010548636034c48.tar.gz SMAPI-f2ac6fbb498d0efa4d397b464010548636034c48.tar.bz2 SMAPI-f2ac6fbb498d0efa4d397b464010548636034c48.zip |
bump mod build package version for release
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | src/SMAPI.ModBuildConfig/package.nuspec | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs b/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs index 57dde638..19d2517b 100644 --- a/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs +++ b/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs @@ -5,5 +5,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("")] [assembly: Guid("ea4f1e80-743f-4a1d-9757-ae66904a196a")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.7.1.0")] -[assembly: AssemblyFileVersion("1.7.1.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.0.0")] diff --git a/src/SMAPI.ModBuildConfig/package.nuspec b/src/SMAPI.ModBuildConfig/package.nuspec index 3ab5db8e..36d9582a 100644 --- a/src/SMAPI.ModBuildConfig/package.nuspec +++ b/src/SMAPI.ModBuildConfig/package.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> <metadata> <id>Pathoschild.Stardew.ModBuildConfig</id> - <version>2.0-beta</version> + <version>2.0.0</version> <title>Build package for SMAPI mods</title> <authors>Pathoschild</authors> <owners>Pathoschild</owners> |