|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
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> |
6 |
| - <AssemblyTitle>Fluent Assertions for MVC Core</AssemblyTitle> |
7 |
| - <Title>Fluent Assertions for MVC Core</Title> |
| 4 | + <Description>Fluent Assertions extensions for ASP.NET Core MVC.</Description> |
| 5 | + <Copyright>Copyright 2018</Copyright> |
| 6 | + <AssemblyTitle>Fluent Assertions extensions for ASP.NET Core MVC</AssemblyTitle> |
| 7 | + <Title>Fluent Assertions for ASP.NET Core MVC</Title> |
8 | 8 | <VersionPrefix>2.0.0</VersionPrefix>
|
9 | 9 | <Authors>Casey Burns;Kevin Kuszyk</Authors>
|
10 | 10 | <TargetFramework>netstandard2.0</TargetFramework>
|
11 | 11 | <AssemblyName>FluentAssertions.AspNetCore.Mvc</AssemblyName>
|
12 | 12 | <PackageId>FluentAssertions.AspNetCore.Mvc</PackageId>
|
13 | 13 | <PackageTags>TDD;TDD;Fluent;Mvc;AspNetMvc;aspnetcore;aspnetcoremvc</PackageTags>
|
14 |
| - <PackageReleaseNotes>See https://github.com/KevinKuszyk/FluentAssertions.AspNetCore.Mvc/releases</PackageReleaseNotes> |
15 |
| - <PackageProjectUrl>https://github.com/KevinKuszyk/FluentAssertions.AspNetCore.Mvc</PackageProjectUrl> |
16 |
| - <PackageLicenseUrl>https://raw.github.com/KevinKuszyk/FluentAssertions.AspNetCore.Mvc/master/license.txt</PackageLicenseUrl> |
| 14 | + <PackageReleaseNotes>See https://github.com/fluentassertions/fluentassertions.aspnetcore.mvc/releases </PackageReleaseNotes> |
| 15 | + <PackageProjectUrl>https://github.com/fluentassertions/fluentassertions.aspnetcore.mvc</PackageProjectUrl> |
| 16 | + <PackageLicenseUrl>https://github.com/fluentassertions/fluentassertions.aspnetcore.mvc/blob/master/license.txt</PackageLicenseUrl> |
17 | 17 | <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
18 | 18 | <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
19 | 19 | <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
|
0 commit comments