File tree 3 files changed +7
-5
lines changed
AgileMapper.UnitTests.Polyfills
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 15
15
<Authors >Steve Wilkes</Authors >
16
16
<Company >AgileObjects</Company >
17
17
<Version >0.11.1</Version >
18
+ <AssemblyVersion >0.12.0.0</AssemblyVersion >
19
+ <FileVersion >0.12.0.0</FileVersion >
18
20
</PropertyGroup >
19
21
20
22
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.1.1' " >
Original file line number Diff line number Diff line change 25
25
<GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
26
26
<RootNamespace >AgileObjects.AgileMapper</RootNamespace >
27
27
<Company >AgileObjects</Company >
28
- <Version >0.11.1 </Version >
29
- <AssemblyVersion >0.11.1 .0</AssemblyVersion >
30
- <FileVersion >0.11.1 .0</FileVersion >
28
+ <Version >0.12.0 </Version >
29
+ <AssemblyVersion >0.12.0 .0</AssemblyVersion >
30
+ <FileVersion >0.12.0 .0</FileVersion >
31
31
</PropertyGroup >
32
32
33
33
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
- [ assembly: AssemblyVersion ( "0.11.1 " ) ]
4
- [ assembly: AssemblyFileVersion ( "0.11.1 " ) ]
3
+ [ assembly: AssemblyVersion ( "0.12.0 " ) ]
4
+ [ assembly: AssemblyFileVersion ( "0.12.0 " ) ]
You can’t perform that action at this time.
0 commit comments