In a .NET Framework class library I was able to right click the project > properties and click Assembly Version, update the version and that was part of the build once the dll was available. I then used this version when building a NuGet package.
In Visual Studio 2022 i have a .NET 6 Class Library but when I right click I don't see the same Assembly Version option though I see it under Package but i cant tell if this works the same as Assembly Version or if Package is just for NuGet.
What would be the correct place to increase the Assembly Version so it takes place on the Class Library and any NuGet package i build?