Skip to content

Commit bf8cc10

Browse files
committed
Update csproj
1 parent 29f6581 commit bf8cc10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Common.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
<AssemblyName>Microsoft.Practices.EnterpriseLibrary.Common</AssemblyName>
88
<Product>Microsoft Enterprise Library</Product>
99
<Description>The Enterprise Library Common assembly contains elements that are shared among multiple application blocks. By supplying a set of commonly used functions to all the application blocks, the Common assembly reduces the dependency of one application block on another.</Description>
10-
<Version>6.0.1</Version>
11-
<FileVersion>6.0.1312.0</FileVersion>
10+
<Version>1.0.0</Version>
11+
<FileVersion>1.0.0.0</FileVersion>
1212
<InformationalVersion>6.0.1311-prerelease</InformationalVersion>
1313
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1414
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
15-
<PackageTags>entlib entlib6 Enterprise Library common core LOB OSS dotnetcore</PackageTags>
15+
<PackageTags>entlib entlib6 Enterprise Library common .NET Core .NETCore dotnetcore coreclr</PackageTags>
1616
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1717
<Authors>Arnaud Maichac</Authors>
1818
<Company>Arnaud Maichac</Company>
1919
<RepositoryUrl>https://github.com/arnaudmaichac/Microsoft.Practices.EnterpriseLibrary.Common</RepositoryUrl>
20-
<PackageId>EnterpriseLibrary.Common.Core</PackageId>
20+
<PackageId>Practices.EnterpriseLibrary.Common.Core</PackageId>
2121
<PackageReleaseNotes></PackageReleaseNotes>
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)