Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Publish 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulens committed May 4, 2020
1 parent 729e171 commit e6f48f0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 35 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/bin
**/obj
*.vs
*.vs
NuGet.config
Binary file added dime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/Dime.AutoMapper.sln.DotSettings.user

This file was deleted.

26 changes: 15 additions & 11 deletions src/core/Dime.AutoMapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,34 @@
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Dime.AutoMapper</AssemblyName>
<PackageId>Dime.AutoMapper</PackageId>
<PackageIconUrl>http://dimenuget.azurewebsites.net/Images/dimenuget.png</PackageIconUrl>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<FileVersion>1.2.4.0</FileVersion>
<AssemblyVersion>1.2.4.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
<PackageReleaseNotes>
Upgrade AutoMapper to 8.1.1.
Deprecated this library as AutoMapper 9.0.0 achieves the same thing.
</PackageReleaseNotes>
<PackageReleaseNotes>Deprecated this library as AutoMapper 9.0.0 achieves the same thing.
</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageTags>Automapper</PackageTags>
<RepositoryUrl>https://github.com/dimenics/dime-automapper</RepositoryUrl>
<PackageIcon>dime.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.1</Version>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="8.1.1" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\dime.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Dimenics")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyProduct("Dimenics")]
[assembly: AssemblyTrademark("")]

// Setting ComVisible to false makes the types in this assembly not visible
Expand Down
18 changes: 0 additions & 18 deletions tools/Nuget.config

This file was deleted.

0 comments on commit e6f48f0

Please sign in to comment.