We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Refer to the Versioning documentation for more information.
How to configure csharp project versions here.
Each release of the backend projects will require their version information to be manually updated (until we can automate).
To do this edit their csproj files.
csproj
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <UserSecretsId>0ef6255f-9ea0-49ec-8c65-c172304b4926</UserSecretsId> <LangVersion>8.0</LangVersion> <Version>0.1.0.1-alpha</Version> <AssemblyVersion>0.1.0.1</AssemblyVersion> </PropertyGroup> ... </Project>