diff --git a/NuGet.config b/NuGet.config index 8b5e8ae..062ce0d 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,6 +3,6 @@ - + \ No newline at end of file diff --git a/src/Tuitio.PublishedLanguage/README.md b/src/Tuitio.PublishedLanguage/README.md new file mode 100644 index 0000000..19ee77c --- /dev/null +++ b/src/Tuitio.PublishedLanguage/README.md @@ -0,0 +1,35 @@ +# Tuitio.PublishedLanguage + +[Tuitio](https://lab.code-rove.com/gitea/tudor.stanciu/tuitio) is a simple identity server implementation focused strictly on the needs of my home lab. + +Tuitio.PublishedLanguage is a nuget package that contains Tuitio's published language. It helps the user to easily communicate with a Tuitio instance in a .NET environment, using the DTOs (Data Transfer Objects) and the constants exposed by it. + +## Package repository +Tuitio.PublishedLanguage can be installed from my self hosted NuGet feed: https://lab.code-rove.com/public-nuget-server/ + +## Installation + +### Visual Studio + +#### NuGet.config file +```xml=! + + + + + + + + +``` + +Configure the above file in the Visual Studio solution or set the new NuGet feed in NuGet Package Manager. After one of this steps, Tuitio.PublishedLanguage can be installed using NuGet Package Manager. + + +### CLI + +```bash=! +dotnet add package Tuitio.PublishedLanguage --source https://lab.code-rove.com/public-nuget-server/v3/index.json +``` + +Run the above command in a console open in a .NET project directory. \ No newline at end of file diff --git a/src/Tuitio.PublishedLanguage/ReleaseNotes.txt b/src/Tuitio.PublishedLanguage/ReleaseNotes.txt new file mode 100644 index 0000000..efdeed3 --- /dev/null +++ b/src/Tuitio.PublishedLanguage/ReleaseNotes.txt @@ -0,0 +1,3 @@ +2.0.0 release [2023-01-31 02:17] +◾ Tuitio rebranding +◾ Initial release of Tuitio's published language package \ No newline at end of file diff --git a/src/Tuitio.PublishedLanguage/Tuitio.PublishedLanguage.csproj b/src/Tuitio.PublishedLanguage/Tuitio.PublishedLanguage.csproj index 5c365bc..ff73560 100644 --- a/src/Tuitio.PublishedLanguage/Tuitio.PublishedLanguage.csproj +++ b/src/Tuitio.PublishedLanguage/Tuitio.PublishedLanguage.csproj @@ -1,13 +1,30 @@ - + net6.0 - Tuitio published language package + Tuitio published language package https://lab.code-rove.com/gitea/tudor.stanciu/tuitio https://lab.code-rove.com/gitea/tudor.stanciu/tuitio Git - Tuitio published language package + $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/ReleaseNotes.txt")) 2.0.0 + logo.png + README.md + Toodle HomeLab + Toodle Tuitio + Tuitio HomeLab CodeRove + MIT + + + True + \ + + + True + \ + + + diff --git a/src/Tuitio.PublishedLanguage/logo.png b/src/Tuitio.PublishedLanguage/logo.png new file mode 100644 index 0000000..5b05cdc Binary files /dev/null and b/src/Tuitio.PublishedLanguage/logo.png differ