Skip to content

Commit 8d7c0dd

Browse files
committed
Updating to v0.10.2
1 parent da62b38 commit 8d7c0dd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<Product>AgileObjects.AgileMapper</Product>
1515
<Authors>Steve Wilkes</Authors>
1616
<Company>AgileObjects</Company>
17+
<Version>0.10.2</Version>
1718
</PropertyGroup>
1819

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

AgileMapper/AgileMapper.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
2626
<RootNamespace>AgileObjects.AgileMapper</RootNamespace>
2727
<Company>AgileObjects</Company>
28+
<Version>0.10.2</Version>
2829
</PropertyGroup>
2930

3031
<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.1")]
4-
[assembly: AssemblyFileVersion("0.10.1")]
3+
[assembly: AssemblyVersion("0.10.2")]
4+
[assembly: AssemblyFileVersion("0.10.2")]

0 commit comments

Comments
 (0)