Skip to content

Commit 3f75888

Browse files
committed
Use relase version of CoreFx
1 parent 1411f4a commit 3f75888

File tree

20 files changed

+77
-66
lines changed

20 files changed

+77
-66
lines changed

Source/Caching Application Block/Caching.Cryptography/Caching.Cryptography.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
<RootNamespace>Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography</RootNamespace>
77
<PackageId>EnterpriseLibrary.Caching.Cryptography.NetCore</PackageId>
88
<Title>Enterprise Library 5.0 - Caching Application Block Cryptography Provider for .Net Core</Title>
9-
<PackageVersion>5.0.506</PackageVersion>
9+
<PackageVersion>5.0.510</PackageVersion>
1010
<Authors>Mohammad Chavoshi</Authors>
1111
<Description>The Enterprise Library Caching Cryptography Provider lets developers encrypt the data to be cached. This library contains a class library that targets .Net Core 2.0.</Description>
1212
<PackageTags>entlib Enterprise Library caching cache database crypto cryptography security LOB NetCore</PackageTags>
1313
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1414
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1515
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
17-
<Version>5.0.506.0</Version>
17+
<Version>5.0.510.0</Version>
1818
<AssemblyVersion>5.0.505.0</AssemblyVersion>
19-
<FileVersion>5.0.506.0</FileVersion>
19+
<FileVersion>5.0.510.0</FileVersion>
2020
</PropertyGroup>
2121

2222
<ItemGroup>

Source/Caching Application Block/Caching.Database/Caching.Database.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
<RootNamespace>Microsoft.Practices.EnterpriseLibrary.Caching.Database</RootNamespace>
77
<PackageId>EnterpriseLibrary.Caching.Database.NetCore</PackageId>
88
<Title>Enterprise Library 5.0 - Caching Application Block Database Backing Store for .Net Core</Title>
9-
<PackageVersion>5.0.506</PackageVersion>
9+
<PackageVersion>5.0.510</PackageVersion>
1010
<Authors>Mohammad Chavoshi</Authors>
1111
<Description>The Enterprise Library Caching Application Block lets developers incorporate a local in-memory or persistent cache in their applications. This library contains a class library that targets .Net Core 2.0.</Description>
1212
<PackageTags>entlib Enterprise Library caching cache database data backing store LOB NetCore</PackageTags>
1313
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1414
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1515
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
17-
<Version>5.0.506.0</Version>
17+
<Version>5.0.510.0</Version>
1818
<AssemblyVersion>5.0.505.0</AssemblyVersion>
19-
<FileVersion>5.0.506.0</FileVersion>
19+
<FileVersion>5.0.510.0</FileVersion>
2020
</PropertyGroup>
2121

2222
<ItemGroup>

Source/Caching Application Block/Caching/Caching.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
<RootNamespace>Microsoft.Practices.EnterpriseLibrary.Caching</RootNamespace>
77
<PackageId>EnterpriseLibrary.Caching.NetCore</PackageId>
88
<Title>Enterprise Library 5.0 - Caching Application Block for .Net Core</Title>
9-
<PackageVersion>5.0.506</PackageVersion>
9+
<PackageVersion>5.0.510</PackageVersion>
1010
<Authors>Mohammad Chavoshi</Authors>
1111
<Description>The Enterprise Library Caching Application Block lets developers incorporate a local in-memory or persistent cache in their applications. This library contains a class library that targets .Net Core 2.0.</Description>
1212
<PackageTags>entlib Enterprise Library caching cache LOB NetCore</PackageTags>
1313
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1414
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1515
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
17-
<Version>5.0.506.0</Version>
17+
<Version>5.0.510.0</Version>
1818
<AssemblyVersion>5.0.505.0</AssemblyVersion>
19-
<FileVersion>5.0.506.0</FileVersion>
19+
<FileVersion>5.0.510.0</FileVersion>
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="System.Security.Permissions" Version="4.4.0-preview2-25405-01" />
23+
<PackageReference Include="System.Security.Permissions" Version="4.4.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

Source/Core/Common/Common.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
<PackageId>EnterpriseLibrary.Common.NetCore</PackageId>
99
<Title>Enterprise Library - Common Infrastructure for .Net Core</Title>
10-
<PackageVersion>6.0.1306</PackageVersion>
10+
<PackageVersion>6.0.1310</PackageVersion>
1111
<Authors>Mohammad Chavoshi</Authors>
1212
<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. This library contains a class library that targets .Net Core 2.0.</Description>
1313
<PackageTags>entlib entlib6 Enterprise Library common core LOB NetCore</PackageTags>
1414
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1515
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1616
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
18-
<Version>6.0.1306</Version>
18+
<Version>6.0.1310</Version>
1919
<AssemblyVersion>6.0.0.0</AssemblyVersion>
20-
<FileVersion>6.0.1306.0</FileVersion>
20+
<FileVersion>6.0.1310.0</FileVersion>
2121
</PropertyGroup>
2222

