Skip to content

Commit 377af35

Browse files
committed
Updating .NET Standard project information / Updating output path of NuGet pack bat file
1 parent b5e6f11 commit 377af35

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
1212
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
1313
<RootNamespace>AgileObjects.AgileMapper.UnitTests.Polyfills</RootNamespace>
14+
<Product>AgileObjects.AgileMapper</Product>
15+
<Authors>Steve Wilkes</Authors>
16+
<Company>AgileObjects</Company>
1417
</PropertyGroup>
1518

1619
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">

AgileMapper/AgileMapper.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<Description>A zero-configuration, highly-configurable, portable object-object mapper with viewable execution plans. Performs deep clones, updates and merges via a static or instance API.</Description>
5-
<Copyright>2016 Steve Wilkes</Copyright>
6-
<AssemblyTitle>AgileMapper</AssemblyTitle>
5+
<Copyright>2017 Steve Wilkes</Copyright>
6+
<AssemblyTitle>AgileObjects.AgileMapper</AssemblyTitle>
77
<VersionPrefix>0.9.0</VersionPrefix>
88
<Authors>Steve Wilkes</Authors>
99
<TargetFrameworks>netstandard1.0;net40</TargetFrameworks>
@@ -13,8 +13,8 @@
1313
<AssemblyOriginatorKeyFile>..\AgileMapper.snk</AssemblyOriginatorKeyFile>
1414
<SignAssembly>true</SignAssembly>
1515
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
16-
<PackageId>AgileMapper</PackageId>
17-
<PackageTags>Mapping, Mapper, ViewModel</PackageTags>
16+
<PackageId>AgileObjects.AgileMapper</PackageId>
17+
<PackageTags>Mapper, Mapping, Mappings, ViewModel, DTO, NetStandard</PackageTags>
1818
<PackageProjectUrl>https://github.com/AgileObjects/AgileMapper</PackageProjectUrl>
1919
<PackageLicenseUrl>https://github.com/agileobjects/AgileMapper/blob/master/LICENCE.md</PackageLicenseUrl>
2020
<RepositoryType>git</RepositoryType>
@@ -24,6 +24,7 @@
2424
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
2525
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
2626
<RootNamespace>AgileObjects.AgileMapper</RootNamespace>
27+
<Company>AgileObjects</Company>
2728
</PropertyGroup>
2829

2930
<ItemGroup>

NuGetPack.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
dotnet pack --output NuGet --configuration Release AgileMapper
2+
dotnet pack --output ../NuGet --configuration Release AgileMapper

0 commit comments

Comments
 (0)