AI-Studio/app/MindWork AI Studio
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
..
Agents Improve ipc (#102) 2024-09-01 20:10:03 +02:00
Assistants Remember chat provider (#217) 2024-11-23 13:04:02 +01:00
Chat Remember chat provider (#217) 2024-11-23 13:04:02 +01:00
Components Prepared release v0.9.22 (#230) 2024-12-04 12:04:39 +01:00
Dialogs Added embedding configurations (#224) 2024-12-03 15:24:40 +01:00
Layout Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
Pages Fixed bugs related to the workspaces component (#228) 2024-12-04 11:44:12 +01:00
Provider Added embedding configurations (#224) 2024-12-03 15:24:40 +01:00
Settings Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
Tools Fixed bugs related to the workspaces component (#228) 2024-12-04 11:44:12 +01:00
wwwroot Prepared release v0.9.22 (#230) 2024-12-04 12:04:39 +01:00
App.razor Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
build.nu **Update .gitignore and improve build.nu script**: 2024-12-26 13:02:06 +01:00
GlobalUsings.cs Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
MetaDataAttribute.cs Read metadata to update project information 2024-05-21 18:59:23 +02:00
MindWork AI Studio.csproj Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
packages.lock.json Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
Program.cs Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
Redirect.cs Added preprocessor directives to handle both development & release versions 2024-05-18 21:50:46 +02:00
Routes.razor Added color themes (dark & light) (#148) 2024-09-15 12:30:07 +02:00
Routes.razor.cs Added the writer mode experiment (#167) 2024-12-03 15:32:38 +01:00