File tree Expand file tree Collapse file tree 5 files changed +19
-10
lines changed
NetStandardPolyfills.UnitTests.Net40/Properties Expand file tree Collapse file tree 5 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 4
4
[ assembly: AssemblyTitle ( "AgileObjects.NetStandardPolyfills.UnitTests.Net40" ) ]
5
5
[ assembly: ComVisible ( false ) ]
6
6
7
- [ assembly: AssemblyVersion ( "1.3 .0.0" ) ]
8
- [ assembly: AssemblyFileVersion ( "1.3 .0.0" ) ]
7
+ [ assembly: AssemblyVersion ( "1.4 .0.0" ) ]
8
+ [ assembly: AssemblyFileVersion ( "1.4 .0.0" ) ]
Original file line number Diff line number Diff line change 28
28
<DefineConstants >$(DefineConstants);NET_STANDARD</DefineConstants >
29
29
</PropertyGroup >
30
30
31
+ <PropertyGroup >
32
+ <FrameworkPathOverride Condition =" '$(TargetFramework)' == 'net35'" >$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride >
33
+ </PropertyGroup >
34
+
31
35
<ItemGroup Condition =" '$(TargetFramework)' == 'net40' " >
32
36
<Reference Include =" System" />
33
37
<Reference Include =" Microsoft.CSharp" />
Original file line number Diff line number Diff line change 2
2
using System . Security ;
3
3
4
4
[ assembly: AssemblyTitle ( "AgileObjects.NetStandardPolyfills" ) ]
5
- [ assembly: AssemblyDescription ( "Type and Reflection polyfill extension methods for .NET Standard v1.0 and .NET v4.0. " ) ]
5
+ [ assembly: AssemblyDescription ( "Type and Reflection polyfill extension methods for .NET Standard v1.0+ and .NET v3.5+ " ) ]
6
6
7
7
[ assembly: AllowPartiallyTrustedCallers ]
Original file line number Diff line number Diff line change 3
3
[ ![ NuGet] ( http://img.shields.io/nuget/v/AgileObjects.NetStandardPolyfills.svg )] ( https://www.nuget.org/packages/AgileObjects.NetStandardPolyfills )
4
4
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/pjjjlotswo3330g7/branch/master?svg=true )] ( https://ci.appveyor.com/project/SteveWilkes/netstandardpolyfills/branch/master )
5
5
6
- A set of Type and Reflection polyfill extension methods for .NET Standard v1.0 and .NET v4.0 .
6
+ A set of Type and Reflection polyfill extension methods for .NET Standard v1.0+ and .NET v3.5+ .
7
7
8
8
### Type Info:
9
9
@@ -111,10 +111,15 @@ A set of Type and Reflection polyfill extension methods for .NET Standard v1.0 a
111
111
* ParameterInfo.IsParamsArray()
112
112
* PropertyInfo.IsPublic()
113
113
* PropertyInfo.IsStatic()
114
+ * PropertyInfo.IsReadable()
115
+ * PropertyInfo.IsWritable()
114
116
* PropertyInfo.IsIndexer()
115
117
* PropertyInfo.GetAccessors(bool nonPublic)
116
118
* PropertyInfo.GetGetter(bool nonPublic)
117
119
* PropertyInfo.GetSetter(bool nonPublic)
120
+ * MethodInfo.IsImplicitOperator()
121
+ * MethodInfo.IsExplicitOperator()
122
+ * MemberInfo.HasAttribute< ; TAttribute> ; ()
118
123
119
124
### Download
120
125
Original file line number Diff line number Diff line change 9
9
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
10
10
<RepositoryType >git</RepositoryType >
11
11
<RepositoryUrl >https://github.com/AgileObjects/NetStandardPolyfills</RepositoryUrl >
12
- <Summary >Type and Reflection polyfill extension methods for .NET Standard 1.0 and .NET 4.0 </Summary >
13
- <Description >Type and Reflection polyfill extension methods for .NET Standard 1.0 and .NET 4.0 </Description >
14
- <Version >1.3 .0</Version >
15
- <VersionPrefix >1.3 .0</VersionPrefix >
16
- <AssemblyVersion >1.3 .0.0</AssemblyVersion >
17
- <FileVersion >1.3 .0.0</FileVersion >
12
+ <Summary >Type and Reflection polyfill extension methods for .NET Standard 1.0+ and .NET 3.5+ </Summary >
13
+ <Description >Type and Reflection polyfill extension methods for .NET Standard 1.0+ and .NET 3.5+ </Description >
14
+ <Version >1.4 .0</Version >
15
+ <VersionPrefix >1.4 .0</VersionPrefix >
16
+ <AssemblyVersion >1.4 .0.0</AssemblyVersion >
17
+ <FileVersion >1.4 .0.0</FileVersion >
18
18
</PropertyGroup >
19
19
20
20
</Project >
You can’t perform that action at this time.
0 commit comments