Skip to content

Commit 93d7f5c

Browse files
committed
Updating the nuget metadata
1 parent a05ac2e commit 93d7f5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>Fluent Assertions for MVC is a set of MVC focused assertions and helper extensions to the excellent Fluent Assertions library.</Description>
5-
<Copyright>Copyright 2016</Copyright>
4+
<Description>Fluent Assertions for MVC Core is a set of MVC focused assertions and helper extensions to the excellent Fluent Assertions library.</Description>
5+
<Copyright>Copyright 2017</Copyright>
66
<AssemblyTitle>Fluent Assertions for MVC Core</AssemblyTitle>
77
<VersionPrefix>0.7.0-beta1</VersionPrefix>
88
<Authors>Casey Burns;Kevin Kuszyk</Authors>
99
<TargetFramework>netstandard1.6</TargetFramework>
1010
<AssemblyName>FluentAssertions.AspNetCore.Mvc</AssemblyName>
1111
<PackageId>FluentAssertions.AspNetCore.Mvc</PackageId>
1212
<PackageTags>TDD;TDD;Fluent;Mvc;AspNetMvc;aspnetcore;aspnetcoremvc</PackageTags>
13-
<PackageReleaseNotes>See https://github.com/KevinKuszyk/FluentAssertions.MVC/releases</PackageReleaseNotes>
14-
<PackageProjectUrl>https://github.com/KevinKuszyk/FluentAssertions.MVC</PackageProjectUrl>
15-
<PackageLicenseUrl>https://raw.github.com/KevinKuszyk/FluentAssertions.MVC/master/license.txt</PackageLicenseUrl>
13+
<PackageReleaseNotes>See https://github.com/KevinKuszyk/FluentAssertions.AspNetCore.Mvc/releases</PackageReleaseNotes>
14+
<PackageProjectUrl>https://github.com/KevinKuszyk/FluentAssertions.AspNetCore.Mvc</PackageProjectUrl>
15+
<PackageLicenseUrl>https://raw.github.com/KevinKuszyk/FluentAssertions.AspNetCore.Mvc/master/license.txt</PackageLicenseUrl>
1616
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
1717
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
1818
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>

0 commit comments

Comments
 (0)