Revision | 102 (tree) |
---|---|
Zeit | 2019-07-27 12:15:12 |
Autor | ![]() |
pack.sh 修正
@@ -17,7 +17,7 @@ | ||
17 | 17 | // The form "{Major}.{Minor}.*" will automatically update the build and revision, |
18 | 18 | // and "{Major}.{Minor}.{Build}.*" will update just the revision. |
19 | 19 | |
20 | -[assembly: AssemblyVersion ("1.0.*")] | |
20 | +[assembly: AssemblyVersion ("1.0.29.*")] | |
21 | 21 | |
22 | 22 | // The following attributes are used to specify the signing key for the assembly, |
23 | 23 | // if desired. See the Mono documentation for more information about signing. |
@@ -10,7 +10,7 @@ | ||
10 | 10 | cp EWatchC/etc/*.json dist/EWatchC/etc/ |
11 | 11 | |
12 | 12 | ver=$(grep AssemblyVersion EWatchC/Properties/AssemblyInfo.cs \ |
13 | - | sed -r 's/^.*"([0-9]+\.[0-9]+).*".*$/\1/') | |
13 | + | sed -r 's/^.*"([0-9]+\.[0-9]+\.[0-9]+).*".*$/\1/') | |
14 | 14 | pushd dist |
15 | 15 | zip -r EWatchC-$ver.zip EWatchC/* |
16 | 16 | popd |