Skip to content

Commit 272d9da

Browse files
committed
1.1.0 Release
1 parent 46ee65f commit 272d9da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Experimental.System.Messaging/Experimental.System.Messaging.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>Experimental.System</RootNamespace>
66
<PackageId>Experimental.System.Messaging</PackageId>
7-
<Version>1.0.0</Version>
7+
<Version>1.1.0</Version>
88
<Authors>Original author: Microsoft Corporation, Code ported by: Jung Hyun, Nam</Authors>
99
<Company>Microsoft Corporation</Company>
1010
<Product>Experimental.System.Messaging (for .NET Core)</Product>
@@ -15,7 +15,7 @@
1515
The source code for this package is excerpted from the .NET Framework reference source code.</Description>
1616
<PackageLicenseUrl></PackageLicenseUrl>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18-
<PackageReleaseNotes>This version of the System.Messaging package excludes all advanced features such as code access security, execute permissions, and Active Directory integration. I released the package keeping in mind the minimal use of Message Queuing communication facilities. Please confirm whether it is suitable for actual use through unit test and integration test.</PackageReleaseNotes>
18+
<PackageReleaseNotes>1.1.0 - Fix Trustee class namespace</PackageReleaseNotes>
1919
<PackageProjectUrl>https://referencesource.microsoft.com/#System.Messaging</PackageProjectUrl>
2020
<RepositoryUrl>https://github.com/dotnetdev-kr/Experimental.System.Messaging</RepositoryUrl>
2121
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)