Skip to content

Commit a2aa129

Browse files
committed
Updating to v0.11.1
1 parent 7368ae6 commit a2aa129

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.11.0</Version>
17+
<Version>0.11.1</Version>
1818
</PropertyGroup>
1919

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

AgileMapper/AgileMapper.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
2626
<RootNamespace>AgileObjects.AgileMapper</RootNamespace>
2727
<Company>AgileObjects</Company>
28-
<Version>0.11.0</Version>
29-
<AssemblyVersion>0.11.0.0</AssemblyVersion>
30-
<FileVersion>0.11.0.0</FileVersion>
28+
<Version>0.11.1</Version>
29+
<AssemblyVersion>0.11.1.0</AssemblyVersion>
30+
<FileVersion>0.11.1.0</FileVersion>
3131
</PropertyGroup>
3232

3333
<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.11.0")]
4-
[assembly: AssemblyFileVersion("0.11.0")]
3+
[assembly: AssemblyVersion("0.11.1")]
4+
[assembly: AssemblyFileVersion("0.11.1")]

0 commit comments

Comments
 (0)