|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
| 4 | + <Version>5.0.3</Version> |
| 5 | + <PackageReleaseNotes>This package is compatible with .NET 4.5 and 4.7 frameworks.</PackageReleaseNotes> |
| 6 | + </PropertyGroup> |
| 7 | + |
| 8 | + <PropertyGroup> |
| 9 | + <FileVersion>$(Version).0</FileVersion> |
| 10 | + <AssemblyVersion>$(Version).0</AssemblyVersion> |
| 11 | + <PackageId>Unity.Mvc</PackageId> |
4 | 12 | <Description>Unity for ASP.NET MVC</Description>
|
5 |
| - <Version>5.0.2</Version> |
6 |
| - <AssemblyVersion>5.0.2.0</AssemblyVersion> |
7 |
| - <FileVersion>5.0.2.0</FileVersion> |
8 | 13 | <Copyright>Copyright © Microsoft 2008</Copyright>
|
9 | 14 | <PackageProjectUrl>https://github.com/unitycontainer/aspnet-mvc</PackageProjectUrl>
|
10 | 15 | <RepositoryUrl>https://github.com/unitycontainer/aspnet-mvc</RepositoryUrl>
|
11 | 16 | <PackageLicenseUrl>https://github.com/unitycontainer/aspnet-mvc/blob/master/LICENSE</PackageLicenseUrl>
|
12 | 17 | <PackageIconUrl>https://avatars1.githubusercontent.com/u/12849707</PackageIconUrl>
|
13 | 18 | <RepositoryType>git</RepositoryType>
|
14 |
| - <PackageReleaseNotes>This package is compatible with .NET 4.5 and 4.7 frameworks.</PackageReleaseNotes> |
15 |
| - <PackageId>Unity.Mvc</PackageId> |
16 | 19 | <Authors>Microsoft.Practices.Unity</Authors>
|
17 | 20 | <Company>Microsoft.Practices.Unity</Company>
|
| 21 | + <SignAssembly>true</SignAssembly> |
| 22 | + <AssemblyOriginatorKeyFile>package.snk</AssemblyOriginatorKeyFile> |
| 23 | + <DelaySign>false</DelaySign> |
| 24 | + <RootNamespace>Unity.AspNet.Mvc</RootNamespace> |
18 | 25 | </PropertyGroup>
|
19 | 26 |
|
20 | 27 | <ItemGroup>
|
|
25 | 32 | <ItemGroup>
|
26 | 33 | <Reference Include="System.Web" />
|
27 | 34 | </ItemGroup>
|
28 |
| - |
29 |
| - <PropertyGroup> |
30 |
| - <SignAssembly>true</SignAssembly> |
31 |
| - <AssemblyOriginatorKeyFile>package.snk</AssemblyOriginatorKeyFile> |
32 |
| - <DelaySign>false</DelaySign> |
33 |
| - </PropertyGroup> |
34 | 35 |
|
35 | 36 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
36 | 37 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
48 | 49 | <PackageReference Include="WebActivatorEx" Version="2.2.0" />
|
49 | 50 | </ItemGroup>
|
50 | 51 |
|
51 |
| - <PropertyGroup> |
52 |
| - <RootNamespace>Unity.AspNet.Mvc</RootNamespace> |
53 |
| - </PropertyGroup> |
54 |
| - |
55 | 52 | <PropertyGroup>
|
56 | 53 | <UnityAbstractions>..\..\Abstractions\src\Unity.Abstractions.csproj</UnityAbstractions>
|
57 | 54 | <UnityContainer>..\..\Container\src\Unity.Container.csproj</UnityContainer>
|
|
0 commit comments