Commit Graph

17 Commits

Author SHA1 Message Date
Luc BOLOGNA
2d87d3751d **Update .gitignore and improve build.nu script**:
- Updated the `.gitignore` file to ignore Visual Studio's `.vs` directories.
- Modified the `update_dotnet_version` function in `build.nu` to enhance the regular expression used for parsing information from the `dotnet --info` command.

**Changes:**
1. **Updated .gitignore:**
   - Added patterns to ignore Visual Studio's `.vs` directories to keep the repository clean and reduce unnecessary files tracked by Git.

2. **Improved build.nu Script:**
   - Fixed an issue with the `nu build.nu publish` command under Windows 11, Visual Studio 2022, and .NET SDK 9.
   - Updated the regular expression in the `update_dotnet_version` function to correctly parse the version information from the `dotnet --info` output.

**Example Output of `dotnet --info`:**
```plaintext
.NET SDK:
 Version:           9.0.101
 Commit:            eedb237549
 Workload version:  9.0.100-manifests.4a280210
 MSBuild version:   17.12.12+1cce77968

[...]

Host:
  Version:      9.0.0
  Architecture: x64
  Commit:       9d5a6a9aa4
```
2024-12-26 13:02:06 +01:00
Thorsten Sommer
c4d2574508
Prepared release v0.9.20 (#212) 2024-11-15 21:50:12 +01:00
Thorsten Sommer
1d1af91f3e
Refactor components (#80) 2024-08-21 08:30:01 +02:00
Thorsten Sommer
329467123b
Add CI/CD pipeline for releases (#3) 2024-06-23 19:33:21 +02:00
86102e383f
Fixed regex to allow ? chars 2024-06-02 21:04:44 +02:00
b9f08578a0
Extended build script to update changelogs inside the C# code base 2024-06-02 20:53:11 +02:00
6b1b8ee52e
Fixed parsing .NET versions, cf. https://github.com/nushell/nushell/issues/13011 2024-05-31 10:57:06 +02:00
4c9d671f20
Improved .NET regex 2024-05-30 23:06:34 +02:00
5bd05c1cc8
Fixed sys command due to latest NuShell update 2024-05-30 21:05:29 +02:00
9b36969c8b
Automate updating the license's year for every released version 2024-05-26 10:52:34 +02:00
5b2c2ab826
Added more cases 2024-05-21 19:05:28 +02:00
93c6067c17
Fixed issue when work directory is clean 2024-05-21 19:05:15 +02:00
c7ae71863f
Enhanced build script to generate & maintain the metadata; closes #29 2024-05-21 18:59:22 +02:00
16113782e0
Integrated the Rust publish process as well 2024-05-13 20:52:32 +02:00
21911a68ed
Defined subcommands, e.g., to automate the fix for #27 2024-05-13 20:21:41 +02:00
18d53a09dc
Move compiled .NET app to dist folder using expected platform naming 2024-05-11 13:31:54 +02:00
64cbf1fcb3
Added a cross-platform build script 2024-05-10 21:51:36 +02:00