2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -29,9 +29,9 @@
2929
</PropertyGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0-preview2-25405-01" />
33-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0-preview2-25405-01" />
34-
<PackageReference Include="Unity.Interception.NetCore" Version="4.0.1" />
32+
<PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0" />
33+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" />
34+
<PackageReference Include="Unity.Interception.NetCore" Version="4.0.2" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

Source/Cryptography Application Block/Security.Cryptography/Security.Cryptography.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
<RootNamespace>Microsoft.Practices.EnterpriseLibrary.Security.Cryptography</RootNamespace>
77
<PackageId>EnterpriseLibrary.Security.Cryptography.NetCore</PackageId>
88
<Title>Enterprise Library 5.0 - Cryptography Application Block for .Net Core</Title>
9-
<PackageVersion>5.0.506</PackageVersion>
9+
<PackageVersion>5.0.510</PackageVersion>
1010
<Authors>Mohammad Chavoshi</Authors>
1111
<Description>The Enterprise Library Cryptography Application Block simplifies the ways to incorporate cryptographic functionality in applications. This library contains a class library that targets .Net Core 2.0.</Description>
1212
<PackageTags>entlib Enterprise Library security crypto cryptography encryption LOB NetCore</PackageTags>
1313
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1414
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1515
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
17-
<Version>5.0.506.0</Version>
17+
<Version>5.0.510.0</Version>
1818
<AssemblyVersion>5.0.505.0</AssemblyVersion>
19-
<FileVersion>5.0.506.0</FileVersion>
19+
<FileVersion>5.0.510.0</FileVersion>
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.4.0-preview2-25405-01" />
24-
<PackageReference Include="Unity.NetCore" Version="4.0.1" />
23+
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.4.0" />
24+
<PackageReference Include="Unity.NetCore" Version="4.0.2" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

Source/Data Access Application Block/Data/Data.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77

88
<PackageId>EnterpriseLibrary.Data.NetCore</PackageId>
99
<Title>Enterprise Library - Data Access Application Block for .Net Core</Title>
10-
<PackageVersion>6.0.1304</PackageVersion>
10+
<PackageVersion>6.0.1310</PackageVersion>
1111
<Authors>Mohammad Chavoshi</Authors>
1212
<Description>The Enterprise Library Data Access Application Block simplifies the development of tasks that implement common data access functionality. Applications can use this application block in a variety of situations, such as reading data for display, passing data through application layers, and submitting changed data back to the database system. This library contains a class library that targets .Net Core 2.0.</Description>
1313
<PackageTags>entlib entlib6 Enterprise Library data daab dab LOB NetCore</PackageTags>
1414
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1515
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1616
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
18-
<Version>6.0.1304</Version>
18+
<Version>6.0.1310</Version>
1919
<AssemblyVersion>6.0.0.0</AssemblyVersion>
20+
<FileVersion>6.0.1310.0</FileVersion>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -28,8 +29,8 @@
2829
</PropertyGroup>
2930

3031
<ItemGroup>
31-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0-preview2-25405-01" />
32-
<PackageReference Include="System.Data.SqlClient" Version="4.4.0-preview2-25405-01" />
32+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" />
33+
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" />
3334
</ItemGroup>
3435

3536
<ItemGroup>

Source/Exception Handling Application Block/ExceptionHandling.Logging/ExceptionHandling.Logging.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77

88
<PackageId>EnterpriseLibrary.ExceptionHandling.Logging.NetCore</PackageId>
99
<Title>Enterprise Library - Exception Handling Application Block Logging Handler for .Net Core</Title>
10-
<PackageVersion>6.0.1304</PackageVersion>
10+
<PackageVersion>6.0.1310</PackageVersion>
1111
<Authors>Mohammad Chavoshi</Authors>
1212
<Description>This exception handler lets you log formatted exception information in locations specified in the configuration file. This library contains a class library that targets .Net Core 2.0.</Description>
1313
<PackageTags>entlib entlib6 Enterprise Library exception ehab error management eab logging lab handler LOB NetCore</PackageTags>
1414
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1515
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1616
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
18-
<Version>6.0.1304</Version>
18+
<Version>6.0.1310</Version>
1919
<AssemblyVersion>6.0.0.0</AssemblyVersion>
20+
<FileVersion>6.0.1310.0</FileVersion>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Source/Exception Handling Application Block/ExceptionHandling/ExceptionHandling.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77

