Skip to content

Commit 16a1ffb

Browse files
Merge pull request #102 from Tasteful/fix-version
Set version number in the version.props-file
2 parents 7e5219f + 87ffb88 commit 16a1ffb

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<AssemblyOriginatorKeyFile>../Key.snk</AssemblyOriginatorKeyFile>
1313
<SignAssembly>true</SignAssembly>
1414
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
15-
<Version>4.0.0</Version>
1615
</PropertyGroup>
1716

1817
<ItemGroup>

src/AutoMapper.Collection.LinqToSQL/AutoMapper.Collection.LinqToSQL.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<AssemblyOriginatorKeyFile>../Key.snk</AssemblyOriginatorKeyFile>
1313
<SignAssembly>true</SignAssembly>
1414
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
15-
<Version>4.0.0</Version>
1615
</PropertyGroup>
1716

1817
<ItemGroup>

src/AutoMapper.Collection/AutoMapper.Collection.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<Description>Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.</Description>
5-
<VersionPrefix>3.1.3</VersionPrefix>
65
<Authors>Tyler Carlson</Authors>
76
<TargetFrameworks>netstandard2.0;netstandard1.3;net45</TargetFrameworks>
87
<AssemblyName>AutoMapper.Collection</AssemblyName>
@@ -14,7 +13,6 @@
1413
<AssemblyOriginatorKeyFile>../Key.snk</AssemblyOriginatorKeyFile>
1514
<SignAssembly>true</SignAssembly>
1615
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
17-
<Version>4.0.0</Version>
1816
</PropertyGroup>
1917

2018
<ItemGroup>

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>3.1.4</VersionPrefix>
3+
<VersionPrefix>4.0.0</VersionPrefix>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)