diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-21 13:23:33 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 17:16:39 -0400 |
commit | 6f63bd00248fd90649718a1a77926a48f2df0e51 (patch) | |
tree | ba11c6d88028b5d5ea32b3eb3805871a104c951b /src/SMAPI.ModBuildConfig/Properties | |
parent | b887ecb30b4c41d58c6211ea00423f8259eebef5 (diff) | |
download | SMAPI-6f63bd00248fd90649718a1a77926a48f2df0e51.tar.gz SMAPI-6f63bd00248fd90649718a1a77926a48f2df0e51.tar.bz2 SMAPI-6f63bd00248fd90649718a1a77926a48f2df0e51.zip |
update nuspec for alpha release
Diffstat (limited to 'src/SMAPI.ModBuildConfig/Properties')
-rw-r--r-- | src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs b/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs index e051bfbd..255ce509 100644 --- a/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs +++ b/src/SMAPI.ModBuildConfig/Properties/AssemblyInfo.cs @@ -2,5 +2,5 @@ using System.Reflection; [assembly: AssemblyTitle("SMAPI.ModBuildConfig")] [assembly: AssemblyDescription("")] -[assembly: AssemblyVersion("2.2.0")] -[assembly: AssemblyFileVersion("2.2.0")] +[assembly: AssemblyVersion("3.0.0")] +[assembly: AssemblyFileVersion("3.0.0")] |