cross_platform_csproj 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cross_platform_csproj.rb +3 -0
  2. metadata +2 -2
@@ -115,6 +115,9 @@ class CrossPlatformCSProj
115
115
 
116
116
  fileList.include("#{path}/**/*.cs")
117
117
 
118
+ fileList.exclude("obj/**/*.cs");
119
+ fileList.exclude("bin/**/*.cs");
120
+
118
121
  return fileList
119
122
  end
120
123
 
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
+ - 1
7
8
  - 0
8
- - 9
9
- version: 0.0.9
9
+ version: 0.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tyler Hamilton, Mark Wong