index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI.ModBuildConfig
Age
Commit message (
Expand
)
Author
2018-03-25
update mod build config package
Jesse Plamondon-Willard
2018-03-22
fix unit test check in build config package
Jesse Plamondon-Willard
2018-03-21
add unit test mode to mod build config package
Jesse Plamondon-Willard
2018-03-11
add initial compatibility with Stardew Valley 1.3 (#453)
Jesse Plamondon-Willard
2018-02-24
update for 2.5 release and simplify assembly info
Jesse Plamondon-Willard
2018-01-16
fix typo
Jesse Plamondon-Willard
2017-11-01
fix mod build package targeting .NET Framework 4.6.1
Jesse Plamondon-Willard
2017-10-11
bump mod build package version for update
Jesse Plamondon-Willard
2017-10-11
fix mod deploy failing to create subfolders if they don't already exist
Jesse Plamondon-Willard
2017-10-11
rm artifact
Jesse Plamondon-Willard
2017-10-10
bump mod build package version for release
Jesse Plamondon-Willard
2017-10-10
move validation back into .targets for MonoDevelop compatibility
Jesse Plamondon-Willard
2017-10-10
validate build context before build
Jesse Plamondon-Willard
2017-10-09
don't include Json.NET in mod deploy or release zip since it's loaded by SMAPI
Jesse Plamondon-Willard
2017-10-09
rm unneeded code
Jesse Plamondon-Willard
2017-10-08
update mod build package nuspec
Jesse Plamondon-Willard
2017-10-08
rewrite mod build package per new docs
Jesse Plamondon-Willard
2017-10-08
move zip logic into method
Jesse Plamondon-Willard
2017-10-08
rename build task for broader use
Jesse Plamondon-Willard
2017-10-08
move release notes into mod build package docs
Jesse Plamondon-Willard
2017-10-08
move mod build config readme into docs
Jesse Plamondon-Willard
2017-10-08
add support for SMAPI 2.0 version strings in mod release zip code
Jesse Plamondon-Willard
2017-10-08
rm redundant code
Jesse Plamondon-Willard
2017-10-08
escape invalid characters in release zip paths
Jesse Plamondon-Willard
2017-10-08
add prerelease tag to zip name & normalise version format
Jesse Plamondon-Willard
2017-10-08
handle various edge cases in manifest parsing for zip filename
Jesse Plamondon-Willard
2017-10-08
move create-zip task into project code
Jesse Plamondon-Willard
2017-10-08
convert mod build config into .NET project to simplify C# build tasks
Jesse Plamondon-Willard