Skip to content

Commit

Permalink
sed assembly version into the .nuspec file on package.
Browse files Browse the repository at this point in the history
Ported from 97abc3c
  • Loading branch information
chakrit committed Dec 3, 2015
1 parent 065d689 commit a857e46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@
# OS junk files
[Tt]humbs.db
*.DS_Store
*.bak

# User-specific files
*.suo
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -56,7 +56,7 @@ ifneq ($(CONFIG),Release)
@exit 1

else
sed -i".bak" -e "s#<version>.*</version>#<version>$(VERSION)</version>#g" $(NUGET_SPEC_FILE)
$(NUGET) pack $(NUGET_SPEC_FILE)
endif


2 changes: 1 addition & 1 deletion Omise.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Omise</id>
<version>1.1.1.23682</version>
<version>2.0.0.17607</version>
<title>Omise.Net</title>
<authors>Omise Co., Ltd.</authors>
<owners>Omise Co., Ltd.</owners>
Expand Down

0 comments on commit a857e46

Please sign in to comment.