On Thu, 26 May 2022 at 19:57, Timothy Bish <tabish...@gmail.com> wrote: > > Hi folks, > > I have put together a release candidate for a 1.0.0-M1 Qpid > proton-dotnet release, > please give it a test out and vote accordingly. This is the first > milestone release for this > new .NET based AMQP client and accompanying protocol engine. > > The source and binary archives can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/proton-dotnet/1.0.0-M1-rc1/ > > The JIRAs assigned are: > https://issues.apache.org/jira/projects/PROTON/versions/12351750 > > Regards > > -- > Tim Bish > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org > For additional commands, e-mail: users-h...@qpid.apache.org >
+1 I checked things over as follows: - Verified the signature + checksum files. - Checked for LICENCE + NOTICE files in the archives. - Used "mvn apache-rat:check" to verify headers in the source archive. - Ran the source build and tests in container using "./build.sh podman-test", all passed. Some trivial niggles noticed: - The "podman-test" command isnt listed in the build.sh usage - The usage help is effectively printed twice due to the script always setting debug flag. - The GitHub Actions CI build is using .Net 5 and generating a warning about it being EOL, the job should be updated to use .Net 6 instead. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org