Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Insire committed Dec 11, 2023
1 parent e18e7b1 commit 3333d45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Pre release nuget packages are available [here](https://pkgs.dev.azure.com/SoftT
- ScrollSelectionIntoViewBehavior: scroll SelectedItem into View for DataGrid and ListBox
- ScrollToEndCommandBehavior: execute a command, when a scrollviewer has been scrolled to its vertical or horizontal end
- AutoScrollBehavior: auto scrolling for Selector (e.g. ListBox and DataGrid)
- AllowableCharactersTextBoxBehavior: control the types of charachters allowed to be written into a TextBox
- Controls
- FileSystemBrowser
- VirtualizingTilePanel
Expand Down Expand Up @@ -136,6 +137,7 @@ For anyone not wishing to install that, they atleast need:
- Windows 10 (older versions work probably too, but the repository is not configured for those)
- [Net 6.0](https://dotnet.microsoft.com/download/dotnet-core/6.0)
- [Net 7.0](https://dotnet.microsoft.com/download/dotnet-core/7.0)
- [Net 7.0](https://dotnet.microsoft.com/download/dotnet-core/8.0)
- [Visual Studio Code](https://code.visualstudio.com/) with the [C# Extension](https://github.com/OmniSharp/omnisharp-vscode) provided by Microsoft
- [git](https://git-scm.com/)

Expand Down
5 changes: 5 additions & 0 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@

// Metadata Attributes
[assembly: AssemblyMetadata("Platform", "AnyCPU")]
[assembly: AssemblyMetadata("CompileDate", "[UTC]11.12.2023 18:45:51")]
[assembly: AssemblyMetadata("PublicRelease", "False")]
[assembly: AssemblyMetadata("Branch", "master")]
[assembly: AssemblyMetadata("Commit", "e18e7b1bdbec109b5c877b6dfa8b4838b96b85db")]
[assembly: AssemblyMetadata("Version", "3.0.91")]

0 comments on commit 3333d45

Please sign in to comment.