From 32d0e1dbe8749ed309d78a5ace4e60ec623089a0 Mon Sep 17 00:00:00 2001 From: Marko Lahma Date: Thu, 6 Jul 2023 06:25:19 +0300 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2dc7a006..399c5ec2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Build status](https://img.shields.io/github/workflow/status/spring-projects/spring-net/ci?style=plastic) +[![Build](https://github.com/spring-projects/spring-net/actions/workflows/ci.yml/badge.svg)](https://github.com/spring-projects/spring-net/actions/workflows/ci.yml) THE SPRING.NET FRAMEWORK @@ -45,30 +45,27 @@ Spring.NET contains: Spring.NET is a port of the Java based Spring Framework. In turn, the Java/J2EE Spring Framework is based on code published in "Expert One-on-One J2EE Design and Development" by Rod Johnson (Wrox, 2002). - ## 2. SUPPORTED .NET FRAMEWORK VERSIONS -Spring.NET 3.0.0 supports .NET 4.5.2 and .NET Standard 2.0 and later. +Spring.NET 3.0.0 supports .NET 4.6.2 and .NET Standard 2.0 and later. ## 3. KNOWN ISSUES - ## 4. RELEASE INFO Release contents: -* "src" contains the C# source files for the framework -* "test" contains the C# source files for Spring.NET's test suite -* "bin" contains various Spring.NET distribution dll files -* "lib/Net" contains shared third-party libraries needed for building the framework -* "lib/NHibernate3" contains NHibernate 3.3 dlls -* "doc" contains reference documentation, MSDN-style API help, and the Spring.NET xsd. -* "examples" contains sample applications. -* "build-support" contains additonal applications need to build using NAnt as some convenience +* `src` contains the C# source files for the framework +* `test` contains the C# source files for Spring.NET's test suite +* `bin` contains various Spring.NET distribution dll files +* `lib/Net` contains shared third-party libraries needed for building the framework +* `doc` contains reference documentation, MSDN-style API help, and the Spring.NET xsd. +* `examples` contains sample applications. +* `build-support` contains additonal applications need to build using NAnt as some convenience VS.NET solution files. -* "dev-support" contains 'developer support' tools and code, such as solution templates for VS.NET +* `dev-support` contains 'developer support' tools and code, such as solution templates for VS.NET debug build is done using /DEBUG:full and release build using /DEBUG:pdbonly flags.