uppercutbuild 1.0.5.0 → 1.0.5.0.20101008

Sign up to get free protection for your applications and to get access to all the features.
data/docs/README CHANGED
@@ -60,7 +60,7 @@ It helps keep to the product updated, pays for site hosting, etc. https://www.pa
60
60
  * Adding in support for StorEvil.
61
61
 
62
62
  =1.0.5.0=
63
- * Now builds mono correctly on windows. (365)
63
+ * Now builds mono correctly on windows. (366)
64
64
 
65
65
  =1.0.4.0=
66
66
  * Gems builds default to not using the build date as part of the version. A new setting has been added to the uppercut.config: <property name="use.gem.build_date" value="false" overwrite="false" /> (364)
@@ -111,6 +111,7 @@
111
111
  <if test="${framework.multitargeting}">
112
112
  <foreach item="String" in="${microsoft.framework}" delim="${framework.multitargeting.delimiter}" property="framework.specific">
113
113
  <property name="msbuild.outputpath" value="${dirs.build}${path.separator}${folder.app.drop}${path.separator}${framework.specific}" />
114
+ <property name="msbuild.outputpath.windows.mono" value="${string::replace(msbuild.outputpath,'\','/')}" />
114
115
  <property name="microsoft.framework.specific" value="${string::trim(framework.specific)}" />
115
116
  <call target="build_dotNet_code_framework" />
116
117
  </foreach>
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uppercutbuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 75
4
+ hash: 40202135
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 5
10
10
  - 0
11
- version: 1.0.5.0
11
+ - 20101008
12
+ version: 1.0.5.0.20101008
12
13
  platform: ruby
13
14
  authors:
14
15
  - Rob "FerventCoder" Reynolds