88
<PackageId>EnterpriseLibrary.ExceptionHandling.NetCore</PackageId>
99
<Title>Enterprise Library - Exception Handling Application Block for .Net Core</Title>
10-
<PackageVersion>6.0.1304</PackageVersion>
10+
<PackageVersion>6.0.1310</PackageVersion>
1111
<Authors>Mohammad Chavoshi</Authors>
1212
<Description>The Enterprise Library Exception Handling Application Block helps developers create a consistent strategy for processing exceptions that occur in various architectural layers of an enterprise application. This library contains a class library that targets .Net Core 2.0.</Description>
1313
<PackageTags>entlib entlib6 Enterprise Library exception handling management ehab error eab LOB NetCore</PackageTags>
1414
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1515
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1616
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
18-
<Version>6.0.1304</Version>
18+
<Version>6.0.1310</Version>
1919
<AssemblyVersion>6.0.0.0</AssemblyVersion>
20+
<FileVersion>6.0.1310.0</FileVersion>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -28,8 +29,8 @@
2829
</PropertyGroup>
2930

3031
<ItemGroup>
31-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0-preview2-25405-01" />
32-
<PackageReference Include="System.Security.Principal.Windows" Version="4.4.0-preview2-25405-01" />
32+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0" />
33+
<PackageReference Include="System.Security.Principal.Windows" Version="4.4.0" />
3334
</ItemGroup>
3435

3536
<ItemGroup>

Source/Logging Application Block/Logging.Database/Logging.Database.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77

88
<PackageId>EnterpriseLibrary.Logging.Database.NetCore</PackageId>
99
<Title>Enterprise Library - Logging Application Block Database Provider for .Net Core</Title>
10-
<PackageVersion>6.0.1304</PackageVersion>
10+
<PackageVersion>6.0.1310</PackageVersion>
1111
<Authors>Mohammad Chavoshi</Authors>
1212
<Description>This logging provider lets developer use the Data Access Application Block to store log entries. This library contains a class library that targets .Net Core 2.0.</Description>
1313
<PackageTags>entlib entlib6 Enterprise Library data daab dab logging lab LOB NetCore</PackageTags>
1414
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1515
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1616
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
18-
<Version>6.0.1304</Version>
18+
<Version>6.0.1310</Version>
1919
<AssemblyVersion>6.0.0.0</AssemblyVersion>
20+
<FileVersion>6.0.1310.0</FileVersion>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Source/Logging Application Block/Logging/Logging.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77

88
<PackageId>EnterpriseLibrary.Logging.NetCore</PackageId>
99
<Title>Enterprise Library - Logging Application Block for .Net Core</Title>
10-
<PackageVersion>6.0.1304</PackageVersion>
10+
<PackageVersion>6.0.1310</PackageVersion>
1111
<Authors>Mohammad Chavoshi</Authors>
1212
<Description>The Enterprise Library Logging Application Block simplifies logging to various destinations (file, database, event log, etc.) and tracing. This library contains a class library that targets .Net Core 2.0.</Description>
1313
<PackageTags>entlib entlib6 Enterprise Library logging lab tracing LOB NetCore</PackageTags>
1414
<PackageIconUrl>http://nuget.org/Media/Default/Packages/Unity/2.0/entlib_new_icon_100x100.png</PackageIconUrl>
1515
<PackageProjectUrl>https://github.com/Chavoshi/EnterpriseLibrary.NetCore</PackageProjectUrl>
1616
<PackageLicenseUrl>http://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1717
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
18-
<Version>6.0.1304</Version>
18+
<Version>6.0.1310</Version>
1919
<AssemblyVersion>6.0.0.0</AssemblyVersion>
20+
<FileVersion>6.0.1310.0</FileVersion>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -29,8 +30,8 @@
2930

3031
<ItemGroup>
3132
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
32-
<PackageReference Include="System.Security.Permissions" Version="4.4.0-preview2-25405-01" />
33-
<PackageReference Include="System.Security.Principal.Windows" Version="4.4.0-preview2-25405-01" />
33+
<PackageReference Include="System.Security.Permissions" Version="4.4.0" />
34+
<PackageReference Include="System.Security.Principal.Windows" Version="4.4.0" />
3435
</ItemGroup>
3536

3637
<ItemGroup>

0 commit comments

Comments
 (0)