Skip to content

Commit

Permalink
Bump version to 1.1.2.105
Browse files Browse the repository at this point in the history
  • Loading branch information
zqhong committed Aug 19, 2022
1 parent 3d13e85 commit 5fa45f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RELEASE_FILE_NAME=$(shell echo $(NAME)-$(VERSION)-$(BUILD_TIME).zip)
release:
rm -rf bin/tmp
cp -r bin/Release bin/tmp
cd bin/tmp && rm -f *.xml && rm -f *.log && rm -f *.pdb && rm -rf tmp
cd bin/tmp && rm -f *.xml *.log *.pdb *.stackdump && rm -rf tmp
cd bin/tmp && zip -r -9 $(RELEASE_FILE_NAME) ./*
mv bin/tmp/$(RELEASE_FILE_NAME) bin/
rm -rf bin/tmp
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// 次版本
// 生成号
// 修订号
[assembly: AssemblyVersion("1.1.1.100")]
[assembly: AssemblyFileVersion("1.1.1.100")]
[assembly: AssemblyVersion("1.1.2.105")]
[assembly: AssemblyFileVersion("1.1.2.105")]
3 changes: 2 additions & 1 deletion UI/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fa45f6

Please sign in to comment.