File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
AgileMapper.UnitTests.Polyfills Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1515 <Authors >Steve Wilkes</Authors >
1616 <Company >AgileObjects</Company >
1717 <Version >0.11.1</Version >
18+ <AssemblyVersion >0.12.0.0</AssemblyVersion >
19+ <FileVersion >0.12.0.0</FileVersion >
1820 </PropertyGroup >
1921
2022 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.1.1' " >
Original file line number Diff line number Diff line change 2525 <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
2626 <RootNamespace >AgileObjects.AgileMapper</RootNamespace >
2727 <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 >
3131 </PropertyGroup >
3232
3333 <ItemGroup >
Original file line number Diff line number Diff line change 11using System . Reflection ;
22
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