Skip to content

Commit dd1ea41

Browse files
committed
Updating to v0.11
1 parent f02948e commit dd1ea41

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

AgileMapper.UnitTests.Polyfills/AgileMapper.UnitTests.Polyfills.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Product>AgileObjects.AgileMapper</Product>
1515
<Authors>Steve Wilkes</Authors>
1616
<Company>AgileObjects</Company>
17-
<Version>0.10.2</Version>
17+
<Version>0.11.0</Version>
1818
</PropertyGroup>
1919

2020
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.1.1' ">

AgileMapper/AgileMapper.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
2626
<RootNamespace>AgileObjects.AgileMapper</RootNamespace>
2727
<Company>AgileObjects</Company>
28-
<Version>0.10.2</Version>
28+
<Version>0.11.0</Version>
29+
<AssemblyVersion>0.11.0.0</AssemblyVersion>
30+
<FileVersion>0.11.0.0</FileVersion>
2931
</PropertyGroup>
3032

3133
<ItemGroup>

VersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("0.10.2")]
4-
[assembly: AssemblyFileVersion("0.10.2")]
3+
[assembly: AssemblyVersion("0.11.0")]
4+
[assembly: AssemblyFileVersion("0.11.0")]

0 commit comments

Comments
 (0)