diff --git a/.gitignore b/.gitignore index d099a84..b5aff22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **/bin **/obj -*.vs \ No newline at end of file +*.vs +NuGet.config \ No newline at end of file diff --git a/dime.png b/dime.png new file mode 100644 index 0000000..db841ba Binary files /dev/null and b/dime.png differ diff --git a/src/Dime.AutoMapper.sln.DotSettings.user b/src/Dime.AutoMapper.sln.DotSettings.user deleted file mode 100644 index b45211f..0000000 --- a/src/Dime.AutoMapper.sln.DotSettings.user +++ /dev/null @@ -1,4 +0,0 @@ - - <SessionState ContinuousTestingMode="0" Name="All tests from &lt;Tests&gt;\&lt;Dime.AutoMapper.Tests&gt;" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"> - <Project Location="D:\Source\Dime.Utilities\Dime.Automapper\src\test" Presentation="&lt;Tests&gt;\&lt;Dime.AutoMapper.Tests&gt;" /> -</SessionState> \ No newline at end of file diff --git a/src/core/Dime.AutoMapper.csproj b/src/core/Dime.AutoMapper.csproj index 34b4760..a8b3517 100644 --- a/src/core/Dime.AutoMapper.csproj +++ b/src/core/Dime.AutoMapper.csproj @@ -14,30 +14,34 @@ netstandard2.0;netstandard2.1 Dime.AutoMapper Dime.AutoMapper - http://dimenuget.azurewebsites.net/Images/dimenuget.png false false false - 1.2.4.0 - 1.2.4.0 + 2.0.1.0 + 2.0.1.0 True True - - Upgrade AutoMapper to 8.1.1. - Deprecated this library as AutoMapper 9.0.0 achieves the same thing. - + Deprecated this library as AutoMapper 9.0.0 achieves the same thing. + MIT git Automapper + https://github.com/dimenics/dime-automapper + dime.png + true + 2.0.1 + en - - - - + + + True + + + diff --git a/src/core/Properties/AssemblyInfo.cs b/src/core/Properties/AssemblyInfo.cs index ba81390..69279ae 100644 --- a/src/core/Properties/AssemblyInfo.cs +++ b/src/core/Properties/AssemblyInfo.cs @@ -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 diff --git a/tools/Nuget.config b/tools/Nuget.config deleted file mode 100644 index 88ce696..0000000 --- a/tools/Nuget.config +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file